From 139c54505c6f0b7228724faa235f457d85d0a649 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 16 Nov 2001 12:45:14 +0000 Subject: [PATCH] will I ever learn to save all buffers before I commit? git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269932 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 52f4cada7..73cc337cf 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -10,6 +10,8 @@ Changes that could break older environments: Regexp interface that also supports substitution instead of the RegexpMatcher interface in the future. +* will throw an exception if your src attribute points to a directory. + Fixed bugs: ----------- @@ -53,6 +55,8 @@ Other changes: * Added a new condition that test for the existence of a property to the condition task. +* Added a new condition . + * Ant's testcases require JUnit 3.7 or above as they now use the new assertTrue method instead of assert.