conor 01/09/26 07:53:31
Modified: . Tag: ANT_14_BRANCH WHATSNEW
Log:
describe recent bug fixes in WHATSNEW
Revision Changes Path
No revision
No revision
1.144.2.13 +12 -1 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.144.2.12
retrieving revision 1.144.2.13
diff -u -w -u -r1.144.2.12 -r1.144.2.13
--- WHATSNEW 2001/09/26 07:04:47 1.144.2.12
+++ WHATSNEW 2001/09/26 14:53:31 1.144.2.13
@@ -10,6 +10,17 @@
* The fullpath attribute of <zipfileset> has been ignored if you used
the src attribute at the same time.
+* The manifest file is now always placed as the second entry (after
/META-INF)
+ in generated jars. This allows the manifest to be read by JarInputStreams
+
+* Fixed bug in depend task which would fail with a NullPointerException if no
+ dependency cache was specified.
+
+* sql task now handles REM statements correctly so that lines starying with
rem
+ but which are not comments are actually processed.
+
+* XMLLogger no uses the task's name rather than the classname
+
Other changes:
--------------