On 2011-03-09, Thomas Kluge wrote:

> I`d like to compiler the Dacapo Benchmark with the Java 7 Compiler.
> The Benchmark uses an ant build script.

I assume you can modify the compilation part of said buildfile.

> The Java 7 compiler is just the compiler and not a hole virtual machine.

The easiest approach would be to use forked compilation and specify the
compiler's OS frontend (likely "javac" or "javac.exe") as executable
using the full path.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to