You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2008/01/15 12:11:42 UTC

svn commit: r612082 - /tomcat/trunk/BUILDING.txt

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org