Looks like it's calling itself via [antcall]. Is suppose to do that when
target is invoked in a loop?

Yes. The newer/faster/better <for> task (from Ant-Contrib as well)
does not use <antcall>, OTOH. Instead of always computing the
checksum, you could also use <outofdate> (from Ant-Contrib still), to
only update the sum of updated files. --DD

PS: I vaguely recall that <checksum> might support fileset directly though

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to