RE: Building Java code with a different version

2005-03-09 Thread James Abley
On Wed, 2005-03-09 at 04:43, Perkins, Kristian wrote: > I think the point to make is that the same JDK will be used regardless > of the values of build.compiler or compiler attribute, but the > difference will be in the compiled classes that are outputted, that is > setting compiler to javac1.4 wil

RE: Building Java code with a different version

2005-03-08 Thread Perkins, Kristian
dnesday, 9 March 2005 12:45 AM To: user@ant.apache.org Subject: Building Java code with a different version Hi All, I'm struggling with a build script that needs to be able to compile and jar java code against different JDKs, depending on a property setting. >From my reading of the Ant docs, I

Building Java code with a different version

2005-03-08 Thread Rob Hills
Hi All, I'm struggling with a build script that needs to be able to compile and jar java code against different JDKs, depending on a property setting. >From my reading of the Ant docs, I should be able to use either the >build.compiler property or the compiler attribute to specify which JDK I