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
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 will generate class files compatible with java version 1.4 and la