Author: jfclere
Date: Tue Jan 15 03:11:41 2008
New Revision: 612082

URL: http://svn.apache.org/viewvc?rev=612082&view=rev
Log:
Add the extras step otherwise it won't build a release.

Modified:
    tomcat/trunk/BUILDING.txt

Modified: tomcat/trunk/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=612082&r1=612081&r2=612082&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Tue Jan 15 03:11:41 2008
@@ -130,7 +130,11 @@
     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



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to