conor 2003/01/16 04:08:01 Modified: . Tag: ANT_15_BRANCH WHATSNEW Log: Update with signjar fixes Revision Changes Path No revision No revision 1.263.2.110 +13 -4 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.263.2.109 retrieving revision 1.263.2.110 diff -u -w -u -r1.263.2.109 -r1.263.2.110 --- WHATSNEW 14 Jan 2003 18:42:20 -0000 1.263.2.109 +++ WHATSNEW 16 Jan 2003 12:08:00 -0000 1.263.2.110 @@ -57,6 +57,11 @@ * build.sysclasspath will now be honored by more tasks. +* The signjar keystore attribute has been reverted to a String allowing + it to once again accept URLs. This should not affect current FIle based usage + unless you are extending the Signjar task. + + Other changes: -------------- @@ -64,6 +69,10 @@ * Shipped XML parser is now Xerces 2.2.1 +* signjar now accepts a maxmemory attribute to allow the memory allocated to the + jarsigner tool to be specified. The jarsigner from the JDK's JAVA_HOME bin + dir is now used rather than the first jarsigner on the path. + Changes from Ant 1.5.1Beta1 to 1.5.1 ====================================
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>