Re: Iterating a class list

2007-09-30 Thread Wascally Wabbit
If you can use third party libraries see AntXtras(antxtras.sf.net); you can do this like: [your other ant script statements here using ${nextjar}] -The Wabbit James Griggs wrote: I am looking for way to iterate through a property that contains a semicolon delimited list of libraries (jars

Re: Iterating a class list

2007-09-22 Thread Bill Rich
Hi James. Take a look at the Ant task or the antContrib task either of which could be useful to you for this particular case. HTH Bill James Griggs wrote: I am looking for way to iterate through a property that contains a semicolon delimited list of libraries (jars). The property could co

Iterating a class list

2007-09-22 Thread James Griggs
I am looking for way to iterate through a property that contains a semicolon delimited list of libraries (jars). The property could contain zero or more items. What I wish to do is to break the list into its individual items and perform a particular task on it. I have thus far been unable to