> 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
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
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.