| Author |
Using Ant to launch program in separate window
|
See El
Ranch Hand
Joined: Oct 07, 2002
Posts: 44
|
|
Hi everyone, I want to use Ant to launch some external program (in exact appserver & tomcat) in separate window and the returns (leaving other program running). I've tried something like this Anybody has an idea how to do this ? Thanks in advance,
|
See El<br />SCJP2, SCWCD, IBM XML, SCBCD
|
 |
Kirk Pepperdine
Author
Ranch Hand
Joined: Jan 17, 2001
Posts: 71
|
|
As long as a process run by ANT is running (say that five times fast ), ANT will not return. You can get ANT to launch several processes by using a combination of the parallel and sequential tasks. Quite useful for running tests in a distributed processing environment.
|
Author of <a href="http://www.amazon.com/exec/obidos/ASIN/0672324261/ref=jranch-20" target="_blank" rel="nofollow">Ant Developer's Handbook</a>
|
 |
 |
|
|
subject: Using Ant to launch program in separate window
|
|
|