Small fixes to TC 7 build docs:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 12 Aug 2010 21:12:19 +0000 (21:12 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 12 Aug 2010 21:12:19 +0000 (21:12 +0000)
- correct download link
- remove "ant download"
- update ant version requirements from 1.6.5 to 1.8.1

CTR

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@984978 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/building.xml

index efbc3ce..ee5506c 100644 (file)
@@ -55,17 +55,17 @@ directory into which you installed the JDK release.
 
 </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>
@@ -88,7 +88,7 @@ available, which will be used to actually perform the build.
   
   <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>
@@ -107,7 +107,6 @@ available, which will be used to actually perform the build.
 Use the following commands:
 <code><br/>
     cd ${tomcat.source}<br/>
-    ant download<br/>
     ant<br/>
 </code>
 </p>
@@ -178,7 +177,7 @@ Variables to add two new Classpath variables:
 <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>