summaryrefslogtreecommitdiff
path: root/manual/Tasks/javac.html
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2017-11-29 16:17:34 +0100
committerStefan Bodewig <bodewig@apache.org>2017-11-29 16:17:34 +0100
commit68b846a4c27361cce2b6d7e9c60ca697f980913e (patch)
tree41938c3c8a69674c6d624c6cef5dfc142f791b38 /manual/Tasks/javac.html
parentecb6acf016999e97e3c5ee4a4d109a4fff1eea4b (diff)
downloadant-java-10-version.tar.gz
try to adapt to Java10+ rapidly changing major versionsjava-10-version
Diffstat (limited to 'manual/Tasks/javac.html')
-rw-r--r--manual/Tasks/javac.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/manual/Tasks/javac.html b/manual/Tasks/javac.html
index 68c6310d3..89ec0549f 100644
--- a/manual/Tasks/javac.html
+++ b/manual/Tasks/javac.html
@@ -78,9 +78,10 @@ attribute are:</a></p>
<code>javac1.5</code> and
<code>javac1.6</code> and
<code>javac1.7</code> (<em>since Ant 1.8.2</em>) and
- <code>javac1.8</code> (<em>since Ant 1.8.3</em>) and</li>
- <code>javac1.9</code> (<em>since Ant 1.9.5</em>) and</li>
- <code>javac9</code> (<em>since Ant 1.9.8</em>) can be used as aliases.</li>
+ <code>javac1.8</code> (<em>since Ant 1.8.3</em>) and
+ <code>javac1.9</code> (<em>since Ant 1.9.5</em>) and
+ <code>javac9</code> (<em>since Ant 1.9.8</em>) and
+ <code>javac10+</code> (<em>since Ant 1.9.10</em>) can be used as aliases.</li>
<li><code>jikes</code> (the <a
href="http://jikes.sourceforge.net/" target="_top">Jikes</a>
compiler).</li>
@@ -525,7 +526,7 @@ invoking the compiler.</p>
<tr>
<td valign="top">release</td>
<td valign="top">
- Specify the value for the <code>--release</code> switch.Ignored
+ Specify the value for the <code>--release</code> switch. Ignored
when running on JDK &lt; 9.<br>
When set and running on JDK &gt;= 9 the source and target
attributes as well as the bootclasspath will be ignored.