; 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?
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
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
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
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
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,
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