RE: Renaming the directories recursively

2002-03-27 Thread Diane Holt
--- [EMAIL PROTECTED] wrote: > I am compiling the jsps and that is how these directories are created > with an "_" infront of all the directories. Infact, I don't want > the "_". I don't know a way to tell the compiler not create the "_" > infront of the directories or it would be even better, if

RE: Renaming the directories recursively

2002-03-27 Thread Kailash . Subramanian
into my ANT build file. This is the ANT code I am using to compile jsps Thx Kailash From: Adam Murdoch <[EMAIL PROTECTED]> on 03/26/2002 10:32 PM Please respond to Ant Users List <[EMAIL PROTECTED]> To: Ant Users List <[EMAIL PROTECT

Re: Renaming the directories recursively

2002-03-27 Thread stephan beal
On Wednesday 27 March 2002 04:32 am, Adam Murdoch wrote: > > -Original Message- > Unfortunately, to solve your particular problem, I think you will have to > write your own mapper implementation. It's not particularaly hard - > implement FileNameMapper to do the appropriate conversion, co

RE: Renaming the directories recursively

2002-03-26 Thread Adam Murdoch
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 27 March 2002 12:38 PM > To: Ant Users List > Subject: Renaming the directories recursively > > > > I want to rename the directories only recursively. Basi

Renaming the directories recursively

2002-03-26 Thread Kailash . Subramanian
I want to rename the directories only recursively. Basically, I want to rename _com/_alltel/_ebusiness/ to com/alltel/ebusiness... I checked out the documentation, and figured out how to rename the files. This is the code I am trying to useand it renames only the top most dir