I need to do 500 times loop. Is there better way rather than
<property name="javato.activetesting.trialnum.list" value="0,1,2,...,500(terrible)" />
<for param="trialnum" list="${javato.activetesting.trialnum.list}">
<sequential>
<echo message="Sub-iteration:@{trialnum}" />
<echo message="................" />
</sequential>
</for>
I'm not sure how to progress this - any suggestions?