Looks like it works indeed!! Thank you, Dominique! 

-----Original Message-----
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 16, 2007 15:28
To: Ant Users List
Subject: Re: Invoking a target (Ant 1.7) in a loop (Ant-Contrib)


> 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]

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

Reply via email to