Created
June 12, 2009 10:25
-
-
Save theleoborges/128564 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pairprog@pairprog06:~/jruby$ ant | |
Buildfile: build.xml | |
init: | |
jar: | |
init: | |
extract-rdocs: | |
prepare: | |
[mkdir] Created dir: /home/pairprog/jruby/build | |
[mkdir] Created dir: /home/pairprog/jruby/build/classes | |
[mkdir] Created dir: /home/pairprog/jruby/build/classes/jruby | |
[mkdir] Created dir: /home/pairprog/jruby/build/classes/test | |
[mkdir] Created dir: /home/pairprog/jruby/build/test-results | |
[mkdir] Created dir: /home/pairprog/jruby/build/test-results/html | |
prepare-resources: | |
[copy] Copying 6 files to /home/pairprog/jruby/build/classes/jruby | |
[copy] Copying 19 files to /home/pairprog/jruby/build/classes/jruby/builtin | |
[copy] Copying 1 file to /home/pairprog/jruby/build/classes/jruby | |
compile-annotation-binder: | |
[javac] Compiling 6 source files to /home/pairprog/jruby/build/classes/jruby | |
check-for-optional-java4-packages: | |
check-for-optional-packages: | |
compile-jruby: | |
[apt] Compiling 720 source files to /home/pairprog/jruby/build/classes/jruby | |
[apt] warning: Annotation types without processors: [java.lang.Override, java.lang.Deprecated, org.jruby.anno.JRubyConstant, java.lang.SuppressWarnings, org.jruby.anno.JRubyModule, java.lang.annotation.Retention, java.lang.annotation.Target, com.kenai.jaffl.annotations.Out, com.kenai.jaffl.annotations.In, com.kenai.jaffl.annotations.Transient] | |
[apt] 1 warning | |
[apt] Note: Some input files use unchecked or unsafe operations. | |
[apt] Note: Recompile with -Xlint:unchecked for details. | |
compile: | |
generate-method-classes: | |
_gmc_internal_: | |
[echo] Generating invokers... | |
[echo] Compiling populators... | |
[javac] Compiling 189 source files to /home/pairprog/jruby/build/classes/jruby | |
[javac] /home/pairprog/jruby/src_gen/org$jruby$ext$ffi$BasePointer$Populator.java:22: cannot find symbol | |
[javac] symbol : class BasePointer$i_method_0_0$RUBYINVOKER$address | |
[javac] location: package org.jruby.ext.ffi | |
[javac] javaMethod = new org.jruby.ext.ffi.BasePointer$i_method_0_0$RUBYINVOKER$address(cls, Visibility.PUBLIC); | |
[javac] ^ | |
[javac] /home/pairprog/jruby/src_gen/org$jruby$ext$ffi$BasePointer$Populator.java:26: cannot find symbol | |
[javac] symbol : class BasePointer$i_method_0_0$RUBYINVOKER$inspect | |
[javac] location: package org.jruby.ext.ffi | |
[javac] javaMethod = new org.jruby.ext.ffi.BasePointer$i_method_0_0$RUBYINVOKER$inspect(cls, Visibility.PUBLIC); | |
[javac] ^ | |
[javac] /home/pairprog/jruby/src_gen/org$jruby$ext$ffi$BasePointer$Populator.java:29: cannot find symbol | |
[javac] symbol : class BasePointer$i_method_0_1$RUBYINVOKER$to_s | |
[javac] location: package org.jruby.ext.ffi | |
[javac] javaMethod = new org.jruby.ext.ffi.BasePointer$i_method_0_1$RUBYINVOKER$to_s(cls, Visibility.PUBLIC); | |
[javac] ^ | |
[javac] 3 errors | |
BUILD FAILED | |
/home/pairprog/jruby/build.xml:400: The following error occurred while executing this line: | |
/home/pairprog/jruby/build.xml:163: The following error occurred while executing this line: | |
/home/pairprog/jruby/build.xml:179: Compile failed; see the compiler error output for details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment