Re: Rename directories in Ant

2007-06-17 Thread Cesar Martinez Izquierdo
Gilbert Rebhan wrote: > Hi, > > as there's still no post how to achieve what you > need with vanilla ant ... > > ... i wrote a small ruby script for that purpose > might be used for backups too > Thank you very much for the interest. I will give it a try. Regards, -- César Martínez Izquierdo

Re: Malformed error

2007-06-13 Thread Cesar Martinez Izquierdo
arijit wrote: > i was hoping that would be the case.. :( > > but I wrote the code manually instead of copy-paste but still the same > problem > > > Cesar Martinez Izquierdo-3 wrote: >> arijit wrote: >>> I am unable to detect why this

Re: Malformed error

2007-06-13 Thread Cesar Martinez Izquierdo
arijit wrote: > I am unable to detect why this code is throwing malformed exception. > > > > Error shown is > > java.lang.IllegalArgumentException: Malformed \u encoding. > > any clue ? I would say you have an strange hidden character in that line. Try deleting the whole line and writ

Re: Rename directories in Ant

2007-06-13 Thread Cesar Martinez Izquierdo
rt [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 13, 2007 2:50 PM > To: Ant Users List > Subject: RE: Rename directories in Ant > > > Hi, > > > -Original Message- > From: Cesar Martinez Izquierdo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June

Re: Rename directories in Ant

2007-06-13 Thread Cesar Martinez Izquierdo
Qazwart wrote: > What version of Ant are you using? You seem to take the hard way: > > If you're using at least version 1.3, you can simply do this: > > todir="/tmp/myDir/test/hello/search_"/> > > If it's earlier than version 1.3: > > > > > > No need to use a mapper or anything: >

Rename directories in Ant

2007-06-13 Thread Cesar Martinez Izquierdo
Hi, I'm trying to rename every "search" directory in a tree to "search_", but I'm not able to find the right way to do it. For example, if I have the files: /tmp/myDir/test/hello/search/Hello.html /tmp/myDir/test/hello/search/nice/lists/search/Greetings.html /tmp/myDir/test/hello/searchstrings/He