RE: Windows 7 and ant exec task

2009-12-22 Thread Alec Fernandez
] >> Sent: Tuesday, December 22, 2009 3:13 PM >> To: Ant Users List >> Subject: RE: Windows 7 and ant exec task >> >> The .bat file works fine on Server 2003 and XP. It doesn't work on >> Windows 7. >> >> Thanks, >> Greg >> -Original

RE: Windows 7 and ant exec task

2009-12-22 Thread Thompson, Greg D. (LNG-DFW)
List >Betreff: RE: Windows 7 and ant exec task > >Zzz is a .bat file. If I specify the full path of zzz, it executes >fine. > >I'd rather not use the full path. The path to the executable will be >different on the dev workstations and the build/ci server. > >

AW: Windows 7 and ant exec task

2009-12-22 Thread Jan.Materne
>Betreff: RE: Windows 7 and ant exec task > >Zzz is a .bat file. If I specify the full path of zzz, it executes >fine. > >I'd rather not use the full path. The path to the executable will be >different on the dev workstations and the build/ci server. > >Thank

RE: Windows 7 and ant exec task

2009-12-22 Thread Thompson, Greg D. (LNG-DFW)
mx.de] Sent: Monday, December 21, 2009 4:41 PM To: Ant Users List Subject: Re: Windows 7 and ant exec task Hello Greg, what is zzz ? is it an exe ? a shell script (.cmd, .bat) ? if you specify the full path of zzz, can you then execute it ? Regards, Antoine Thompson, Greg D. (LNG-DFW) wrote:

Re: Windows 7 and ant exec task

2009-12-21 Thread Antoine Levy Lambert
Hello Greg, what is zzz ? is it an exe ? a shell script (.cmd, .bat) ? if you specify the full path of zzz, can you then execute it ? Regards, Antoine Thompson, Greg D. (LNG-DFW) wrote: I'm using Windows 7. When I use the ant exec task, I get Cannot run program "zzz": CreateProcess error=

Windows 7 and ant exec task

2009-12-21 Thread Thompson, Greg D. (LNG-DFW)
I'm using Windows 7. When I use the ant exec task, I get Cannot run program "zzz": CreateProcess error=2, The system cannot find the file specified. When I run the program "zzz" from the command line, it works fine. The folder that program "zzz" is in is in my path env variable. Ant versio