RE: problem with exec task

2006-02-05 Thread bill/wilandra
PROTECTED] Sent: Sunday, February 05, 2006 2:45 PM To: Ant Users List; Harshal Chavda Subject: Re: problem with exec task Harshal, "Error=2" from Windows means "file not found". You can find the full set of all of the Windows error codes at http://msdn.microsoft.com/library

Re: problem with exec task

2006-02-05 Thread Rhino
Harshal, "Error=2" from Windows means "file not found". You can find the full set of all of the Windows error codes at http://msdn.microsoft.com/library/?url=/library/en-us/debug/base/system_error_codes.asp?frame=true. You have either misspelled the name of the file or, more likely, you have

Re: Problem with exec task

2006-01-23 Thread Stefan Bodewig
On Mon, 23 Jan 2006, Tommy Nordgren <[EMAIL PROTECTED]> wrote: > I want to run an executable nested in one of my build directories. > I've tried: > > This executes the command, but the work directory is still the base > directory of my build. > I want it set to the directory containing the execut