holtdl 02/04/01 00:31:15
Modified: . WHATSNEW
Log:
Catch up on WHATSNEW.
Revision Changes Path
1.240 +12 -0 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- WHATSNEW 30 Mar 2002 21:37:41 -0000 1.239
+++ WHATSNEW 1 Apr 2002 08:31:14 -0000 1.240
@@ -47,6 +47,9 @@
* Ant's testcases now require JUnit 3.7 or above, as they now use the new
assertTrue method instead of assert.
+* If the 'output' attribute of <ant> is set to a simple filename or a
+ relative path, the file is created relative to ${basedir}, not ${user.dir}.
+
Fixed bugs:
-----------
* Fixed bug where <move> ignored <filterset>s.
@@ -259,6 +262,15 @@
* <path> now supports nested <dirset> and <filelist> elements.
* <pathconvert> now supports nested <dirset> and <filelist> elements.
+
+* <pathconvert>'s "dirsep" and "pathsep" attributes now accept
+ multi-character values.
+
+* <copy> task now has a 'failonerror' attribute to allow keep-going
+ behaviour when the file to be copied is not found (defaults to "true").
+
+* <uptodate> now has a 'srcfile' attribute to allow specifying a
+ full-path filename.
Changes from Ant 1.4 to Ant 1.4.1
===========================================
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>