</section>
-<section name="Install Apache Ant 1.6.5 or later">
+<section name="Install Apache Ant 1.8.1 or later">
<p>
-Download a binary distribution of Ant 1.6.5 or later from
+Download a binary distribution of Ant 1.8.1 or later from
<a href="http://ant.apache.org/bindownload.cgi">here</a>.
</p>
<p>
Unpack the binary distribution into a convenient location so that the
Ant release resides in its own directory (conventionally named
-"apache-ant-1.6.x"). For the purposes of the remainder of this document,
+"apache-ant-1.8.x"). For the purposes of the remainder of this document,
the symbolic name "${ant.home}" is used to refer to the full pathname of
the release directory.
</p>
<p>
Download a source package from:
- <code>http://tomcat.apache.org/download-60.cgi</code>
+ <code>http://tomcat.apache.org/download-70.cgi</code>
</p>
<p>
Use the following commands:
<code><br/>
cd ${tomcat.source}<br/>
- ant download<br/>
ant<br/>
</code>
</p>
<p>
<table border="1">
<tr><td>TOMCAT_LIBS_BASE</td><td>the base path where the binary dependencies have been downloaded</td></tr>
- <tr><td>ANT_HOME</td><td>the base path of Ant 1.6.5 or later</td></tr>
+ <tr><td>ANT_HOME</td><td>the base path of Ant 1.8.1 or later</td></tr>
</table>
</p>