diff --git a/WHATSNEW b/WHATSNEW index 8a3d956ff..7acc9f707 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -33,6 +33,9 @@ Fixed bugs: declaration time but will created before the fileset gets used for the first time. +* If the quiet attribute has been set, will handle s + with non-existing directories gracefully. + Changes from Ant 1.2 to Ant 1.3 =========================================== diff --git a/src/main/org/apache/tools/ant/taskdefs/Delete.java b/src/main/org/apache/tools/ant/taskdefs/Delete.java index 6d7cce304..24b368c5b 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Delete.java +++ b/src/main/org/apache/tools/ant/taskdefs/Delete.java @@ -268,18 +268,36 @@ public class Delete extends MatchingTask { // delete the files in the filesets for (int i=0; i