Re: renaming files

2010-10-19 Thread jpyork
disregard...I am a bit sick today..brain a bit slow..figured it out with: -- View this message in context: http://a

Re: renaming files

2010-10-19 Thread Michael Shea
I believe you should look here: http://ant.apache.org/manual/Types/mapper.html (check out the globmapper). Mike Shea. I am wondering if there is a way to take a bunch of files and change the name of them without having to do them one at a time. this is an example of what i want to do: examp

RE: Proper way to translate list of jars from properties file into classpath

2010-10-19 Thread Bailey, Darragh
> -Original Message- > From: KARR, DAVID (ATTSI) [mailto:dk0...@att.com] > Sent: 13 October 2010 21:05 > To: Ant Users List > Subject: Proper way to translate list of jars from properties > file into classpath > > I have a property defined in my properties file that > specifies a list o

renaming files

2010-10-19 Thread jpyork
I am wondering if there is a way to take a bunch of files and change the name of them without having to do them one at a time. this is an example of what i want to do: example.jpg (could be html files, css files, etc) to example.1.jpg I am looking to have files match the build number. I know i

Re: Proper way to translate list of jars from properties file into classpath

2010-10-19 Thread Antoine Levy-Lambert
On 10/14/2010 5:09 PM, KARR, DAVID (ATTSI) wrote: -Original Message- From: KARR, DAVID (ATTSI) Sent: Wednesday, October 13, 2010 1:05 PM To: Ant Users List Subject: Proper way to translate list of jars from properties file into classpath I have a property defined in my properties file