RE: Loops

2006-07-17 Thread bill/wilandra
] Sent: Monday, July 17, 2006 2:47 PM To: user@ant.apache.org Subject: Re: Loops What is ant contrib? Some kind of tag library? I'd prefer to use the common ant tags, yet still solve the problem.. -- View this message in context: http://www.nabble.com/Loops-tf1956629.html#a5369035 Sent from th

Re: Loops

2006-07-17 Thread Scot P. Floess
ant contrib is a separate project for ant... Here is the URL: http://ant-contrib.sourceforge.net/ There was a time I was fairly adamant about not using anything but stock ant. However, there are some -really- useful tasks include in ant contrib - so I conceded and use it too... Otherwise,

Re: Loops

2006-07-17 Thread danielpaval
What is ant contrib? Some kind of tag library? I'd prefer to use the common ant tags, yet still solve the problem.. -- View this message in context: http://www.nabble.com/Loops-tf1956629.html#a5369035 Sent from the Ant - Users forum at Nabble.com. --

Re: Loops

2006-07-17 Thread Scot P. Floess
Ant contrib has a nice loop that uses a delimiter attribute... danielpaval wrote: Is there any way I can make a target run for a definite number of times.. Like a "for" or at least a "while" loop? To be more explicit I want a property's value tokenized in order to use the token as target para