I am trying to dynamically generate build2.xml by executing build1.xml. I have a build2_template.xml file and a property file. build2.xml is generated by reading the build2_template.xml and providing inputs to it through the property file.
a series of similar code needs to be written in build2.xml file which is a repititive work. So I was thinking of using some for - loop to write codes like <property name="testN" value="TEST-N"/> in build2_template.xml where N could be from 1 to some value which is defined in the property file. the property file is loaded in build1.xml Any suggestion ? -- View this message in context: http://www.nabble.com/Using-for-loop-tf3952686.html#a11214404 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]