Re: launching cmd from ANt

2008-04-02 Thread Steve Loughran
Bourzeix wrote: Hello, How I can from an ant script running an independant dos command? this antlet wait for the exit of cmd.exe to return back to ant processing spawn="true". but you lose all output from the command line -- St

Re: launching cmd from ANt

2008-04-02 Thread supareno
Hello, why don't you use the Weblogic ant tasks? you can check out this: http://edocs.bea.com/wls/docs81/toolstable/ToolsTable.html#1009580 and this: http://photos.sys-con.com/story/res/48932/source.html Hello, How I can from an ant script running an independant dos command?

launching cmd from ANt

2008-04-02 Thread Bourzeix , Hervé
Hello, How I can from an ant script running an independant dos command? this antlet wait for the exit of cmd.exe to return back to ant processing any help ? - To u