> It did work with antconrib 1.0b3
>
> I just have another question, is there a way to override jar
> in ant lib
> directory
Try
Jan
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For addi
Here is the my working example :
${ant.version}
i is @{i}
Buildfile: build.xml
[echo] Apache Ant version 1.7.0 compiled on December 13 2006
[echo] i is 0
[echo] i is 1
[echo] i is 2
[echo] i is 3
[echo] i is 4
[echo] i is 5
[echo]
or directly from the ac-manual
The following example loops from one to ten.
i is @{i}
Jan
> -Ursprüngliche Nachricht-
> Von: Jan [mailto:raghure...@gmail.com]
> Gesendet: Montag, 12. April 2010 21:08
> An: Ant Users List
> Betreff: Looping number
Jan
> -Ursprüngliche Nachricht-
> Von: Scot P. Floess [mailto:sflo...@nc.rr.com]
> Gesendet: Montag, 12. April 2010 21:47
> An: Ant Users List
> Betreff: Re: Looping number of times
>
>
> This exact question was posted sometime back... I wrote a
> macrodef that
> does it... I bel