You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2008/06/24 21:05:49 UTC

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

Author: mbenson
Date: Tue Jun 24 12:05:49 2008
New Revision: 671304

URL: http://svn.apache.org/viewvc?rev=671304&view=rev
Log:
45271 comment

Modified:
    ant/core/trunk/WHATSNEW

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=671304&r1=671303&r2=671304&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Jun 24 12:05:49 2008
@@ -76,6 +76,9 @@
  * Handle null result of system getProperty() in CommandlineJava.
    Similar to Bugzilla report 42334.
 
+ * Length task did not process nonexistent Resources even though these might
+   conceivably still carry file length information.  Bugzilla report 45271.
+
 Other changes:
 --------------