From e5e76b0db4c2b11d19b976eda4fcca9215e2e6d6 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 30 Nov 2006 19:00:43 +0000 Subject: [PATCH] editing for cleanliness and such git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@481037 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 82 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 482f02726..018569508 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -6,20 +6,20 @@ Changes that could break older environments: Fixed bugs: ----------- -* Directory Deletion Dont Work Properly - Bugzilla 40972 +* Directory deletion did not work properly. + Bugzilla 40972. -* docletpath attribute of javadoc ignored. +* docletpath attribute of javadoc was ignored. Bugzilla 40900. -* Incorrect recursion in DOMUtil.listChildNodes() +* Fixed incorrect recursion in DOMUtil.listChildNodes(). Bugzilla 40918. -* compareTo method in CompressedResource does not +* CompressedResource.compareTo() did not take comparison with another CompressedResource into account. Bugzilla 40949. -* possible NPE in Jar.java. +* Avoid possible NPE in Jar.java. Bugzilla 40847. * regression in attribute prefix (+ others) for refid in zipfileset and tarfileset. @@ -34,16 +34,16 @@ Other changes: * Warn user when a reference in the form "${refid}" cannot be resolved as this is a sign they probably meant "refid" (misuse of property expansion syntax). -* add dtd to javadoc for junit. +* Add dtd to javadoc for junit. Bugzilla 40754. -* add quiet attribute to loadfile/resource. +* Add quiet attribute to loadfile/resource. Bugzilla 38249. -* make Locator#fromURI also append the drive letter when running under Windows - with JDK 1.3 or 1.2 +* Make Locator#fromURI also append the drive letter when running under Windows + with JDK 1.3 or 1.2. -* do not uppercase the drive letters systematically in FileUtils#normalize +* Do not uppercase the drive letters systematically in FileUtils#normalize. Changes from Ant 1.7.0Beta3 to Ant 1.7.0RC1 =========================================== @@ -60,7 +60,7 @@ Fixed bugs: * doesnt delete when defaultexcludes="false" and no includes is set fixed. Bugzilla 40313. -* behavior change of DirectoryScanner/AbstractFileset when conditional include +* Behavior change of DirectoryScanner/AbstractFileset when conditional include patterns are used. Bugzilla 40722. * fails with NPE when compiling with eclipse ecj 3.1.x. @@ -81,9 +81,9 @@ Other changes: * Allow broken reference build files. The defer reference processing would break too many files - so allow them with a warning. -* removed dependence on sun.misc.UUEncoder for UUMailer. +* Removed dependency on sun.misc.UUEncoder for UUMailer. -* added regex attribute to the echoproperties task. +* Added regex attribute to the echoproperties task. Bugzilla 40019. * task now allows you to omit the web.xml file. as this is optional @@ -126,14 +126,14 @@ Fixed bugs: * was broken (Regression from beta1). Bugzilla report 40547. -* nested fileset in did not work. Bugzilla report 39439. +* Nested fileset in did not work. Bugzilla report 39439. -* the ant wrapper script should now correctly locate the java +* The ant wrapper script should now correctly locate the java executable in more recent IBM JDKs for AIX as well. * URLResource did not close jar files, and also did not disconnect HTTPConnection (s). -* error calling junitreport. Bugzilla 40595. +* Error calling junitreport. Bugzilla 40595. * created junitvmwatcher*.properties files but did not close and delete them. @@ -143,10 +143,10 @@ Fixed bugs: * UnknownElement.maybeConfigure always configured. Bugzilla report 40641. -* no check for refid when prefix attribute is set in zipfileset. +* No check for refid when prefix attribute is set in zipfileset. Bugzilla report 30498. -* fix for junit4 issue introducted since beta2. +* Fix for junit4 issue introduced since beta2. Bugzilla report 40682. * Error in duplicate project name with and . @@ -195,7 +195,7 @@ Changes that could break older environments: *