RE: Question about using different jvms with ant 1.6.5

2007-03-09 Thread Bret Kumler
51 AM To: Ant Users List; Bret Kumler Subject: Re: Question about using different jvms with ant 1.6.5 Good Morning Bret- 1)Can you specify the jvm attribute to point to your own customised java class? http://ant.apache.org/manual/OptionalTasks/junit.html 2)Also set clonevm to 'false' as y

Re: Question about using different jvms with ant 1.6.5

2007-03-09 Thread Martin Gainty
Good Morning Bret- 1)Can you specify the jvm attribute to point to your own customised java class? http://ant.apache.org/manual/OptionalTasks/junit.html 2)Also set clonevm to 'false' as you wont want to propagate from JavaVM running Ant to your particular task clonevm = false 3)set fork=true to se