You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2007/12/04 15:14:38 UTC

DO NOT REPLY [Bug 43665] - dependset complaints about files from the future when they are 0.5s old

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43665>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43665





------- Additional Comments From kimhanse@gmail.com  2007-12-04 06:14 -------
Would this fix be acceptable ?

--- DependSet.java.orig 2006-12-13 13:16:18.000000000 +0100
+++ DependSet.java      2007-12-04 15:12:10.000000000 +0100
@@ -213,6 +213,7 @@
             = new org.apache.tools.ant.types.resources.selectors.Date();
         datesel.setMillis(System.currentTimeMillis());
         datesel.setWhen(TimeComparison.AFTER);
+        datesel.setGranularity(0);
         logFuture(targets, datesel);
 
         int neTargets = new NonExistent(targets).size();


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.