RE: rsync wildcard

2005-04-06 Thread Christoph Bugel
> Can anyone advise why the following works on the command line, but not > within an ant script. The error is 'file/directory does not exist', when > it clearly does. If I change the *.gz to a specific file it works fine. > > > > > When you replace "rsync" with "echo" you will see that the quo

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

Re: How to get the return value from the

2004-10-12 Thread Christoph Bugel
Sharad wrote: Hi, I want to create a target which can be called using . But i want to get the return value from the called target. Is there a way to get it? I tried using ant contrib's variable property using but the antfetch and antcallback (from ant contrib) might do what you want.