From 087fc7007b433dcb9454bd9f5055d5d9d69e4a29 Mon Sep 17 00:00:00 2001 From: rjung Date: Thu, 12 Aug 2010 21:12:19 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@984978 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/building.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/webapps/docs/building.xml b/webapps/docs/building.xml index efbc3ce7a..ee5506c2c 100644 --- a/webapps/docs/building.xml +++ b/webapps/docs/building.xml @@ -55,17 +55,17 @@ directory into which you installed the JDK release. -
+

-Download a binary distribution of Ant 1.6.5 or later from +Download a binary distribution of Ant 1.8.1 or later from here.

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.

@@ -88,7 +88,7 @@ available, which will be used to actually perform the build.

Download a source package from: - http://tomcat.apache.org/download-60.cgi + http://tomcat.apache.org/download-70.cgi

@@ -107,7 +107,6 @@ available, which will be used to actually perform the build. Use the following commands:
cd ${tomcat.source}
- ant download
ant

@@ -178,7 +177,7 @@ Variables to add two new Classpath variables:

- +
TOMCAT_LIBS_BASEthe base path where the binary dependencies have been downloaded
ANT_HOMEthe base path of Ant 1.6.5 or later
ANT_HOMEthe base path of Ant 1.8.1 or later

-- 2.11.0