Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Environment:Hidejava version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.1) (ArchLinux-6.b24_1.11.1-3-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
jruby source checkout of master
git log -1
commit 81df773ad8ce516fe7fb8889e98138da7b827634
Author: Subramanya Sastry <sss.lists@gmail.com>
Date: Sun May 6 14:52:15 2012 -0500
Showjava version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.1) (ArchLinux-6.b24_1.11.1-3-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) jruby source checkout of master git log -1 commit 81df773ad8ce516fe7fb8889e98138da7b827634 Author: Subramanya Sastry < sss.lists@gmail.com > Date: Sun May 6 14:52:15 2012 -0500
-
Number of attachments :
Description
when running the build I get a java.lang.AssertionError during jruby -S maybe_install_gems hoe rdoc. see: http://pastie.org/3870978
I can bypass the error by running "jruby -S maybe_install_gems hoe rdoc" (which succeeds). Then I can run ant dist again and the build succeeds by skipping the gem install. see: http://pastie.org/3871015
Looks like this is a bug in RubyTime.java. Should probably be using internal variables for nano_num, nano_den, offset.