RE: path/to/dir to path_to_dir

2004-11-29 Thread EJ Ciramella
If you can't use something like the ant-contrib jars you could also use the echo task to spit out the value to a text file. use replace, then load it back in as a property... -Original Message- From: Robert Mark Bram [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 5:02 AM To:

Re: path/to/dir to path_to_dir

2004-11-22 Thread Christoph Bugel
Robert Mark Bram wrote: Hi All! I am receiving a path through the command line as a property in my Ant script. I am using the property as a path, but I also want to use it as a name, meaning that I want path/to/dir to appear as path_to_di.. Is there a way to do this? Look at propertyregex from