Re: running external batch from ant

2006-01-10 Thread Ninju Bohra
ould start a separate console window in which your batchfile.cmd will run asynchronously. Hope that helps, Ninju - Original Message From: Sujeet Banerjee <[EMAIL PROTECTED]> To: Ant Users List Sent: Tuesday, January 10, 2006 4:45:43 AM Subject: Re: running external batch from an

Re: running external batch from ant

2006-01-10 Thread Sujeet Banerjee
ersistentsys.com -- "Technology denied is Technology gained" -- Dr. A.P.J. Abdul Kalam, President of India - Original Message - From: Lothar Krenzien To: user@ant.apache.org Sent: Tuesday, January 10, 2006 3:54 PM Subject: running exte

AW: running external batch from ant

2006-01-10 Thread Jan.Materne
I would try the spawn and fork attribute ... see also http://ant.apache.org/faq.html#batch-shell-execute Jan >-Ursprüngliche Nachricht- >Von: Lothar Krenzien [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 10. Januar 2006 11:25 >An: user@ant.apache.org >Betreff: running

Re: running external batch from ant

2006-01-10 Thread VGupta
lothar - try looking at the parallel task in ant. i have been using the same for stuff like this . do get back to me if you have some problem in using the same. Vipul Lothar Krenzien <[EMAIL PROTECTED]> wrote: Hi there, I would like to run an external batch file from ant. Of cou

running external batch from ant

2006-01-10 Thread Lothar Krenzien
Hi there, I would like to run an external batch file from ant. Of course no problem. But I notified that ant don't proceed until the batch execution finished. Is it possible to start the batch, let the output window open and proceed with ant ? Thanks, Lothar