Message3096

Author nriley
Recipients nriley
Date 2008-03-19.17:31:45
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1205947905.44.0.408790644048.issue1011@psf.upfronthosting.co.za>
In-reply-to
Content
Create an ant task to build a launcher script (e.g., java
-Dpython.executable <foo> -jar dist/jython.jar xxx) for Unix and Windows
platforms.  The script can be output in the dist directory along with
the built jar file.

This could also be used to run the regression tests via ant regrtest
(perhaps creating the script in a temporary directory), so those tests
which fail because sys.executable is not set will work.
History
Date User Action Args
2008-09-12 00:32:02nrileysetspambayes_score: 0.259951 -> 0.0
2008-03-19 17:31:45nrileysetspambayes_score: 0.259951 -> 0.259951
recipients: + nriley
2008-03-19 17:31:45nrileysetspambayes_score: 0.259951 -> 0.259951
messageid: <1205947905.44.0.408790644048.issue1011@psf.upfronthosting.co.za>
2008-03-19 17:31:45nrileylinkissue1011 messages
2008-03-19 17:31:45nrileycreate