or directly from the ac-manual

 The following example loops from one to ten.

    <ac:for param="i" end="10">
      <sequential>
        <echo>i is @{i}</echo>
      </sequential>
    </ac:for>
    

Jan 

> -----Ursprüngliche Nachricht-----
> Von: Jan [mailto:[email protected]] 
> Gesendet: Montag, 12. April 2010 21:08
> An: Ant Users List
> Betreff: Looping number of times
> 
> Hi All,
> 
> Is there any task available to loop for number of times ?
> 
> I know we can use ant-contrib for loop for the comma 
> seperated list, instead
> of it i want to mention loop it for 10 times
> 
> Any one any idea?
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to