From 016fab4066c4041e0d056b3c8f6c3b76ac5834a6 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Thu, 6 Mar 2003 12:04:59 +0000 Subject: [PATCH] Move items to the correct version git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274199 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 202 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 122 insertions(+), 80 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index a896217b8..10f3b2e7e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -19,43 +19,21 @@ Changes that could break older environments: * will no longer fail if the file to be loaded doesn't exist. -* ZipScanner#getIncludedFiles will now return the names of the ZipEntries - that have been matched instead of the name of the archive. - * XML namespaces are now enabled in the XML parser, meaning XML namespace declarations no longer cause errors. -* The task and friends have been heavily modified, almost every - method signature of the Zip class has changed. If you have subclassed - Zip (or one of its subclasses), your class will most likely not - compile against the current code base. If it still compiles, it will - probably not work as in Ant 1.5.1. - * The and tasks now require Jakarta Commons Net instead of the older ORO Netcomponents version. See . Fixed bugs: ----------- -* was not ignoring comment lines. - * Expand tasks did not behave as expected with PatternSets. * now works on OS/400. -* wouldn't update an existing manifest if only an attribute - of an existing section changed. - -* ant.bat now supports the ANT_ARGS and JAVACMD environment variables - again (like Ant 1.5 did). - -* The "plain" could throw a NullPointerException - if an error occured in setUp. - * could hang listcab on large s. -* will now produce output when a test times out as well. - * The starteam stcheckout, stcheckin tasks now correctly compute status of files against whatever local tree they are run against and, optionally, will not process a file if it is current. @@ -64,55 +42,13 @@ Fixed bugs: The stlist task now similarly displays that status correctly making it a more generally useful tool. -* would count some internal character replacements when - reporting the number of replaced tokens. - -* would cause an exception if a pointed to files - that do not exist. - -* will now pass -source to custom doclets as well. - -* would throw a NullPointException if there had been no - differences. - -* could miss today's changes. - * entity includes would cause exceptions if path names included spaces. -* could append newline characters between concatenated files. - -* ignored the specified encoding of the files to - validate. - -* the errorsbeginat attribute of the condition didn't work. - -* Ant will try to force loading of certain packages like com.sun.* - from the system classloader. The packages are determined by the - version of the JVM running Ant. - -* Ant didn't find the runtime libraries on IBM's JDK 1.4 for Linux. - * addConfiguredXXX would not work for TaskAdapter wrapped tasks -* random component of temporary files is now always a positive integer. - * Fix outputfile testing so that the output file does not need to exist beforehand. -* Ant could incorrectly try to use the 1.4 regexp implementation even - if it isn't available if you run the JVM with -Xverify:none. - -* Ant would die with an exception if you used nested - elements in Ant and the refid attribute didn't point to an existing - project reference. - -* The task can now be compiled (and Ant thus bootstrapped) using - Kaffee. - -* build.sysclasspath will now be honored by more tasks. - -* would remove the original manifest. - * Ant will now exit with a return code of 1 if it encounters problems with the command line arguments. @@ -130,15 +66,6 @@ Fixed bugs: * output and error streams can now be redirected independently to either a property or a file (or both) -* 's up-to-date check didn't work for nested <(tar)fileset>s. - -* now supports OS/2. - -* and friends would only update/recreate existing archives if - the files to add/update have been newer than the archive. - -* 's element could fail for offline="true" on some JDKs. - Other changes: -------------- * The filesetmanifest attribute of has been reenabled. @@ -197,19 +124,12 @@ Other changes: * new task to change file attributes on Windows systems. -* MailLogger now sets the Date header correctly. - -* Shipped XML parser is now Xerces 2.3.0 - *