https://issues.apache.org/bugzilla/show_bug.cgi?id=45902





--- Comment #8 from Stefan Bodewig <bode...@apache.org>  2009-07-15 03:32:57 
PST ---
svn revision 794215 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=794215 ) 
should fix the dir timestamp issue for all except for the
"same directory comes from multiple sources" case - which we have in our
AntUnit test so it still fails.

The problem with directories from multiple sources is that Ant only adds the
first directory encountered - and now preserves that timestamp - but may later
find there are more recent directories in other places.

The way I intend to work on this is to perform some global sort on all
directory resources making sure they get added in the right order and only the
most recent timestamps get recorded - this is going to take some additional
plumbing.

The same issue could come up with file timestamps but is less likely o happen
since archives with multiple entries for the same file are less common (and you
get a warning message in verbose mode anyway).

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

Reply via email to