diff --git a/WHATSNEW b/WHATSNEW index 25da225da..f06958b1d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -47,6 +47,9 @@ Changes that could break older environments: * 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 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 ignored s. @@ -260,6 +263,15 @@ Other changes: * now supports nested and elements. +* 's "dirsep" and "pathsep" attributes now accept + multi-character values. + +* task now has a 'failonerror' attribute to allow keep-going + behaviour when the file to be copied is not found (defaults to "true"). + +* now has a 'srcfile' attribute to allow specifying a + full-path filename. + Changes from Ant 1.4 to Ant 1.4.1 ===========================================