On Feb 11, 2005, at 10:01 AM, Matt Benson wrote:
I don't know what version of ant-contrib you are using, but later versions include the for task which is a hybrid of foreach and macrodef, whose chief benefit is that it avoids the incursion of an entirely new project context, unlike foreach. Translation: foreach will be slow and memory-hungry compared to for.
Ah, OK... I saw the <for> task, but kind of didn't understand what it was <for> :-). Thanks! (I'm using the latest ant-contrib).
—ml—
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]