conor 2003/01/29 03:47:44 Modified: . Tag: ANT_15_BRANCH WHATSNEW Log: Bring WHATSNEW upto date Revision Changes Path No revision No revision 1.263.2.117 +10 -1 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.263.2.116 retrieving revision 1.263.2.117 diff -u -w -u -r1.263.2.116 -r1.263.2.117 --- WHATSNEW 28 Jan 2003 08:56:12 -0000 1.263.2.116 +++ WHATSNEW 29 Jan 2003 11:47:43 -0000 1.263.2.117 @@ -3,6 +3,9 @@ Changes that could break older environments: -------------------------------------------- +* ANT_OPTS environment variable is now applied at the start of the Java command + line, allowing position specific parameters of some JVMs, such as -classic to + be specified. Fixed bugs: ----------- @@ -60,7 +63,7 @@ * 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 + it to once again accept URLs. This should not affect current File based usage unless you are extending the Signjar task. * <jar update="true"> would remove the original manifest. @@ -68,6 +71,12 @@ * fix up folder creation in PVCS task * <tar>'s up-to-date check didn't work for nested <(tar)fileset>s. + +* Corrected a problem in XMLLogger where it would not associated messages with a + taskdef'd task + +* <uptodate> now works when using attributes (i.e. not filesets) and pointing + to the same file Other changes: --------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]