Hi
Ant exec
the 1st arg will be cmd.exe
args="/C FullpathNameOfBinaryToRun"
this will exec the FullpathNameOfBinaryToRun and then return back to
invoking process..
Martin--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to
Something so simple and I couldn't even think of it :/
That worked, thank you for your help :)
Original Message Follows
From: "Murray, Mike" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: "Ant Users List"
Subject: RE: forking ant
Try:
call ant clean build
-Original Message-
From: Res Pons [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 05, 2007 2:50 PM
To: user@ant.apache.org
Subject: forking ant
I'm writing a basic window's .bat file to cd into my working folder and run ant
clean build. And when ant b