Re: 'java' task does not exit

2006-04-03 Thread Steve Loughran
John Sisson wrote: The spawn attribute runs my primary process without its console log being visible; now you have to run (via ant) a tail program and attach it to the process. I have done this but it is pretty inconvenient as there is a family of 20 or more processes run by my extended NxJava co

RE: 'java' task does not exit

2006-04-03 Thread John Sisson
perhaps via Ant from java which I have not yet tried, but now I will. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Sunday, April 02, 2006 1:08 PM To: Ant Users List Subject: Re: 'java' task does not exit John Sisson wrote: > Hello > I have

Re: 'java' task does not exit

2006-04-02 Thread Steve Loughran
John Sisson wrote: Hello I have extended the ant 'org.apache.tools.ant.taskdefs.Java' task to setup many of the parameters from a property file using my class 'com.nxps.ant.tasking.JavaNx'; apart from the parameter management its action is pretty simple: ... It appears that Ant now just knows

'java' task does not exit

2006-03-29 Thread John Sisson
Hello I have extended the ant 'org.apache.tools.ant.taskdefs.Java' task to setup many of the parameters from a property file using my class 'com.nxps.ant.tasking.JavaNx'; apart from the parameter management its action is pretty simple: == public final class JavaNx extends Java { /