You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/12/02 12:40:45 UTC

DO NOT REPLY [Bug 32488] - Improvement to 'spawn' attribute

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32488>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32488





------- Additional Comments From stevel@apache.org  2004-12-02 12:40 -------
How do we kill processes in a cross platform manner? What process ID were you
thinking of for Windows Apps?

All we have in the runtime is the Process object, and I think the way spawning
works is we forget about that after starting the program. There is no process ID. 

For your problem, deploy the server and tests in <parallel>. 

Alternatively, and this is RMI here, have some RMI object that shuts down the
server, that you can talk to to tell it to terminate itself. This is what I do.

 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org