Browse Source

Ant 1.7.1 requires Java 1.3+

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704362 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
a06591b7b3
1 changed files with 26 additions and 2 deletions
  1. +26
    -2
      xdocs/faq.xml

+ 26
- 2
xdocs/faq.xml View File

@@ -241,8 +241,32 @@
<p>If only the JRE is present but not a full JDK then many
tasks will not work.</p>

<p>Ant 1.6.* works with jdk 1.2 and higher, Ant 1.1 to Ant
1.5.* work with jdk 1.1 and higher.</p>
<p>The following table lists the minimum Java versions
required to compile and run Ant. Note that most committers
work with more recent versions of the JDK and that Ant doesn't
get tested much for older versions.</p>

<table>
<tr>
<th>Ant Version</th>
<th>Minimum Java Version</th>
</tr>

<tr>
<td>1.1 up to 1.5.4</td>
<td>1.1</td>
</tr>

<tr>
<td>1.6.0 up to 1.7.0</td>
<td>1.2</td>
</tr>
<tr>
<td>1.7.1 up to the current svn trunk</td>
<td>1.3</td>
</tr>
</table>
</answer>
</faq>



Loading…
Cancel
Save