Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre2
Assignee: Unassigned
Components: Miscellaneous
Created: 07/Aug/12 3:10 PM
Description:

While 1.7.0.pre1 worked fine, in 1.7.0.pre2, parts of build.xml were moved into the antlib directory and referenced from build.xml starting at line 33:

<import file="antlib/test.xml"/>
<import file="antlib/spec.xml"/>
<import file="antlib/util.xml"/>
<import file="antlib/dist.xml"/>

Unfortunately, this directory is not included in jruby-src-1.7.0.preview2.tar.gz, so 1.7.0.pre2 doesn't build:

/usr/obj/ports/jruby-1.7.0a2/jruby-1.7.0.preview2/build.xml:33: Cannot find /usr/obj/ports/jruby-1.7.0a2/jruby-1.7.0.preview2/antlib/test.xml imported from /usr/obj/
ports/jruby-1.7.0a2/jruby-1.7.0.preview2/build.xml

Unfortunately, just deleting the imports from build.xml doesn't work. If you do that, you get the following error:

Target "dist-clean" does not exist in the project "JRuby". It is used from target "clean-all".

I'm guessing that repackaging jruby-src-1.7.0.preview2.tar.gz to include the antlib directory will fix the issue.

Project: JRuby
Priority: Major Major
Reporter: Jeremy Evans
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to