Assuming you are on a Windows machine, then ant is a .bat file and you must
call ant from another .bat file.

HTH Bill 

-----Original Message-----
From: Res Pons [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 23, 2006 3:46 PM
To: user@ant.apache.org
Subject: Using Ant commands in a batch file; having problem; ant exits

Hi everyone

I'm trying to run a batch file consisted of 3 or more lines below and cd
into different build folders of different projects and run a specific ant
target as listed below. But the problem is that after the first instance of
ant is run successfully, the batch file exits and the subsequent batch
commands don't get processed.  Is there any way to tell ant not to exit the
batch file and continue?



cd c:\workingFolder\proj1\build
ant target

cd c:\workingFolder\proj2\build
ant target

cd c:\workingFolder\proj2\build
ant target

_________________________________________________________________
Try the next generation of search with Windows Live Search today!  
http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&source=h
mtagline


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to