Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: None
-
Component/s: Compiler
-
Labels:None
-
Environment:HideOSX 10.6.8
openjdk version "1.7.0-u2-b21"
OpenJDK Runtime Environment (build 1.7.0-u2-b21-20111220)
OpenJDK 64-Bit Server VM (build 23.0-b06, mixed mode)
JRUBY HEAD is now at cd383d8 My clever fix for this issue appears to break something in
ShowOSX 10.6.8 openjdk version "1.7.0-u2-b21" OpenJDK Runtime Environment (build 1.7.0-u2-b21-20111220) OpenJDK 64-Bit Server VM (build 23.0-b06, mixed mode) JRUBY HEAD is now at cd383d8 My clever fix for this issue appears to break something in
-
Number of attachments :
Description
jruby-head - #fetching
HEAD is now at cd383d8 My clever fix for this issue appears to break something in
From git://github.com/jruby/jruby
- branch master -> FETCH_HEAD
Already up-to-date.
Copying from repo to src path...
jruby-head - #ant jar
Building Nailgun
jruby-head - #installing to /Users/karl/.rvm/rubies/jruby-head
jruby-head - #importing default gemsets (/Users/karl/.rvm/gemsets/)
Copying across included gems
Java.java:370:in `getInstance': java.lang.NoClassDefFoundError: Could not initialize class org.jruby.javasupport.JavaClass
from Java.java:351:in `getInstance'
from JavaUtil.java:165:in `convertJavaToUsableRubyObject'
from RuntimeHelpers.java:1015:in `checkJavaException'
from RuntimeHelpers.java:1056:in `isJavaExceptionHandled'
from /Users/karl/.rvm/rubies/jruby-head/bin/gem:25:in `chained_0_rescue_1$RUBY$SYNTHETIC_file_'
from /Users/karl/.rvm/rubies/jruby-head/bin/gem:24:in `_file_'
from /Users/karl/.rvm/rubies/jruby-head/bin/gem:-1:in `load'
from Ruby.java:731:in `runScript'
from Ruby.java:724:in `runScript'
from Ruby.java:631:in `runNormally'
from Ruby.java:480:in `runFromMain'
from Main.java:343:in `doRunFromMain'
from Main.java:255:in `internalRun'
from Main.java:221:in `run'
from Main.java:205:in `run'
from Main.java:185:in `main'
Karl,
Did you check out jruby-head before? Most likely this is due to stale build artifacts from previous builds. Clean up ~/.rvm/rubies/jruby-head with ant clean and try again.