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=5949>.
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=5949
Stop using timestamp for "out-of-dateness" check
------- Additional Comments From bevan.arps@clear.net.nz 2002-01-21 22:45 -------
Keying the record by Inode restricts the functionality to *nix systems only.
------- Additional Comments From stevel@apache.org 2003-03-10 06:01 -------
Ant in CVS has a <different> selector that lets you do a byte by byte comparison
on files, which you can use in the fileset for tasks such as <uptodate> and
<copy>. It is very fast when the file sizes are differnt, and can be configured
to use/ignore timestamps in the comparison.
Is this sufficient?
|