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
nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Bret Kumler" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Friday, March 09, 2007 11:54 AM Subject: Question about using differ

Question about using different jvms with ant 1.6.5

2007-03-09 Thread Bret Kumler
Here's the issue. I want to use the latest version of Selenium to test our web application, which happens to run on jdk 1.4 in tomcat. The problem is the latest version of Selenium uses jdk 1.5 Is there a way to specify different jvms in the task or the task? Are there any samples I can use?