Issue with ant build.xml - target dist-snapshot-install-stuff
-------------------------------------------------------------
Key: JRUBY-4407
URL: http://jira.codehaus.org/browse/JRUBY-4407
Project: JRuby
Issue Type: Bug
Affects Versions: JRuby 1.5
Environment: Mac OS X 10.6.2, java 1.6
Reporter: Mike McKinney
Assignee: Thomas E Enebo
Priority: Minor
attempting to run the dist-snapshot-install target (already set
${snapshot.install.dir}) and get a file not found in the unzip task of
dist-snapshot-install-stuff :
dist-snapshot-install:
dist-snapshot-install-stuff:
Expanding: /Users/huikau/NetBeansProjects/jruby/jruby-bin-1.5.0.dev.zip into
/opt/jruby-trunk
/Users/huikau/NetBeansProjects/jruby/build.xml:1594: The following error
occurred while executing this line:
/Users/huikau/NetBeansProjects/jruby/build.xml:1583: Error while expanding
/Users/huikau/NetBeansProjects/jruby/jruby-bin-1.5.0.dev.zip
java.io.FileNotFoundException:
/Users/huikau/NetBeansProjects/jruby/jruby-bin-1.5.0.dev.zip (No such file or
directory)
... stack ...
of course the file is indeed not there, it was put here:
/Users/huikau/NetBeansProjects/jruby/dist/jruby-bin-1.5.0.dev.zip
simply need to change the dist-snapshot-install-stuff target to add the
dist.dir :
<unzip dest="${snapshot.install.dir}"
src="${dist.dir}/jruby-bin-${version.jruby}.zip"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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