Hi,
This is Santa. I am using ANT for my development.
Problem is :: Only one ant command is executing in batch file
and not executing other commands after ant command in batch file
I am trying to write batch file to execute Ant tasks.But after
executing one ant command c
file
use "call ant" instead of "ant".
"ant" is a batchfile and if that is finished the called batch is terminated.
with "call" your batch will proceed.
its a windows behaviour and you'll find that in every batch
Jan
> -Ursprüngliche Nac
commands after ant in batch file
call ant -f build1.xml > build.log
call ant -f build2.xml >> build.log
> redirects to a file
>> appends to a file
Jan
> -Ursprüngliche Nachricht-
> Von: Vishnumalakala, Santa [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 13. F
.
On Feb 13, 2008 4:11 PM, Vishnumalakala, Santa <[EMAIL PROTECTED]>
wrote:
> Can I send these output as email using mail logger
>
> Santa.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 13, 2008 3:29 PM
>
here
http://ant.apache.org/manual/listeners.html#MailLogger
Hope this helps you
On Thu, Feb 14, 2008 at 12:48 PM, Vishnumalakala, Santa < [EMAIL PROTECTED]>
wrote:
> Here I need to send two build outputs as a email.
>
> Below I am executing two ant commands.
>
> c