1.

How To Loop On A List Or Fileset?

Answer»

USE ANT-contrib <for> <foreach> tasks
General to SAY, use <for> is BETTER than use <foreach> since for each is actually open another ant property space, use more MEMORY too.

Use ant-contrib <for> <foreach> tasks
General to say, use <for> is better than use <foreach> since for each is actually open another ant property space, use more memory too.



Discussion

No Comment Found