Only local. I even initially called it <lsync>, for local sync to contrast with Unix' rsync command, but Stefan renamed it <sync> when he integrated it to Ant.
Plus most of the job done by sync is to actually figure out what changed between the two trees, which you already get thru your custom parsing of the CC log file. --DD PS: Better to use Ant-Contrib's <for> instead of <foreach>. You avoid the equivalent to the <antcall> for each iteration, which is usually faster and takes less memory. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
