https://issues.apache.org/bugzilla/show_bug.cgi?id=47010
Summary: Sync task cannot compare file contents
Product: Ant
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Other
AssignedTo: [email protected]
ReportedBy: [email protected]
Recently was working with some build scripts and found a deficiency in the
“Sync” task, namely that it cannot actually compare file content and instead
works strictly off file date. This was not usable for us and so I implemented
the attached task, that will sync two directory trees based on file contents (a
poor man's rsync to be sure). I am submitting for inclusion in core or contrib,
or if you’d like to refactor and integrate into the existing Sync task
(foolishly, i did not look at the code for Sync at all).
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.