patrickl    2002/08/13 08:40:00

  Modified:    .        BUILDING.txt build.properties.default
  Log:
  Update build instructions to match recent updates to the build.properties.default 
file
  
  Revision  Changes    Path
  1.16      +25 -43    jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- BUILDING.txt      10 Aug 2002 22:27:35 -0000      1.15
  +++ BUILDING.txt      13 Aug 2002 15:40:00 -0000      1.16
  @@ -133,7 +133,7 @@
     "jakarta-tomcat-catalina").  By default, the build system will try to find
     this repository in the "${tomcat.source}/../jakarta-tomcat-catalina"
     directory.  Set the "catalina.home" property in the build.properties file 
  -  described below (see 29) if it resides in a different directory.
  +  described below (see 28) if it resides in a different directory.
   
   * Use Anonymous CVS (as described on the Jakarta web site at
     <http://jakarta.apache.org/site/cvsindex.html>, or
  @@ -144,7 +144,7 @@
     "jakarta-tomcat-connectors").  By default, the build system will try to find
     this repository in the "${tomcat.source}/../jakarta-tomcat-connectors"
     directory.  Set the "jtc.home" property in the build.properties file 
  -  described below (see 29) if it resides in a different directory.
  +  described below (see 28) if it resides in a different directory.
   
   * Use Anonymous CVS (as described on the Jakarta web site at
     <http://jakarta.apache.org/site/cvsindex.html>, or
  @@ -156,7 +156,7 @@
     "jakarta-tomcat-jasper/jasper2").  By default, the build system will try to
     find this repository in the
     "${tomcat.source}/../jakarta-tomcat-jasper/jasper2" directory.  Set the
  -  "jasper.home" property in the build.properties file described below (see 29)
  +  "jasper.home" property in the build.properties file described below (see 28)
     if it resides in a different directory.
   
   * Use Anonymous CVS (as described on the Jakarta web site at
  @@ -168,12 +168,12 @@
     "jakarta-servletapi-5").  By default, the build system will try to find
     this repository in the "${tomcat.source}/../jakarta-servletapi-5"
     directory.  Set the "api.home" property in the build.properties
  -  file described below (see 29) if it resides in a different directory.
  +  file described below (see 28) if it resides in a different directory.
   
   
   (6) Download and Install the Commons Beanutils Binary Distribution
   
  -* Download a binary distribution of Version 1.3 or later from:
  +* Download a binary distribution of Version 1.4 or later from:
   
       http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils
   
  @@ -221,15 +221,15 @@
   
   (9) Download and Install the Commons Logging Binary Distribution
   
  -* Download a binary distribution (nightly build 20020728 or later) from:
  +* Download a binary distribution (version 1.0.1 or later) from:
   
  -    http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-logging
  +    http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging
   
     On a Windows platform, you will need:
  -    commons-logging-YYYYMMDD.zip
  +    commons-logging-X.Y.Z.zip
   
     On a Unix platform, you will need:
  -    commons-logging-YYYYMMDD.tar.gz
  +    commons-logging-X.Y.Z.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
     distribution resides in its own directory.
  @@ -267,9 +267,9 @@
     distribution resides in its own directory.
   
   
  -(12) Steps (13)-(28) are optional, but are necessary to build a complete binary
  +(12) Steps (13)-(27) are optional, but are necessary to build a complete binary
        distribution of Tomcat 5. Set the "full.dist" property to "on" in the
  -     build.properties file (see 29) to build a complete distribution.
  +     build.properties file (see 28) to build a complete distribution.
        Regular contributors to Tomcat are encouraged to use the complete build 
        option.
   
  @@ -368,7 +368,7 @@
   
   * Download the Tyrex JAR or release (version 1.0) from:
   
  -    http://tyrex.exolab.org/download.html
  +    http://telia.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.jar
   
   * Unpack the package into a convenient location so that it resides in its
     own subdirectory.
  @@ -411,15 +411,15 @@
   NOTE:  This step is only required if you wish to use the database JDBC data
   source factory.
   
  -* Download a binary distribution of version 20011030 or later from:
  +* Download a binary distribution of version 1.0 or later from:
   
  -    http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-dbcp
  +    http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp
   
     On a Windows platform, you will need:
  -    commons-dbcp-YYYYMMDD.zip
  +    commons-dbcp-X.Y.zip
   
     On a Unix platform, you will need:
  -    commons-dbcp-YYYYMMDD.tar.gz
  +    commons-dbcp-X.Y.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
     distribution resides in its own directory.
  @@ -429,15 +429,15 @@
   NOTE:  This step is only required if you wish to use the database JDBC data
   source factory.
   
  -* Download a binary distribution of version 1.0 or later from:
  +* Download a binary distribution of version 1.0.1 or later from:
   
  -    http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0/
  +    http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool
   
     On a Windows platform, you will need:
  -    commons-pool-1.0.zip
  +    commons-pool-X.Y.Z.zip
   
     On a Unix platform, you will need:
  -    commons-pool-1.0.tar.gz
  +    commons-pool-X.Y.Z.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
     distribution resides in its own directory.
  @@ -472,33 +472,15 @@
   
   NOTE:  This step is only required if you wish to create a Windows installer.
   
  -* Download a binary distribution of version 198 from:
  +* Download a binary distribution of version 2.0a6 from:
   
  -    http://www.nullsoft.com/free/nsis/nsis198.exe
  +    http://telia.dl.sourceforge.net/sourceforge/nsis2k/nsis20a6.exe
   
   * Execute the downloaded binary distribution a install in the default
     installation directory.
   
  -(28) Download and Install the Commons Lang Binary Distribution
  -
  -NOTE:  This step is only required if you wish to use the database JDBC data
  -source factory.
  -
  -* Download a binary distribution of version 1.0-b1 or later from:
  -
  -   http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v1.0-b1/
  -
  -  On a Windows platform, you will need:
  -    commons-lang-1.0-b1.zip
  -
  -  On a Unix platform, you will need:
  -    commons-lang-1.0-b1.tar.gz
  -
  -* Unpack the binary distribution into a convenient location so that the
  -  distribution resides in its own directory.
  -
   
  -(29) Customize Build Properties For This Subproject
  +(28) Customize Build Properties For This Subproject
   
   Most Jakarta subprojects allow you to customize Ant properties (with default
   values defined in the "build.xml" file.  This is done by creating a text file
  @@ -522,7 +504,7 @@
   each developer will have their own version.
   
   
  -(30) Build A Binary Distribution
  +(29) Build A Binary Distribution
   
   Open a command line shell, and issue the following commands:
   
  
  
  
  1.26      +2 -2      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.properties.default  13 Aug 2002 12:21:56 -0000      1.25
  +++ build.properties.default  13 Aug 2002 15:40:00 -0000      1.26
  @@ -48,7 +48,7 @@
   # --------------------------------------------------
   
   
  -# ----- Commons Beanutils, version 1.3 or later -----
  +# ----- Commons Beanutils, version 1.4 or later -----
   commons-beanutils.home=${base.path}/commons-beanutils-1.4
   commons-beanutils.lib=${commons-beanutils.home}
   commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar
  
  
  

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

Reply via email to