You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Ja...@rzf.fin-nrw.de on 2004/11/29 17:16:46 UTC

AW: Questions about commons-launcher and ant Task for java proces s management

Just the the classes from Ant you need (maybe customize them to your needs)
and jar them. So you´ll get your own launcher library.

Jan

> -----Ursprüngliche Nachricht-----
> Von: Christopher Fitch [mailto:dominatr@midsouth.rr.com]
> Gesendet am: Montag, 29. November 2004 17:05
> An: dev@ant.apache.org
> Betreff: Questions about commons-launcher and ant Task for 
> java process
> management
> 
> Hello,
>   I asked Stefan a question about the Task class and he 
> suggested that I ask the 
> ant dev list:
> 
> I have been digging in to the Java class in the 
> org.apache.tools.ant.taskdefs 
> package and I was wondering if the functionality provided in 
> the class is 
> available in a seperate library or if there is another 
> library available that 
> provides the same functionality.
> 
> I need to start, monitor, and stop seperate JVMs from a 
> another JVM and the ant 
> Task class seems to be a great starting point but I would 
> prefer not to include 
> the ant libraries. I checked out the commons-launcher but it 
> has the same set of 
> dependencies since it extends Task. I like that these classes 
> are focused on 
> spawning JVMs.
> 
> Is there another java API I could use for this function?
> 
> Thanks!
> 
> 
> -- 
> 
> Christopher Fitch
> dominatr@midsouth.rr.com
> "To announce that there must be no criticism of the 
> President, or that we are to 
> stand by the President, right or wrong, is not only 
> unpatriotic and servile, but 
> is morally treasonable to the American public." - Teddy Roosevelt
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>