RE: : Execute failed: java.io.IOException: CreateProcess...

2005-03-04 Thread Marion, Patrick
Got it. Thanks Dominique. P. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 2:29 PM To: Ant Users List Subject: RE: : Execute failed: java.io.IOException: CreateProcess... You need an actual executable, like cmd.exe. If it's n

RE: : Execute failed: java.io.IOException: CreateProcess...

2005-03-04 Thread Dominique Devienne
> BUILD FAILED > D:\opt\build-tool\build.xml:172: The following error occurred while > executing this line: > D:\opt\build-tool\build.xml:165: The following error occurred while > executing this line: > D:\opt\build-tool\build.xml:150: Execute failed: java.io.IOException: >

: Execute failed: java.io.IOException: CreateProcess...

2005-03-04 Thread Marion, Patrick
:\opt\build-tool\build.xml:165: The following error occurred while executing this line: D:\opt\build-tool\build.xml:150: Execute failed: java.io.IOException: CreateProcess: c:\sharedlibs\apache-ant-1.6.2\bin\ant -version error=193 when I run the command ("c:\sharedlibs\apache-ant-1.6.2\bi

Re: Execute failed: java.io.IOException: CreateProcess: - I have tried about everything

2004-09-08 Thread Laconia Data Systems
; <[EMAIL PROTECTED]> Sent: Wednesday, September 08, 2004 10:55 AM Subject: RE: Execute failed: java.io.IOException: CreateProcess: - I have tried about everything Why not just do this: -Original Message- From: Steve Pruitt [mailto:[EMAIL PROTECTED] Sent: September 8,

RE: Execute failed: java.io.IOException: CreateProcess: - I have tried about everything

2004-09-08 Thread Vadim Kazakov
Why not just do this: -Original Message- From: Steve Pruitt [mailto:[EMAIL PROTECTED] Sent: September 8, 2004 8:15 AM To: Ant Users List Subject: Execute failed: java.io.IOException: CreateProcess: - I have tried about everything I cannot get an exec to work. I get an error

Execute failed: java.io.IOException: CreateProcess: - I have tried about everything

2004-09-08 Thread Steve Pruitt
I cannot get an exec to work. I get an error that seems to be caused by not ant not knowing where to find the executable. If I explicitly set Path with the executable dir it works fine. As soon as I remove it from Path and try setting it through ant. It fails. My project looks like... : :