antoine 2003/12/04 14:30:19 Modified: . Tag: ANT_16_BRANCH WHATSNEW Log: update the changes between ANT_16_B2 and ANT_16_B3 Revision Changes Path No revision No revision 1.503.2.16 +30 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.15 retrieving revision 1.503.2.16 diff -u -r1.503.2.15 -r1.503.2.16 --- WHATSNEW 28 Nov 2003 09:31:13 -0000 1.503.2.15 +++ WHATSNEW 4 Dec 2003 22:30:19 -0000 1.503.2.16 @@ -13,9 +13,17 @@ Fixed bugs: ----------- +* the <java> task checks that the Main method of the class to be executed is static, + and fails with a decent BuildException if it is not the case + +* a space at the end of the Ant-Version line of the default manifest has been removed + * better debugging support for ApacheCatalogResolver Bugzilla Report 24070. +* better report of exceptions in the renaming of the old file in <zip update="true"/> + and the derived classes <jar>, ... + * use of <parallel> and xmlns:prefix="antlib:package" * user and new arguments were swapped in PropertyHelper setNew and setUser. @@ -58,8 +66,22 @@ * <scp> could corrupt files when transfering lots of files. Bugzilla Report 24449. +* <jdepend> Fix NPE + Bugzilla Report 24344. + + Other changes: -------------- +* Attributes in the template bodies of <macrodef> are now denoted by @{attribute} instead of ${attribute} + +* <concat> will expand properties entered in the text of the tag + +* <exec> resolution behavior (resolveexecutable attribute) has been improved + +* running.html has been augmented with a list of the magic properties + +* welcome.html documentation has been updated + * Change default uri from ant:core to antlib:org.apache.tools.ant * upgrade to xml-apis.jar from Xerces-J 2.6.0. @@ -87,8 +109,16 @@ * provide stack for errors using import, ant, antcall, subant and macros +* import task uses the FileUtils#resolveFile method to resolve the imported file, + in order to avoid trouble on Windows or Netware + * ignore attributes from different URIS +* <jdepend> + fix timeout attribute of jdepend + add unit tests + add includeruntime to allow unittests to run + checkstyle Changes from Ant 1.6.B1 to Ant 1.6.B2 =====================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]