You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/05/23 23:25:49 UTC

DO NOT REPLY [Bug 16270] - copy date bug when copying from ntfs to samba mounted drive

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16270

copy date bug when copying from ntfs to samba mounted drive





------- Additional Comments From stevel@apache.org  2003-05-23 21:25 -------
Have a look at the <depend> selector for filesets; it takes a granularity in
milliseconds.

could you use this selector in your copy fileset, with a large enough
granularity to work around the problem?

(we also have a different selector which does byte-for-byte compares, but this
would implictly contain the network load you are scared of -though it supports
granularity too)