RE: Running 2 ant commands in a windows .bat file, only first one executes

2006-07-14 Thread Anderson, Rob (Global Trade)
Perfect. Thanks, -Rob A > -Original Message- > From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED] > Sent: Friday, July 14, 2006 3:33 PM > To: Ant Users List > Subject: Re: Running 2 ant commands in a windows .bat file, > only first one executes > > try

Re: Running 2 ant commands in a windows .bat file, only first one executes

2006-07-14 Thread glenn opdycke-hansen
try calling ant (finally, a question i can answer!) see below On 7/14/06, Anderson, Rob (Global Trade) <[EMAIL PROTECTED]> wrote: I have a simple windows batch file that is supposed to run 2 ant commands like so... call ant -logger org.apache.tools.ant.listener.MailLogger -f h:\temp\ant_batch\

Running 2 ant commands in a windows .bat file, only first one executes

2006-07-14 Thread Anderson, Rob (Global Trade)
I have a simple windows batch file that is supposed to run 2 ant commands like so... ant -logger org.apache.tools.ant.listener.MailLogger -f h:\temp\ant_batch\build.xml test1 ant -logger org.apache.tools.ant.listener.MailLogger -f h:\temp\ant_batch\build.xml test2 When I run the script only the