V
vunet.us
How do I loop in Ant?
I have a <property name='xxx' value='yyy'/> where I have a set of
targets to perform for value 'yyy'. But I want to have an array of
'yyy' values, i.e. to perform the same set of commands for different
values of the property or loop through values.
Thanks.
I have a <property name='xxx' value='yyy'/> where I have a set of
targets to perform for value 'yyy'. But I want to have an array of
'yyy' values, i.e. to perform the same set of commands for different
values of the property or loop through values.
Thanks.