Revisions

gist: 159457 Download_button fork
public
Public Clone URL: git://gist.github.com/159457.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
generate-method-classes:
 
_gmc_internal_:
     [echo] Generating invokers...
     [echo] Compiling populators...
    [javac] Compiling 168 source files to /Users/antares/dev/opensource/jvm_languages/jruby.git/build/classes/jruby
    [javac] /Users/antares/dev/opensource/jvm_languages/jruby.git/src_gen/org$jruby$RubyArray$Populator.java:171: cannot find symbol
    [javac] symbol : class RubyArray$i_method_multi$RUBYINVOKER$pop
    [javac] location: package org.jruby
    [javac] javaMethod = new org.jruby.RubyArray$i_method_multi$RUBYINVOKER$pop(cls, Visibility.PUBLIC);
    [javac] ^
    [javac] 1 error
 
BUILD FAILED
/Users/antares/dev/opensource/jvm_languages/jruby.git/build.xml:447: The following error occurred while executing this line:
/Users/antares/dev/opensource/jvm_languages/jruby.git/build.xml:164: The following error occurred while executing this line:
/Users/antares/dev/opensource/jvm_languages/jruby.git/build.xml:180: Compile failed; see the compiler error output for details.
 
Total time: 11 seconds