Hi, Matt
Matt Benson schrieb:
Trying to catch up on this thread. Are you saying you
want to do something for each line of a file? No
problem. The ResourceCollection API was designed to
return an Iterator partly with the aim of maintaining
compatibility with antcontrib's for and foreach tasks.
Simply use the <tokens> ResourceCollection:
<ac:for param="x">
<tokens>
<file file="${input.file}" />
</tokens>
<sequential>
....
</sequential>
</ac:for>
That's nice to know.
After all i'm not up to date, as we still use ant 1.6.5
in production.
I push for an update to ant 1.7.x all the time, hope i'll
get my update soon :-)
I see 1.7.1 is nearly out ...
Regards, Gilbert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]