From 8680c6ae6060e430cede5e08bd12f9bda560fdaa Mon Sep 17 00:00:00 2001 From: jfclere Date: Tue, 15 Jan 2008 11:11:41 +0000 Subject: [PATCH] Add the extras step otherwise it won't build a release. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@612082 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 1ca96e314..e569bf2cb 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -130,7 +130,11 @@ The documentation can be easly built: cd ${tomcat.source} ant -f dist.xml dist-javadoc -(6) Building a release running tests: +(6) Building the extras (commons-logging and webservices). + cd ${tomcat.source} + ant -f extras.xml + +(7) Building a release running tests: cd ${tomcat.source} ant -f dist.xml release -- 2.11.0