Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre2
-
Fix Version/s: JRuby 1.7.0.RC1
-
Component/s: Miscellaneous
-
Labels:None
-
Number of attachments :
Description
Both the source tarball and the source zip file are incomplete. They are missing several file/dirs (e.g. the antlib dir is missing) which prevent building jruby:
bash-4.2$ tar xvf jruby-src-1.7.0.preview2.tar.gz
bash-4.2$ cd jruby-1.7.0.preview2/
bash-4.2$ ant
Buildfile: /private/tmp/jruby/jruby-1.7.0.preview2/build.xml
BUILD FAILED
/private/tmp/jruby/jruby-1.7.0.preview2/build.xml:33: Cannot find /private/tmp/jruby/jruby-1.7.0.preview2/antlib/test.xml imported from /private/tmp/jruby/jruby-1.7.0.preview2/build.xml
Total time: 0 seconds
However, they are included in the source tarball/zip from github (tag 1.7.0.preview2).
[master c4a1182]