Message7219

Author tcrawley
Recipients tcrawley
Date 2012-06-14.12:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339675733.68.0.95540416414.issue1923@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the 'install' target in maven/build.xml so that it actually installs jython.jar into the local maven repo, and also adds support for installing & bundling the standalone jar.

There are two patches: the without_whitespace patch is there just for visual review to see what was changed. The with_whitespace patch has the same changes but also cleans up the whitespace (mostly leading), and should be the patch that is applied.

This fix is dependent on the patch for #1922, since it requires that the top-level build.xml be able to build the standalone jar.
History
Date User Action Args
2012-06-14 12:08:53tcrawleysetrecipients: + tcrawley
2012-06-14 12:08:53tcrawleysetmessageid: <1339675733.68.0.95540416414.issue1923@psf.upfronthosting.co.za>
2012-06-14 12:08:53tcrawleylinkissue1923 messages
2012-06-14 12:08:53tcrawleycreate