From f06f366200ffb9b8d450c4ffc4dc940c437f9698 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/1.5/1.6/1.7/1.8) –
+ modern
(the standard compiler of JDK 1.3 and later) –
javac1.3
and
javac1.4
and
javac1.5
and
javac1.6
and
javac1.7
(since Ant 1.8.2) and
- javac1.8
(since Ant 1.8.3) can be used as aliases.javac1.8
(since Ant 1.8.3) and
+ javac1.9
(since Ant 1.9.5) can be used as aliases.
jikes
(the Jikes
compiler).