You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/09/10 10:11:19 UTC

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

Author: bodewig
Date: Wed Sep 10 01:11:18 2008
New Revision: 693733

URL: http://svn.apache.org/viewvc?rev=693733&view=rev
Log:
deleting something might break old builds, even if it is expected behavior

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=693733&r1=693732&r2=693733&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Wed Sep 10 01:11:18 2008
@@ -96,6 +96,11 @@
    silently try to remove the link.
    Bugzilla Report 41285.
 
+ * <delete file="..."> used to log a warning and not delete broken
+   symbolic links.  <delete dir="..."/> didn't even log a warning.
+   The task will now try to delete them in both cases.
+   Bugzilla Report 41285.
+
 Fixed bugs:
 -----------
 
@@ -204,9 +209,6 @@
    the link's target.
    Bugzilla Report 41525.
 
- * <delete file="..."> failed to delete broken symbolic links.
-   Bugzilla Report 41285.
-
 Other changes:
 --------------