I thought you want to use the env variable in your "scp"
(maybe you have to mask the $ by $$).
You could also start Ant with -v(erbose) or -d(ebug) mode.
Usually you'll see the command Ant tries to execute.
Jan
> -Ursprüngliche Nachricht-
> Von: Suhas Majale [mailto:[EMAIL PROTEC
When working with remote tasks like we have to distinguish
between two environments: the env from the local and the remote machine.
You can use the local environment by loading them into properties.
I dont think that you can use the remote environment.
What you could do as workaround i