ant-contrib.sourceforge.net has some tasks to do this.
-----Original Message----- From: "Guru Balse" <[EMAIL PROTECTED]> Sent: Wed, June 7, 2006 2:17 pm To: "Ant Users List" <user@ant.apache.org> Subject: Implementing a loop in ANT I am sure this question has been asked before, and I could not see any reasonable answer in the archives. How can I implement a loop in ANT without using scripts? For example, if I want to call a certain target N times, how can I do it? Using ant-contrib is OK. Of course, something like <for list="1,2,3,4,5,6,...,N"> would work but I want N to be a property that can be specified in the command line. Thanks in advance for your suggestions. - Guru Balse --------------------------------------------------------------------- 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]