executable="/usr/bin/cp" cannot access PATH/*

2014-04-25 Thread GARCIA PEREZ, Alberto (Alberto)** CTR **
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

Re: executable="/usr/bin/cp" cannot access PATH/*

2014-04-25 Thread Andreas Krey
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:

AW: executable="/usr/bin/cp" cannot access PATH/*

2014-04-25 Thread jhm
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