Author Login
Post Reply
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 Nachricht-----
> Von: Vishnumalakala, Santa [mailto:Santa_Vishnumalakala@(protected)]
> Gesendet: Mittwoch, 13. Februar 2008 09:50
> An: Ant Users List
> Betreff: Only one ant command is executing in batch file and
> not executing other commands after ant in batch file
>
>
> 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 control is going to prompt rather than
> executing other commands in batch file.Could you please help me to
> execute all tasks in batch file. This is happening only for
> ant command
> not any other commands in batch file.
>
> My build.bat:
>
> set ANT_HOME=D:\Program
> Files\Ant\apache-ant-1.6.1-bin\apache-ant-1.6.1
> set
> PATH=%PATH%;%ANT_HOME%\bin;D:/vsanta/App(D)/GSNL/GSNLProject/G
> SNL-UI/bui
> ld;
>
> ant -l test1.log -buildfile Test1\build\build.xml
> ant -l test2.log -buildfile Test2\build\build.xml
>
> Running build.bat...after executing first ant command i.e.
> build.xml in Test1 folder(My build is success)
> control is going to command prompt rather than executing
> another ant command.
>
>
> Thanks,
> Santa.
>
> -----------------------------------------
> This message and any attachments are intended only for the use of
> the addressee and may contain information that is privileged and
> confidential. If the reader of the message is not the intended
> recipient or an authorized representative of the intended
> recipient, you are hereby notified that any dissemination of this
> communication is strictly prohibited. If you have received this
> communication in error, notify the sender immediately by return
> email and delete the message and any attachments from your system.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)