Hello gentle people;
I really need an advise  or a form of guidance on this
I use an xmlproperty file which roughly uses this structure:
<root>
   <celement name="" .../>
  <celement name=""/>
</root>
 
My current ant build file is made to process one c-element(using celement 
attributes to set a bunch of properties).
Now i have to loop through this xml file and to run my build file against all 
the celements.
 
How can i perform this?using a foreach task in a "super" ant build file?
 
And by the way this xml file was previously a csv file. Is it possible to read 
and iterate through a csv file in ant?
 
Any help is welcome guys!
 
regards,
hind.


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to