You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pa...@apache.org on 2002/07/31 03:14:13 UTC

cvs commit: jakarta-tomcat-5 BUILDING.txt

patrickl    2002/07/30 18:14:13

  Modified:    .        BUILDING.txt
  Log:
  Add sections for PureTLS, JavaService, and Nullsoft to build instructions
  
  Revision  Changes    Path
  1.5       +46 -9     jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BUILDING.txt	30 Jul 2002 22:13:49 -0000	1.4
  +++ BUILDING.txt	31 Jul 2002 01:14:13 -0000	1.5
  @@ -129,7 +129,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 25) 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
  @@ -140,7 +140,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 25) 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
  @@ -152,7 +152,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 25)
  +  "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
  @@ -164,7 +164,7 @@
     "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 25) 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
  @@ -263,9 +263,9 @@
     distribution resides in its own directory.
   
   
  -(12) Steps (13)-(24) 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 25) 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.
   
  @@ -440,7 +440,44 @@
     distribution resides in its own directory.
   
   
  -(25) Customize Build Properties For This Subproject
  +(25) Download and Install the PureTLS SSL Distribution
  +
  +NOTE:  This step is only required if you wish to use an SSL distribution other
  +than the JSSE distribution.
  +
  +* Download a binary distribution of version 0.9b2 or later from:
  +
  +    http://www.rtfm.com/puretls/
  +
  +* Unpack the binary distribution into a convenient location so that the
  +  distribution resides in its own directory.
  +
  +
  +(26) Download and Install the JavaService Distribution (Windows Only)
  +
  +NOTE:  This step is only required if you wish to create a Windows NT service.
  +
  +* Download a binary distribution of version 1.2.0 or later from:
  +
  +    http://www.alexandriasc.com/software/JavaService/JavaService-bin-1.2.0.zip
  +
  +* Unpack the binary distribution into a convenient location so that the
  +  distribution resides in its own directory.
  +
  +
  +(27) Download and Install the Nullsoft Install Distribution (Windows Only)
  +
  +NOTE:  This step is only required if you wish to create a Windows installer.
  +
  +* Download a binary distribution of version 198 from:
  +
  +    http://www.nullsoft.com/free/nsis/nsis198.exe
  +
  +* Execute the downloaded binary distribution a install in the default
  +  installation directory.
  +
  +
  +(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
  @@ -464,7 +501,7 @@
   each developer will have their own version.
   
   
  -(26) Build A Binary Distribution
  +(29) Build A Binary Distribution
   
   Open a command line shell, and issue the following commands:
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>