Author: rjung Date: Thu Aug 12 21:12:19 2010 New Revision: 984978 URL: http://svn.apache.org/viewvc?rev=984978&view=rev Log: Small fixes to TC 7 build docs:
- correct download link - remove "ant download" - update ant version requirements from 1.6.5 to 1.8.1 CTR Modified: tomcat/trunk/webapps/docs/building.xml Modified: tomcat/trunk/webapps/docs/building.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/building.xml?rev=984978&r1=984977&r2=984978&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/building.xml (original) +++ tomcat/trunk/webapps/docs/building.xml Thu Aug 12 21:12:19 2010 @@ -55,17 +55,17 @@ directory into which you installed the J </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 actuall <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 actuall 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 varia <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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org