Add the extras step otherwise it won't build a release.
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 15 Jan 2008 11:11:41 +0000 (11:11 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 15 Jan 2008 11:11:41 +0000 (11:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@612082 13f79535-47bb-0310-9956-ffa450edef68

BUILDING.txt

index 1ca96e3..e569bf2 100644 (file)
@@ -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