Try:
Then use the following in your javac task:
executable="${compiler.folder}"
From: Frances Laverty
To: user@ant.apache.org
Sent: Thursday, May 21, 2009 7:30:58 AM
Subject: Using ant to change the compiler for javac tasks
Hi,
I'm trying to set up Cruis
On Thu, May 21, 2009 at 8:30 AM, Frances Laverty
wrote:
> I'm trying to set up CruiseControl to build my project, and the latest
> version of cc requires java 5. Unfortunately our project must be build with
> java 1.4, so i've been trying to incorporate the compiler setting into my
> build. I
Hello Rob,
you could try to use different configurations for that purpose. The
patches are downloaded in one configuration, and your enhancements are
downloaded in another configuration. Retrieve each configuration to a
separate directory and build the classpath by scanning the directories
in
Hi,
I'm trying to set up CruiseControl to build my project, and the latest version
of cc requires java 5. Unfortunately our project must be build with java 1.4,
so i've been trying to incorporate the compiler setting into my build. I've
got one build file that does everything, and i've been