Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.6RC2
-
Fix Version/s: JRuby 1.6.4
-
Component/s: None
-
Labels:None
-
Environment:google-appengine
-
Number of attachments :
Description
The rc2 jruby-jars won't work on GAE.
The file size limit is 10 million bytes:
- jruby-core-1.6.0.RC2.jar 10149262 # ERROR
- jruby-core-1.5.6.jar 8190691 # WORKS
I was able to get the jar down to 9785738 bytes
by removing the jni directory. One solution would
be to have 3 jars, with a new one called:
- jruby-native-1.6.0.RC3.jar
The jar is probably larger due to the addition of SnakeYAML and other 1.9 functionality.
On my system, jruby.jar is 9458740, but perhaps jruby-jars adds more stuff in?
Pulling out native libs into a separate jar is a pretty good idea too.
Marking for 1.6.