From 8e7ee8d75eb0589250ce1340741c12bf8b73d869 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 22 Nov 2006 00:07:03 +0000 Subject: [PATCH] fix regression: dependset fails if target directory does not exist BZ 40916 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@477980 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 51a4e4d13..9702353a6 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -14,14 +14,17 @@ Fixed bugs: Bugzilla 40918. * compareTo method in CompressedResource does not - take comparison with another CompressedResouce into account. + take comparison with another CompressedResource into account. Bugzilla 40949. * possible NPE in Jar.java. - Bugzilla 40847 + Bugzilla 40847. * regression in attribute prefix (+ others) for refid in zipfileset and tarfileset. - Bugzilla 41004, 30498 + Bugzilla 41004, 30498. + +* dependset failed if the basedir of a target fileset did not exist. + Bugzilla 40916. Other changes: -------------- @@ -39,8 +42,6 @@ Other changes: with JDK 1.3 or 1.2 * do not uppercase the drive letters systematically in FileUtils#normalize - - Changes from Ant 1.7.0Beta3 to Ant 1.7.0RC1 =========================================== @@ -95,7 +96,6 @@ Other changes: * javadoc/tag@description is now set to the name if description is not specified. Bugzill report 32927. - Changes from Ant 1.7.0Beta2 to Ant 1.7.0Beta3 =============================================