Author: markt Date: Fri May 19 15:56:05 2006 New Revision: 407927 URL: http://svn.apache.org/viewvc?rev=407927&view=rev Log: Update build how to with common-modeler
Modified: tomcat/container/branches/tc4.1.x/BUILDING.txt Modified: tomcat/container/branches/tc4.1.x/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/BUILDING.txt?rev=407927&r1=407926&r2=407927&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/BUILDING.txt (original) +++ tomcat/container/branches/tc4.1.x/BUILDING.txt Fri May 19 15:56:05 2006 @@ -225,7 +225,23 @@ distribution resides in its own directory. -(12) Download and Install the Regexp Binary Distribution +(12) Download and Install the Commons Modeler Binary Distribution + +* Download a binary distribution Version 1.1 or later from: + + http://jakarta.apache.org/site/downloads/downloads_commons-modeler.cgi + + On a Windows platform, you will need: + commons-modeler-X.Y.zip + + On a Unix platform, you will need: + commons-modeler-X.Y.tar.gz + +* Unpack the binary distribution into a convenient location so that the + distribution resides in its own directory. + + +(13) Download and Install the Regexp Binary Distribution * Download a binary distribution of Version 1.2 or later from: @@ -241,7 +257,7 @@ distribution resides in its own directory. -(13) Download and Install an implementation of the JMX 1.0 specification. This +(14) Download and Install an implementation of the JMX 1.0 specification. This can be either MX4J (http://mx4j.sourceforge.net) or Sun JMX 1.0 Reference Implementation. @@ -260,14 +276,14 @@ so that it resides in its own subdirectory. -(14) Steps (15)-(26) are optional, but are necessary to build a complete binary +(15) Steps (16)-(27) are optional, but are necessary to build a complete binary distribution of Tomcat 4.x. Set the "full.dist" property to "on" in the - build.properties file (see step (27)) to build a complete distribution. + build.properties file (see step (28)) to build a complete distribution. Regular contributors to Tomcat are encouraged to use the complete build option. -(15) Download and Install JDBC Optional Package API Binary Distribution +(16) Download and Install JDBC Optional Package API Binary Distribution * Download the JDBC Optional Pacakge API package (version 2.0) from: @@ -276,7 +292,7 @@ * Place the jar in a convenient location. -(16) Download and Install the Java Activation Framework +(17) Download and Install the Java Activation Framework * Download the Java Activation Framework package (version 1.0.1 or later) from @@ -286,7 +302,7 @@ resides in its own subdirectory. -(17) Download and Install JavaMail +(18) Download and Install JavaMail * Download the JavaMail package (version 1.2 or later) from @@ -296,7 +312,7 @@ it resides in its own subdirectory. -(18) Download and Install the JSSE Reference Implementation +(19) Download and Install the JSSE Reference Implementation * Download the Java Secure Sockets Extension (JSSE) package, (version 1.0.2 or later) from @@ -309,7 +325,7 @@ * This is optional with JDK 1.4 or later. -(19) Download and Install the Java Transaction APIs +(20) Download and Install the Java Transaction APIs * Download the Java Transaction API (JTA) package (version 1.0.1) from: @@ -319,7 +335,7 @@ own subdirectory. -(20) Download and Install the Struts Binary Distribution +(21) Download and Install the Struts Binary Distribution * Download a binary distribution of Struts 1.0.1, 1.0.2 or 1.1 from: @@ -335,7 +351,7 @@ distribution resides in its own directory. -(21) Download and Install the Tyrex Data Source Package +(22) Download and Install the Tyrex Data Source Package NOTE: This step is only required if you wish to build the Tyrex connection pool implementation for JNDI-accessed data sources. @@ -348,7 +364,7 @@ own subdirectory. -(22) Download and Install the JUnit Testing Package +(23) Download and Install the JUnit Testing Package NOTE: This step is only required if you wish to build and execute the unit tests that are part of the Tomcat 4.x source base. @@ -361,7 +377,7 @@ own subdirectory. -(23) Download and Install the Commons Modeler Binary Distribution +(24) Download and Install the Commons Modeler Binary Distribution NOTE: This step is only required if you wish to build the Config/Admin web application. @@ -380,7 +396,7 @@ distribution resides in its own directory. -(24) Download and Install the Commons DBCP Binary Distribution +(25) Download and Install the Commons DBCP Binary Distribution NOTE: This step is only required if you wish to use the database JDBC data source factory. @@ -399,7 +415,7 @@ distribution resides in its own directory. -(25) Download and Install the Commons Pool Binary Distribution +(26) Download and Install the Commons Pool Binary Distribution NOTE: This step is only required if you wish to use the database JDBC data source factory. @@ -418,7 +434,7 @@ distribution resides in its own directory. -(26) Download and Install the Commons Daemon Binary Distribution +(27) Download and Install the Commons Daemon Binary Distribution NOTE: This step is only required if you wish to build the classes needed to run Tomcat as a native operating system daemon using commons-daemon. @@ -437,7 +453,7 @@ distribution resides in its own directory. -(27) Customize Build Properties For This Subproject +(28) Customize Build Properties For This Subproject You are able to customize the Ant build process using properties (with default values defined in the "build.properties.default" and the "build.xml" file. @@ -462,7 +478,7 @@ each developer will have their own version. -(28) Build A Binary Distribution +(29) Build A Binary Distribution Open a command line shell, and issue the following commands: @@ -493,9 +509,9 @@ the servlet/JSP container. -(29) Steps (30) to (32) Build the Windows Installer Distribution - OPTIONAL +(30) Steps (31) to (33) Build the Windows Installer Distribution - OPTIONAL -(30) NSISant installer +(31) NSISant installer * Download the NSIS Installer version 2.14 from: @@ -505,7 +521,7 @@ own subdirectory. -(31) Run Ant +(32) Run Ant Open a command line shell, and issue the following commands: @@ -514,7 +530,7 @@ -(32) Build the release distribution - OPTIONAL +(33) Build the release distribution - OPTIONAL Open a command line shell, and issue the following commands: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]