Re: Bug in 'exec'

2005-06-13 Thread Peter Reilly
Just doing a dir in the exec does not change the directory for the task. You need to be very careful and explictly set the absolute path for the executable: Peter Mikael Petterson (KI/EAB) wrote: Hi, I am using 'exec' -task to execute a shell script. However it

Bug in 'exec'

2005-06-13 Thread Mikael Petterson (KI/EAB)
Hi, I am using 'exec' -task to execute a shell script. However it seems like it cannot find the shell script file. I ( and other people) have checked and the file is there. I wonder if anyone had a similar problem in 1.6.2? //mikael This is part of my build.xml ===