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
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
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
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 {
/