From e8a000ecfe16a9d3bdbe398bbb4b626711476f83 Mon Sep 17 00:00:00 2001 From: Diane Holt Date: Mon, 1 Apr 2002 08:31:14 +0000 Subject: [PATCH] Catch up on WHATSNEW. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272150 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ===========================================