Hi all,
I'm a new member of this mailing list.
I'm using ANT in a build.xml of a Hudson Job.
I want to copy several file from one directory to another one. Just the files
inside, not the parent directory.
I'm using the next code:
The output is:
cp: cannot ac
On Fri, 25 Apr 2014 10:26:08 +, GARCIA PEREZ, Alberto (Alberto)** CTR **
wrote:
...
> I want to copy several file from one directory to another one. Just the files
> inside, not the parent directory.
> I'm using the next code:
>
>
>
>
>
>
> The output is:
I wouldnt use a platform specific 'cp' command.
Why dont you use ?
Another point is that your '*' is not resolved by 'cp', this is resolved by
the shell interpreter.
Maybe this would work
Jan
> -Ursprüngliche Nachricht-
> Von: GARCIA PER