Re: forking ant

2007-04-05 Thread Martin Gainty
PROTECTED]> To: Sent: Thursday, April 05, 2007 3:49 PM 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 build is finished to return back to the original bat file and copy the war/ear files to my local jb

RE: forking ant

2007-04-05 Thread Res Pons
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

RE: forking ant

2007-04-05 Thread Murray, Mike
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. An

forking ant

2007-04-05 Thread Res Pons
I'm writing a basic window's .bat file to cd into my working folder and run ant clean build. And when ant build is finished to return back to the original bat file and copy the war/ear files to my local jboss deploy directory. I've tried 2 things cd workingFolder ant clean build and start