--- src/main/org/apache/tools/ant/types/CommandlineJava.java2004-02-11
15:27:15.0 -0300
+++
/opt/java/ant/apache-ant-1.6.0/src/main/org/apache/tools/ant/types/CommandlineJava.java
2004-02-11 15:08:41.0 -0300
@@ -432,7 +432,7 @@
* Get the VM command parameters, inclu
On Wed, 11 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote:
> The diff was against the 1.6.0 WC, I guess the versions are just the
> same,
No they are not. I've changed some stuff in CommandlineJava in CVS
HEAD for the new cloneVm feature. Please take a look at the code to
see whether you'd
This is the patch for JUnitTask and CommandlineJava to make them extensible.
The main change in CommandlineJava is that some methods were made
protected and in JUnitTask replace the direct usage of commandline for
an accessor, this way they can both be extended to provide custom
commandline impl