You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/11/22 01:07:04 UTC

svn commit: r477980 - /ant/core/trunk/WHATSNEW

Author: mbenson
Date: Tue Nov 21 16:07:03 2006
New Revision: 477980

URL: http://svn.apache.org/viewvc?view=rev&rev=477980
Log:
fix regression: dependset fails if target directory does not exist
BZ 40916

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&rev=477980&r1=477979&r2=477980
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Nov 21 16:07:03 2006
@@ -14,14 +14,17 @@
   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 @@
   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
 ===========================================
@@ -94,7 +95,6 @@
 
 * 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
 =============================================



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org