From 636efd4eb0a49b85b020aa22982f32e8958db9c0 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
classic
(the standard compiler of JDK 1.1/1.2) –
javac1.1
and
javac1.2
can be used as aliases.modern
(the standard compiler of JDK 1.3/1.4) –
+ modern
(the standard compiler of JDK 1.3/1.4/1.5) –
javac1.3
and
- javac1.4
can be used as aliases.javac1.4
and
+ javac1.5
can be used as aliases.
jikes
(the Jikes
compiler).1.1
or 1.2
). Note that the
default value depends on the JVM that is running Ant. In
- particular, if you use JDK 1.4 the generated classes will not be
+ particular, if you use JDK 1.4+ the generated classes will not be
usable for a 1.1 Java VM unless you explicitly set this attribute
to the value 1.1 (which is the default value for JDK 1.1 to
1.3).-source
command-line
- switch; will be ignored by all implementations except
+ switch; will be ignored by all implementations prior to
javac1.4
(or modern
when Ant is not
running in a 1.3 VM) and jikes
.jikes
, you must make sure
that your version of jikes supports the -source
- switch.1.3
and 1.4
+ switch.1.3
, 1.4
and 1.5
– by default, no -source
argument will be used
at all.false
.
<javac>
.
Copyright © 2000-2003 Apache Software Foundation. +
Copyright © 2000-2004 Apache Software Foundation. All rights Reserved.