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
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
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