RE: path/to/dir to path_to_dir

2004-11-29 Thread EJ Ciramella
AM To: Ant Subject: path/to/dir to path_to_dir 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?

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

path/to/dir to path_to_dir

2004-11-22 Thread Robert Mark Bram
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? Any advice would be most welcome! Rob :) -- Robert