Re: multiple JVM compiling??

2002-05-13 Thread Stefan Bodewig
On Mon, 13 May 2002, Geoff Meakin <[EMAIL PROTECTED]> wrote: > Does anyone know of a good way to do multiple compiling in a single > script? I'll assume Ant 1.5beta, beta2 will have this snippet in its documentation: >> If you want to run the javac compiler of a different JDK, you >> should te

Re: multiple JVM compiling??

2002-05-13 Thread Gordon Tyler
1.3 home directory. And for your JDK 1.4 compile: ... your classpath and includes ... Ciao, Gordon - Original Message - From: "Geoff Meakin" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 8:58 AM Subject:

multiple JVM compiling??

2002-05-13 Thread Geoff Meakin
Hi, Does anyone know of a good way to do multiple compiling in a single script? By this I mean, I have some source which I need to compile using JDK1.2.2, some source which I need to compile using JDK1.3 and some source which I need to compile using JDK1.4- but in the same script, so I dont want t