diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 192643d7d..7e70e7e9f 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -52,9 +52,10 @@ attribute are:
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.