Skip to content

Instantly share code, notes, and snippets.

@enebo
Created December 3, 2010 16:02
Show Gist options
  • Save enebo/727140 to your computer and use it in GitHub Desktop.
Save enebo/727140 to your computer and use it in GitHub Desktop.
_gmc_internal_:
[echo] Generating invokers...
[echo] Compiling populators...
[javac] /Users/enebo/work/jruby/build.xml:278: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 194 source files to /Users/enebo/work/jruby/build/classes/jruby
[javac] /Users/enebo/work/jruby/src_gen/org$jruby$RubyStruct$StructMethods$Populator.java:26: cannot find symbol
[javac] symbol : class RubyStruct$StructMethods$s_method_multi$RUBYFRAMEDINVOKER$newStruct
[javac] location: package org.jruby
[javac] javaMethod = new org.jruby.RubyStruct$StructMethods$s_method_multi$RUBYFRAMEDINVOKER$newStruct(cls, Visibility.PUBLIC);
[javac] ^
[javac] 1 error
BUILD FAILED
/Users/enebo/work/jruby/build.xml:657: The following error occurred while executing this line:
/Users/enebo/work/jruby/build.xml:261: The following error occurred while executing this line:
/Users/enebo/work/jruby/build.xml:278: 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