Re: Running ant from a windows batch file

2007-04-12 Thread James Carr
; Hi All, > > I am running ant from a windows batch file, and I am having a strange > problem. The ant script completes successfully, but the rest of the > batch file (which doesnt depend on anything the ant script does) does > not run after the batch file runs. > > Any ideas?

Re: Running ant from a windows batch file

2007-04-12 Thread Hariharasudhan R
Instead of #REM This is a batchfile ant -f mybuild.xml echo doing other tasks use #REM This is a batchfile call ant -f mybuild.xml echo doing other tasks HTH, Hari On 4/12/07, James Carr <[EMAIL PROTECTED]> wrote: Hi All, I am running ant from a windows batch file, and I am having a s

Running ant from a windows batch file

2007-04-12 Thread James Carr
Hi All, I am running ant from a windows batch file, and I am having a strange problem. The ant script completes successfully, but the rest of the batch file (which doesnt depend on anything the ant script does) does not run after the batch file runs. Any ideas? let me know if you need further

Re: Running Ant from a Windows batch file

2004-10-19 Thread Sebastian Redl
Rhino wrote: I would like to be able to run an Ant (1.6.1) script from a Windows batch file on XP. Unfortunately, my Ant script contains tasks and they are messing me up. Here is my batch file, cond3.bat: rem Batch file to run an Ant script. rem This va

Re: Running Ant from a Windows batch file

2004-10-19 Thread Rhino
MessageI was hoping it would be that simple ;-) Thanks, my batch file now works perfectly! Rhino - Original Message - From: Dick, Brian E. To: Ant Users List Sent: Tuesday, October 19, 2004 10:48 AM Subject: RE: Running Ant from a Windows batch file Since the ant

RE: Running Ant from a Windows batch file

2004-10-19 Thread Dick, Brian E.
2004 10:44 AMTo: ant-userSubject: Running Ant from a Windows batch file   I would like to be able to run an Ant (1.6.1) script from a Windows batch file on XP. Unfortunately, my Ant script contains tasks and they are messing me up.   Here is my batch file,

Running Ant from a Windows batch file

2004-10-19 Thread Rhino
  I would like to be able to run an Ant (1.6.1) script from a Windows batch file on XP. Unfortunately, my Ant script contains tasks and they are messing me up.   Here is my batch file, cond3.bat: rem Batch file to run an Ant script.   rem This variable is