cvs commit: jakarta-tomcat-5 BUILDING.txt

2003-09-08 Thread remm
remm2003/09/08 03:12:00

  Modified:.BUILDING.txt
  Log:
  - Update build documentation.
  
  Revision  ChangesPath
  1.32  +14 -39jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- BUILDING.txt  25 Jun 2003 02:23:12 -  1.31
  +++ BUILDING.txt  8 Sep 2003 10:12:00 -   1.32
  @@ -15,7 +15,7 @@
   
   * If the JDK is already installed, skip to (1).
   
  -* Download a Java Development Kit (JDK) release (version 1.4 or later) from:
  +* Download a Java Development Kit (JDK) release (version 1.4.x or later) from:
   
   http://java.sun.com/j2se/
   
  @@ -25,59 +25,34 @@
 into which you installed the JDK release.
   
   
  -(1) Install Apache Ant 1.5.1 on your computer
  +(1) Install Apache Ant 1.5.x on your computer
   
  -* If Apache Ant 1.5.1 is already installed on your computer, skip to (2).
  +* If Apache Ant 1.5.x is already installed on your computer, skip to (2).
   
  -(1.1) Download and Install the Ant Binary Distribution
  +* Download a binary distribution of Ant 1.5.x from:
   
  -* Download a binary distribution of Ant 1.5.1 from:
  -
  -http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/bin/
  -
  -  On a Windows platform, you will need:
  -jakarta-ant-1.5.1-bin.zip
  -
  -  On a Unix platform, you will need:
  -jakarta-ant-1.5.1-bin.tar.gz
  +http://ant.apache.org/bindownload.cgi
   
   * Unpack the binary distribution into a convenient location so that the
 Ant release resides in its own directory (conventionally named
  -  "jakarta-ant-1.5.1").  For the purposes of the remainder of this document,
  +  "jakarta-ant-1.5.x").  For the purposes of the remainder of this document,
 the symbolic name "${ant.home}" is used to refer to the full pathname of
 the release directory.
   
  +* Create an ANT_HOME environment variable to point the directory
  +  ${ant.home}.
  +
   * Modify the PATH environment variable to include the directory
 ${ant.home}/bin in its list.  This makes the "ant" command line script
 available, which will be used to actually perform the build.
   
   
  -(1.2) Download and Install the Xalan 2 Distribution
  -
  -* Download a binary distribution of Xalan version 2.x from:
  -
  -  http://xml.apache.org/dist/xalan-j/
  -
  -  On a Windows platform, you probably want:
  -Xerces-J-bin.2.x.y.zip
  -
  -  On a Unix platform, you probably want:
  -Xerces-J-bin.2.x.y.tar.gz
  -
  -* Unpack the binary distribution into a convenient location so that the
  -  distribution resides in its own directory (conventionally named
  -  "xalan-2_x_y").
  -
  -* Copy the xalan.jar file from that distribution to the ${ant.home}/lib  
  -  directory.
  -
  -
   (2) Building Tomcat 5
   
   (2.1) Download main build script and build binary distribution
   
   * Download the main build.xml script from:
  -  http://jakarta.apache.org/builds/jakarta-tomcat/build-5/build.xml
  +  http://jakarta.apache.org/tomcat/tomcat-5.0-doc/build.xml
   
   * Create a new directory, and copy the newly download build.xml to it. This
 directory will be referred to as the ${tomcat.source} directory in the rest
  @@ -94,9 +69,9 @@
 file to indicate to Ant the proxy configuration. Read below.
   
   * WARNING: Running this command will checkout the Tomcat 5 sources from CVS, as
  -  well as download binaries to the /usr/local directory. Make sure this is
  +  well as download binaries to the /usr/share/java directory. Make sure this is
 appropriate to do on your computer. On Windows, this usually corresponds
  -  to the "C:\usr\local" directory, unless Cygwin is used. Read below to 
  +  to the "C:\usr\share\java" directory, unless Cygwin is used. Read below to 
 customize the directory used to download the binaries.
   
   * The build can be controlled by creating a ${tomcat.source}/build.properties
  @@ -111,7 +86,7 @@
   # - Default Base Path for Dependent Packages -
   # Replace this path with the directory path where dependencies binaries
   # should be downloaded
  -base.path=/usr/local
  +base.path=/usr/share/java
   
   
   (3) Updating sources
  
  
  

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



cvs commit: jakarta-tomcat-5 BUILDING.txt

2003-06-24 Thread yoavs
yoavs   2003/06/24 19:23:12

  Modified:.BUILDING.txt
  Log:
  Fixed bug 19912
  
  Revision  ChangesPath
  1.31  +13 -17jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- BUILDING.txt  26 Nov 2002 09:09:21 -  1.30
  +++ BUILDING.txt  25 Jun 2003 02:23:12 -  1.31
  @@ -5,8 +5,8 @@
===
   
   This subproject contains the source code for Tomcat 5, a container that
  -implements the Servlet 2.4 and the JSP 2.0 specifications from the Java
  -Community Process (http://www.jcp.org).  In order to build a binary
  +implements the Servlet 2.4 and JSP 2.0 specifications from the Java
  +Community Process .  In order to build a binary
   distribution version of the container from a source distribution, 
   do the following:
   
  @@ -47,28 +47,28 @@
 the symbolic name "${ant.home}" is used to refer to the full pathname of
 the release directory.
   
  -* Modify the PATH environment variable to include directory
  -  "${ant.home}/bin" in its list.  This makes the "ant" command line script
  +* Modify the PATH environment variable to include the directory
  +  ${ant.home}/bin in its list.  This makes the "ant" command line script
 available, which will be used to actually perform the build.
   
   
   (1.2) Download and Install the Xalan 2 Distribution
   
  -* Download a binary distribution of version 2.x from:
  +* Download a binary distribution of Xalan version 2.x from:
   
 http://xml.apache.org/dist/xalan-j/
   
  -  On a Windows platform, you will need:
  +  On a Windows platform, you probably want:
   Xerces-J-bin.2.x.y.zip
   
  -  On a Unix platform, you will need:
  +  On a Unix platform, you probably want:
   Xerces-J-bin.2.x.y.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory (conventionally named
 "xalan-2_x_y").
   
  -* Copy the xalan.jar file from that distribution to the "${ant.home}/lib"
  +* Copy the xalan.jar file from that distribution to the ${ant.home}/lib  
 directory.
   
   
  @@ -94,8 +94,8 @@
 file to indicate to Ant the proxy configuration. Read below.
   
   * WARNING: Running this command will checkout the Tomcat 5 sources from CVS, as
  -  well as download binaries to the "/usr/local" directory. Make sure this is
  -  appropriate to do so on your computer. On Windows, this usually corresponds
  +  well as download binaries to the /usr/local directory. Make sure this is
  +  appropriate to do on your computer. On Windows, this usually corresponds
 to the "C:\usr\local" directory, unless Cygwin is used. Read below to 
 customize the directory used to download the binaries.
   
  @@ -116,7 +116,7 @@
   
   (3) Updating sources
   
  -It is recommended to regularly update the downloaded Tomcat 5 sources. 
  +It is recommended that you regularly update the downloaded Tomcat 5 sources. 
   To do this, execute the following commands:
   
   cd ${tomcat.source}
  @@ -132,8 +132,4 @@
   
   In addition, "ant build-depends" will build packages that 
   tomcat depends on ( commons-logging for now ), to ease fixes
  -and debuging in those packages.
  -
  -
  -
  -  
  \ No newline at end of file
  +and debuging in those packages.  
  \ No newline at end of file
  
  
  

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



cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-11-26 Thread remm
remm2002/11/26 01:09:21

  Modified:.BUILDING.txt
  Log:
  - The building instructions should be talking about Xalan rather than Xerces
(Xerces is auto downloaded later in the build process). I think this was my
mistake originally.
  
  Revision  ChangesPath
  1.30  +8 -7  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- BUILDING.txt  26 Nov 2002 00:46:29 -  1.29
  +++ BUILDING.txt  26 Nov 2002 09:09:21 -  1.30
  @@ -52,21 +52,21 @@
 available, which will be used to actually perform the build.
   
   
  -(1.2) Download and Install the Xerces 2 Distribution
  +(1.2) Download and Install the Xalan 2 Distribution
   
  -* Download a binary distribution of version 2.1.0 from:
  +* Download a binary distribution of version 2.x from:
   
  -  http://xml.apache.org/dist/xerces-j/old_xerces2/
  +  http://xml.apache.org/dist/xalan-j/
   
 On a Windows platform, you will need:
  -Xerces-J-bin.2.1.0.zip
  +Xerces-J-bin.2.x.y.zip
   
 On a Unix platform, you will need:
  -Xerces-J-bin.2.1.0.tar.gz
  +Xerces-J-bin.2.x.y.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory (conventionally named
  -  "xerces-x_y_z").
  +  "xalan-2_x_y").
   
   * Copy the xalan.jar file from that distribution to the "${ant.home}/lib"
 directory.
  @@ -121,6 +121,7 @@
   
   cd ${tomcat.source}
   ant checkout
  +
   
   (4) Rebuilds
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-11-25 Thread jfarcand
jfarcand2002/11/25 16:46:29

  Modified:.BUILDING.txt build.properties.default
  Log:
  Until a promoted build of Xerces that contains the fix for 13282, stay with Xerces 
2.1.0 since the problem randomly occurs with 2.2.1
  
  Revision  ChangesPath
  1.29  +5 -5  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- BUILDING.txt  12 Nov 2002 04:07:11 -  1.28
  +++ BUILDING.txt  26 Nov 2002 00:46:29 -  1.29
  @@ -54,15 +54,15 @@
   
   (1.2) Download and Install the Xerces 2 Distribution
   
  -* Download a binary distribution of version 2.0.1 from:
  +* Download a binary distribution of version 2.1.0 from:
   
  -  http://xml.apache.org/dist/xerces-j/
  +  http://xml.apache.org/dist/xerces-j/old_xerces2/
   
 On a Windows platform, you will need:
  -Xerces-J-bin.2.2.1.zip
  +Xerces-J-bin.2.1.0.zip
   
 On a Unix platform, you will need:
  -Xerces-J-bin.2.2.1.tar.gz
  +Xerces-J-bin.2.1.0.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory (conventionally named
  
  
  
  1.52  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build.properties.default  12 Nov 2002 04:07:11 -  1.51
  +++ build.properties.default  26 Nov 2002 00:46:29 -  1.52
  @@ -99,12 +99,12 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 2.1.0, 2.2.1 or later -
  -xerces.home=${base.path}/xerces-2_2_1
  +# - Xerces XML Parser, version 2.1.0 -
  +xerces.home=${base.path}/xerces-2_1_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.1.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
   
   
   # --
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-11-11 Thread jfarcand
jfarcand2002/11/11 20:07:11

  Modified:.BUILDING.txt build.properties.default
  Log:
  Xerces 2.2.1 is now working with Tomcat.
  
  Revision  ChangesPath
  1.28  +4 -4  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- BUILDING.txt  28 Oct 2002 19:31:32 -  1.27
  +++ BUILDING.txt  12 Nov 2002 04:07:11 -  1.28
  @@ -56,13 +56,13 @@
   
   * Download a binary distribution of version 2.0.1 from:
   
  -  http://xml.apache.org/dist/xerces-j/old_xerces2
  +  http://xml.apache.org/dist/xerces-j/
   
 On a Windows platform, you will need:
  -Xerces-J-bin.2.0.1.zip
  +Xerces-J-bin.2.2.1.zip
   
 On a Unix platform, you will need:
  -Xerces-J-bin.2.0.1.tar.gz
  +Xerces-J-bin.2.2.1.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory (conventionally named
  
  
  
  1.51  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.properties.default  5 Nov 2002 19:25:49 -   1.50
  +++ build.properties.default  12 Nov 2002 04:07:11 -  1.51
  @@ -99,12 +99,12 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 2.1.0 or later -
  -xerces.home=${base.path}/xerces-2_2_0
  +# - Xerces XML Parser, version 2.1.0, 2.2.1 or later -
  +xerces.home=${base.path}/xerces-2_2_1
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.1.tar.gz
   
   
   # --
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-10-28 Thread costin
costin  2002/10/28 11:31:32

  Modified:.BUILDING.txt
  Log:
  Added a short note on the build target
  
  Revision  ChangesPath
  1.27  +16 -1 jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- BUILDING.txt  28 Oct 2002 09:36:33 -  1.26
  +++ BUILDING.txt  28 Oct 2002 19:31:32 -  1.27
  @@ -121,3 +121,18 @@
   
   cd ${tomcat.source}
   ant checkout
  +
  +(4) Rebuilds
  +
  +For a quick rebuild of only modified code you can use 
  +   
  +cd ${tomcat.source}
  +ant build
  +
  +In addition, "ant build-depends" will build packages that 
  +tomcat depends on ( commons-logging for now ), to ease fixes
  +and debuging in those packages.
  +
  +
  +
  +  
  \ No newline at end of file
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-10-28 Thread remm
remm2002/10/28 01:36:33

  Modified:.BUILDING.txt
  Log:
  - Update building to use the new autoconfiguration (less configurable, but
far easier).
  - Of course, developers may choose to do everything manually ;-)
  
  Revision  ChangesPath
  1.26  +53 -518   jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- BUILDING.txt  11 Oct 2002 10:59:05 -  1.25
  +++ BUILDING.txt  28 Oct 2002 09:36:33 -  1.26
  @@ -7,14 +7,15 @@
   This subproject contains the source code for Tomcat 5, a container that
   implements the Servlet 2.4 and the JSP 2.0 specifications from the Java
   Community Process (http://www.jcp.org).  In order to build a binary
  -distribution version of the container from a source distribution, you must have
  -a Java Development Kit (JDK) for version 1.3 (or later) downloaded and
  -x installed (version 1.3.1 recommended), and do the following:
  +distribution version of the container from a source distribution, 
  +do the following:
   
   
   (0) Download and Install a Java Development Kit
   
  -* Download a Java Development Kit (JDK) release (version 1.3 or later) from:
  +* If the JDK is already installed, skip to (1).
  +
  +* Download a Java Development Kit (JDK) release (version 1.4 or later) from:
   
   http://java.sun.com/j2se/
   
  @@ -24,21 +25,25 @@
 into which you installed the JDK release.
   
   
  -(1) Download and Install the Ant Binary Distribution
  +(1) Install Apache Ant 1.5.1 on your computer
  +
  +* If Apache Ant 1.5.1 is already installed on your computer, skip to (2).
   
  -* Download a binary distribution of Ant 1.5 from:
  +(1.1) Download and Install the Ant Binary Distribution
   
  -http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/bin/
  +* Download a binary distribution of Ant 1.5.1 from:
  +
  +http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/bin/
   
 On a Windows platform, you will need:
  -jakarta-ant-1.5-bin.zip
  +jakarta-ant-1.5.1-bin.zip
   
 On a Unix platform, you will need:
  -jakarta-ant-1.5-bin.tar.gz
  +jakarta-ant-1.5.1-bin.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 Ant release resides in its own directory (conventionally named
  -  "jakarta-ant-1.5").  For the purposes of the remainder of this document,
  +  "jakarta-ant-1.5.1").  For the purposes of the remainder of this document,
 the symbolic name "${ant.home}" is used to refer to the full pathname of
 the release directory.
   
  @@ -47,45 +52,7 @@
 available, which will be used to actually perform the build.
   
   
  -(2) Download and Install the Java XML Pack Binary Distribution
  -
  -* Download a binary distribution of Java XML Pack:
  -
  -http://java.sun.com/xml/downloads/javaxmlpack.html
  -
  -* Unpack the binary distribution into a convenient location so that the
  -  Java XML Pack release resides in its own directory (the JAXP libraries
  -  reside in the jaxp-1.1.3 subdirectory).  For the purposes of the 
  -  remainder of this document, the symbolic name "${jaxp.home}" is used 
  -  to refer to the full pathname to the jaxp-1.1.3 subdirectory of the 
  -  Java XML Pack release directory.
  -
  -* Make the "xalan.jar" file of this distribution available to Ant (so that
  -  it can be used with the 

cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-10-11 Thread remm

remm2002/10/11 03:59:05

  Modified:.BUILDING.txt
  Log:
  - Remove dependency on daemon. Add one on launcher.
  
  Revision  ChangesPath
  1.25  +6 -6  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- BUILDING.txt  25 Aug 2002 19:34:55 -  1.24
  +++ BUILDING.txt  11 Oct 2002 10:59:05 -  1.25
  @@ -251,17 +251,17 @@
 distribution resides in its own directory.
   
   
  -(11) Download and Install the Commons Daemon Binary Distribution
  +(11) Download and Install the Commons Launcher Binary Distribution
   
  -* Download a binary distribution of version 20020731 or later from:
  +* Download a binary distribution of version 20021012 or later from:
   
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-daemon
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-launcher
   
 On a Windows platform, you will need:
  -commons-daemon-MMDD.zip
  +commons-launcher-MMDD.zip
   
 On a Unix platform, you will need:
  -commons-daemon-MMDD.tar.gz
  +commons-launcher-MMDD.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory.
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml

2002-08-25 Thread patrickl

patrickl2002/08/25 12:34:55

  Modified:.BUILDING.txt build.properties.default build.xml
  Log:
  Move the depencies in the "watchdog" target to the "download" target to make the 
"watchdog" more consistent with the other build targets
  
  Revision  ChangesPath
  1.24  +44 -19jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- BUILDING.txt  20 Aug 2002 16:14:32 -  1.23
  +++ BUILDING.txt  25 Aug 2002 19:34:55 -  1.24
  @@ -134,7 +134,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 28) if it resides in a different directory.
  +  described below (see 30) if it resides in a different directory.
   
   * Use Anonymous CVS (as described on the Jakarta web site at
 , or
  @@ -145,7 +145,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 28) if it resides in a different directory.
  +  described below (see 30) if it resides in a different directory.
   
   * Use Anonymous CVS (as described on the Jakarta web site at
 , or
  @@ -157,7 +157,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 28)
  +  "jasper.home" property in the build.properties file described below (see 30)
 if it resides in a different directory.
   
   * Use Anonymous CVS (as described on the Jakarta web site at
  @@ -169,18 +169,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 28) if it resides in a different directory.
  -
  -* Use Anonymous CVS (as described on the Jakarta web site at
  -  , or
  -  download a source distribution of the "jakarta-watchdog-4.0" repository.
  -
  -* Unpack the source distribution into a convenient location so that the
  -  distribution resides in its own directory (conventionally named
  -  "jakarta-watchdog-4.0").  By default, the build system will try to find
  -  this repository in the "${tomcat.source}/../jakarta-watchdog-4.0"
  -  directory.  Set the "watchdog.home" property in the build.properties
  -  file described below (see 28) if it resides in a different directory.
  +  file described below (see 30) if it resides in a different directory.
   
   
   (6) Download and Install the Commons Beanutils Binary Distribution
  @@ -280,7 +269,7 @@
   
   (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 28) to build a complete distribution.
  + build.properties file (see 30) to build a complete distribution.
Regular contributors to Tomcat are encouraged to use the complete build 
option.
   
  @@ -508,7 +497,43 @@
 installation directory.
   
   
  -(28) Customize Build Properties For This Subproject
  +(28) Download and Install the Servlet 2.3 Binary Distribution (OPTIONAL)
  +
  +NOTE:  This step is only required if you wish to build and execute the
  +Watchdog compliance tests.
  +
  +* Download a binary distribution (version 20020801 or later) from:
  +http://jakarta.apache.org/builds/jakarta-servletapi-4/nightly
  +
  +  On a Windows platform, you will need:
  +jakarta-servletapi-4-MMDD.zip
  +
  +  On a Unix platform, you will need:
  +jakarta-servletapi-4-MMDD.tar.gz
  +
  +* Unpack the binary distribution into a convenient location so that the
  +  distribution resides in its own directory.
  +
  +
  +(29) Download and Install the Watchdog Binary Distribution (OPTIONAL)
  +
  +NOTE:  This step is only required if you wish to build and execute the
  +Watchdog compliance tests.
  +
  +* Download a binary distribution (version 20020801 or later) from:
  +http://jakarta.apache.org/builds/jakarta-watchdog-4.0/nightly
  +
  +  On a Windows platform, you will need:
  +jakarta-watchdog-4.0-MMDD.zip
  +
  +  On a Unix platform, you will need:
  +jakarta-watchdog-4.

cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-08-20 Thread patrickl

patrickl2002/08/20 09:14:32

  Modified:.BUILDING.txt
  Log:
  Correct download info for commons-digester
  
  Revision  ChangesPath
  1.23  +4 -5  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- BUILDING.txt  20 Aug 2002 14:50:02 -  1.22
  +++ BUILDING.txt  20 Aug 2002 16:14:32 -  1.23
  @@ -218,14 +218,13 @@
   (8) Download and Install the Commons Digester Binary Distribution
   
   * Download a binary distribution (version 20020820 or later) from:
  -
  -http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-digester
   
 On a Windows platform, you will need:
  -commons-digester-X.Y.zip
  +commons-digester-MMDD.zip
   
 On a Unix platform, you will need:
  -commons-digester-X.Y.tar.gz
  +commons-digester-MMDD.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory.
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-08-20 Thread patrickl

patrickl2002/08/20 07:50:02

  Modified:.BUILDING.txt build.properties.default
  Log:
  Correct Digester build. The changes we need did not show up in 200020819 nightly 
build.
  
  Revision  ChangesPath
  1.22  +2 -2  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- BUILDING.txt  20 Aug 2002 01:42:52 -  1.21
  +++ BUILDING.txt  20 Aug 2002 14:50:02 -  1.22
  @@ -217,7 +217,7 @@
   
   (8) Download and Install the Commons Digester Binary Distribution
   
  -* Download a binary distribution (version 20020819 or later) from:
  +* Download a binary distribution (version 20020820 or later) from:
   
   http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester
   
  
  
  
  1.31  +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.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.properties.default  20 Aug 2002 01:42:52 -  1.30
  +++ build.properties.default  20 Aug 2002 14:50:02 -  1.31
  @@ -72,7 +72,7 @@
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  -# - Commons Digester, version 20020819 or later -
  +# - Commons Digester, version 20020820 or later -
   commons-digester.home=${base.path}/commons-digester
   commons-digester.lib=${commons-digester.home}/dist
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-08-19 Thread patrickl

patrickl2002/08/19 18:42:52

  Modified:.BUILDING.txt build.properties.default
  Log:
  Update instructions to latest Digester build
  Submitted by: Jean-Francois Arcand ([EMAIL PROTECTED])
  
  Revision  ChangesPath
  1.21  +2 -2  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- BUILDING.txt  16 Aug 2002 17:03:19 -  1.20
  +++ BUILDING.txt  20 Aug 2002 01:42:52 -  1.21
  @@ -217,7 +217,7 @@
   
   (8) Download and Install the Commons Digester Binary Distribution
   
  -* Download a binary distribution (version 20020815 or later) from:
  +* Download a binary distribution (version 20020819 or later) from:
   
   http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester
   
  
  
  
  1.30  +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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.properties.default  16 Aug 2002 17:03:19 -  1.29
  +++ build.properties.default  20 Aug 2002 01:42:52 -  1.30
  @@ -72,7 +72,7 @@
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  -# - Commons Digester, version 20020815 or later -
  +# - Commons Digester, version 20020819 or later -
   commons-digester.home=${base.path}/commons-digester
   commons-digester.lib=${commons-digester.home}/dist
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-08-16 Thread patrickl

patrickl2002/08/16 10:03:19

  Modified:.BUILDING.txt build.properties.default
  Log:
  Update build instructions to user JTA 1.0.1a and correct commons-digester build 
error.
  Submitted by: Steve Downey ([EMAIL PROTECTED])
  
  Revision  ChangesPath
  1.20  +27 -9 jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- BUILDING.txt  16 Aug 2002 02:04:14 -  1.19
  +++ BUILDING.txt  16 Aug 2002 17:03:19 -  1.20
  @@ -81,8 +81,9 @@
 that you unpack "ldap.jar" and "jaas.jar" into the "lib" subdirectory of
 the JNDI directory, parallel to "jndi.jar".
   
  -* This is optional with JDK 1.3 or later.
  -
  +* This is optional with JDK 1.3 or later. It is required for building
  +  with full.dist=on. The build process expects this to be in
  +  {base.path}/jndi-1.2.1. 
   
   (4) Download and Install the Xerces 2 Distribution
   
  @@ -291,8 +292,11 @@
   
   http://java.sun.com/products/jdbc/download.html
   
  -* Place the jar in a convenient location.
  +* Place the jar in a convenient location. The build process expects it
  +  in ${base.path}/jdbc2_0-stdext.
   
  +* No Tomcat class depends on JDBC directly. Tyrex and commons-dbcp
  +  depend on it, and it is distributed with a full distribution.
   
   (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 
  @@ -322,7 +326,10 @@
   http://java.sun.com/products/javabeans/glasgow/jaf.html
   
   * Unpack the package into a convenient location so that it
  -  resides in its own subdirectory.
  +  resides in its own subdirectory. The build process expects this by
  +  default to be in ${base.path}/jaf-1.0.1 
  +
  +* The Java Activation Framework is used by the JavaMail optional package.
   
   
   (16) Download and Install JavaMail 1.2
  @@ -332,7 +339,10 @@
   http://java.sun.com/products/javamail/index.html
   
   * Unpack the package into a convenient location so that
  -  it resides in its own subdirectory.
  +  it resides in its own subdirectory. The build process expects this
  +  by default to be in ${base.path}/javamail-1.2
  +
  +* JavaMail is used to provide JNDI named mail sessions.
   
   
   (17) Download and Install the JSSE 1.0.2 Reference Implementation
  @@ -343,17 +353,25 @@
   http://java.sun.com/products/jsse/
   
   * Unpack the reference implementation into a convenient location so that
  -  it resides in its own subdirectory.
  +  it resides in its own subdirectory. The build expects this to be in
  +  ${base.path}/jsse-1.0.2.
  +
  +* This is optional with JDK 1.4 and later.
  +
  +* Used to provide SSL and Certificate support in Catalina and in Connectors.
   
   
   (18) Download and Install the Java Transaction APIs
   
  -* Download the Java Transaction API (JTA) package (version 1.0.1) from:
  +* Download the Java Transaction API (JTA) package (version 1.0.1a) from:
   
   http://java.sun.com/products/jta/
   
   * Unpack the package into a convenient location so that it resides in its
  -  own subdirectory.
  +  own subdirectory. By default, the Tomcat build expects this to be
  +  {base.path}/jta-1_0_1a/
  +
  +* Used to provide JNDI named transaction factories.
   
   
   (19) Download and Install the Struts Binary Distribution
  
  
  
  1.29  +6 -6  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.properties.default  16 Aug 2002 02:04:14 -  1.28
  +++ build.properties.default  16 Aug 2002 17:03:19 -  1.29
  @@ -73,8 +73,8 @@
   
   
   # - Commons Digester, version 20020815 or later -
  -commons-digester.home=${base.path}/commons-digester/dist
  -commons-digester.lib=${commons-digester.home}
  +commons-digester.home=${base.path}/commons-digester
  +commons-digester.lib=${commons-digester.home}/dist
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
   commons-digester.loc=jakarta-commons/digester
   
  @@ -192,10 +192,10 @@
   jsse.jar=${jsse.lib}/jsse.jar
   
   
  -# - Java Transaction API (JTA), version 1.0.1 or later -
  -jta.home=${base.path}/jta-spec1_0_1
  +# - Java Transaction API (JTA), version 1.0.1a or later -
  +jta.home=${base.path}/jta-1_0_1a
   jta.lib=${jta.home}
  -jta.jar=${jta.lib}/jta-spec1_0_1.jar
  +jta.jar=${jta.lib}/jta.jar
   
   
   # - JUnit Unit Test Suite, version 3.7 or later -
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml

2002-08-15 Thread patrickl

patrickl2002/08/15 19:04:14

  Modified:.BUILDING.txt build.properties.default build.xml
  Log:
  Update build to use commons-digester nightly build since it is required to handle 
DTD validation properly
  Submitted by: Jean-Francois Arcand ([EMAIL PROTECTED])
  
  Revision  ChangesPath
  1.19  +2 -2  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- BUILDING.txt  14 Aug 2002 15:46:37 -  1.18
  +++ BUILDING.txt  16 Aug 2002 02:04:14 -  1.19
  @@ -216,7 +216,7 @@
   
   (8) Download and Install the Commons Digester Binary Distribution
   
  -* Download a binary distribution (version 1.3 or later) from:
  +* Download a binary distribution (version 20020815 or later) from:
   
   http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester
   
  
  
  
  1.28  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.properties.default  13 Aug 2002 16:52:19 -  1.27
  +++ build.properties.default  16 Aug 2002 02:04:14 -  1.28
  @@ -72,11 +72,11 @@
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  -# - Commons Digester, version 1.3 or later -
  -commons-digester.home=${base.path}/commons-digester-1.3
  +# - Commons Digester, version 20020815 or later -
  +commons-digester.home=${base.path}/commons-digester/dist
   commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
-commons-digester.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/commons-digester-1.3.tar.gz
  +commons-digester.loc=jakarta-commons/digester
   
   
   # - Commons Logging, version 1.0.1 or later -
  
  
  
  1.30  +0 -5  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 14 Aug 2002 20:46:52 -  1.29
  +++ build.xml 16 Aug 2002 02:04:14 -  1.30
  @@ -570,11 +570,6 @@
   
   
   
  -  
  -  
  -
  -
  -
 
 
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-08-14 Thread patrickl

patrickl2002/08/14 08:46:37

  Modified:.BUILDING.txt
  Log:
  Add instructions for getting watchdog sources
  
  Revision  ChangesPath
  1.18  +12 -1 jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- BUILDING.txt  13 Aug 2002 18:05:09 -  1.17
  +++ BUILDING.txt  14 Aug 2002 15:46:37 -  1.18
  @@ -170,6 +170,17 @@
 directory.  Set the "api.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
  +  , or
  +  download a source distribution of the "jakarta-watchdog-4.0" repository.
  +
  +* Unpack the source distribution into a convenient location so that the
  +  distribution resides in its own directory (conventionally named
  +  "jakarta-watchdog-4.0").  By default, the build system will try to find
  +  this repository in the "${tomcat.source}/../jakarta-watchdog-4.0"
  +  directory.  Set the "watchdog.home" property in the build.properties
  +  file described below (see 28) if it resides in a different directory.
  +
   
   (6) Download and Install the Commons Beanutils Binary Distribution
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-08-13 Thread patrickl

patrickl2002/08/13 11:05:09

  Modified:.BUILDING.txt
  Log:
  More updates to match updates to build.properties.default
  
  Revision  ChangesPath
  1.17  +5 -5  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- BUILDING.txt  13 Aug 2002 15:40:00 -  1.16
  +++ BUILDING.txt  13 Aug 2002 18:05:09 -  1.17
  @@ -205,15 +205,15 @@
   
   (8) Download and Install the Commons Digester Binary Distribution
   
  -* Download a binary distribution (nightly build 20020810 or later) from:
  +* Download a binary distribution (version 1.3 or later) from:
   
  -http://jakarta.apache.org/builds/jakarta-commons/nightly/
  +http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester
   
 On a Windows platform, you will need:
  -commons-digester-MMDD.zip
  +commons-digester-X.Y.zip
   
 On a Unix platform, you will need:
  -commons-digester-MMDD.tar.gz
  +commons-digester-X.Y.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory.
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-08-13 Thread patrickl

patrickl2002/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  ChangesPath
  1.16  +25 -43jakarta-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 -  1.15
  +++ BUILDING.txt  13 Aug 2002 15:40:00 -  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
 , 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
 , 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-MMDD.zip
  +commons-logging-X.Y.Z.zip
   
 On a Unix platform, you will need:
  -commons-logging-MMDD.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-MMDD.zip
 

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-08-10 Thread patrickl

patrickl2002/08/10 15:27:35

  Modified:.BUILDING.txt build.properties.default
  Log:
  commons-digester build 20020810 or higher is now required
  
  Revision  ChangesPath
  1.15  +2 -2  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- BUILDING.txt  7 Aug 2002 14:14:03 -   1.14
  +++ BUILDING.txt  10 Aug 2002 22:27:35 -  1.15
  @@ -205,7 +205,7 @@
   
   (8) Download and Install the Commons Digester Binary Distribution
   
  -* Download a binary distribution (nightly build 20020806 or later) from:
  +* Download a binary distribution (nightly build 20020810 or later) from:
   
   http://jakarta.apache.org/builds/jakarta-commons/nightly/
   
  
  
  
  1.20  +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.properties.default  10 Aug 2002 16:32:56 -  1.19
  +++ build.properties.default  10 Aug 2002 22:27:35 -  1.20
  @@ -72,7 +72,7 @@
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  -# - Commons Digester, version 20020806 or later -
  +# - Commons Digester, version 20020810 or later -
   commons-digester.home=${base.path}/commons-digester
   commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-08-01 Thread patrickl

patrickl2002/08/01 12:21:18

  Modified:.BUILDING.txt
  Log:
  Xerces 2.0.1 is no longer optional for JDK 1.4 since the JDK 1.4 parser does not 
handle XML schemas properly.
  
  Revision  ChangesPath
  1.11  +1 -3  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- BUILDING.txt  1 Aug 2002 19:19:41 -   1.10
  +++ BUILDING.txt  1 Aug 2002 19:21:18 -   1.11
  @@ -100,8 +100,6 @@
 distribution resides in its own directory (conventionally named
 "xerces-x_y_z").
   
  -* This is optional with JDK 1.4 or later.
  -
   
   (5) Download and Install Subproject Source Code
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-08-01 Thread patrickl

patrickl2002/08/01 12:19:42

  Modified:.BUILDING.txt
  Log:
  Correct URL for commons-digester nightly builds
  
  Revision  ChangesPath
  1.10  +2 -2  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- BUILDING.txt  1 Aug 2002 14:30:36 -   1.9
  +++ BUILDING.txt  1 Aug 2002 19:19:41 -   1.10
  @@ -209,7 +209,7 @@
   
   * Download a binary distribution (nightly build 20020801 or later) from:
   
  -http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester
  +http://jakarta.apache.org/builds/jakarta-commons/nightly/
   
 On a Windows platform, you will need:
   commons-digester-MMDD.zip
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml

2002-08-01 Thread patrickl

patrickl2002/08/01 07:30:36

  Modified:.BUILDING.txt build.properties.default build.xml
  Log:
  Require use of Xerces 2.0.1 since I found that it does support XML schemas without 
throwing a StockOverflow exception. Previously, I thought that only the HEAD branch of 
Xerces 2 fixed this problem.
  
  Revision  ChangesPath
  1.9   +12 -5 jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BUILDING.txt  1 Aug 2002 05:52:59 -   1.8
  +++ BUILDING.txt  1 Aug 2002 14:30:36 -   1.9
  @@ -84,16 +84,23 @@
   * This is optional with JDK 1.3 or later.
   
   
  -(4) Download and Install the Xerces 2 nightly build July 31, 2002 or Higher
  -Distribution
  +(4) Download and Install the Xerces 2 Distribution
   
  -* Download the xercesImpl.jar and xmlParserAPIs.jar files from:
  +* Download a binary distribution of version 2.0.1 from:
   
  -  http://gump.covalent.net/jars/latest/xml-xerces2/
  +  http://xml.apache.org/dist/xerces-j/old_xerces2
   
  -* Place the downloaded files in a convenient location so that the
  +  On a Windows platform, you will need:
  +Xerces-J-bin.2.0.1.zip
  +
  +  On a Unix platform, you will need:
  +Xerces-J-bin.2.0.1.tar.gz
  +
  +* Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory (conventionally named
 "xerces-x_y_z").
  +
  +* This is optional with JDK 1.4 or later.
   
   
   (5) Download and Install Subproject Source Code
  
  
  
  1.13  +4 -7  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.properties.default  1 Aug 2002 05:52:59 -   1.12
  +++ build.properties.default  1 Aug 2002 14:30:36 -   1.13
  @@ -102,15 +102,12 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 2 nightly build July 31, 2002 or later -
  -#xerces.home=${base.path}/xerces-2_0_2
  -xerces.home=${base.path}/xerces-2-latest
  +# - Xerces XML Parser, version 2_0_1 -
  +xerces.home=${base.path}/xerces-2_0_1
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -#xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.tar.gz
  -xercesImpl.loc=http://gump.covalent.net/jars/latest/xml-xerces2/xercesImpl.jar
  -xmlParserAPIs.loc=http://gump.covalent.net/jars/latest/xml-xerces2/xmlParserAPIs.jar
  +xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.0.1.tar.gz
   
   
   # --
  
  
  
  1.15  +1 -18 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 1 Aug 2002 05:52:59 -   1.14
  +++ build.xml 1 Aug 2002 14:30:36 -   1.15
  @@ -517,27 +517,10 @@
 
   
   
  -
  -
 
 
  -
  --->
  -
  -
  -
  -  
  -  
  -  
  -
  -
  -  
  -  
  -  
   
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml

2002-07-31 Thread patrickl

patrickl2002/07/31 22:52:59

  Modified:.BUILDING.txt build.properties.default build.xml
  Log:
  Updated build instructions, build.properties, and download target to use the latest 
Xerces 2 nightly build since it is the official Xerces 2 releases do not support XML 
schemas properly. Thanks go to Jean-Francois Arcand for helping find a parser that 
handles XML schemas properly.
  
  Revision  ChangesPath
  1.8   +6 -7  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BUILDING.txt  31 Jul 2002 17:27:01 -  1.7
  +++ BUILDING.txt  1 Aug 2002 05:52:59 -   1.8
  @@ -84,17 +84,16 @@
   * This is optional with JDK 1.3 or later.
   
   
  -(4) Download and Install the Xerces 2.0.2 or Higher Distribution
  +(4) Download and Install the Xerces 2 nightly build July 31, 2002 or Higher
  +Distribution
   
  -* Download a binary distribution from:
  +* Download the xercesImpl.jar and xmlParserAPIs.jar files from:
   
  -  http://xml.apache.org/dist/xerces-j/
  +  http://gump.covalent.net/jars/latest/xml-xerces2/
   
  -* Unpack the binary distribution into a convenient location so that the
  +* Place the downloaded files in a convenient location so that the
 distribution resides in its own directory (conventionally named
 "xerces-x_y_z").
  -
  -* This is optional with JDK 1.4 or later.
   
   
   (5) Download and Install Subproject Source Code
  
  
  
  1.12  +7 -5  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.properties.default  31 Jul 2002 17:27:01 -  1.11
  +++ build.properties.default  1 Aug 2002 05:52:59 -   1.12
  @@ -102,13 +102,15 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 2.0.2 or later -
  -# Note: Optional with JDK 1.4+
  -xerces.home=${base.path}/xerces-2_0_2
  +# - Xerces XML Parser, version 2 nightly build July 31, 2002 or later -
  +#xerces.home=${base.path}/xerces-2_0_2
  +xerces.home=${base.path}/xerces-2-latest
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.tar.gz
  +#xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.tar.gz
  +xercesImpl.loc=http://gump.covalent.net/jars/latest/xml-xerces2/xercesImpl.jar
  +xmlParserAPIs.loc=http://gump.covalent.net/jars/latest/xml-xerces2/xmlParserAPIs.jar
   
   
   # --
  
  
  
  1.14  +18 -1 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 31 Jul 2002 03:09:19 -  1.13
  +++ build.xml 1 Aug 2002 05:52:59 -   1.14
  @@ -517,10 +517,27 @@
 
   
   
  +
  +
 
 
  +
  +-->
  +
  +
  +
  +  
  +  
  +  
  +
  +
  +  
  +  
  +  
   
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-07-31 Thread patrickl

patrickl2002/07/31 10:27:01

  Modified:.BUILDING.txt build.properties.default
  Log:
  Update required commons-digester version to include XML schema support patch
  
  Revision  ChangesPath
  1.7   +2 -2  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BUILDING.txt  31 Jul 2002 03:12:34 -  1.6
  +++ BUILDING.txt  31 Jul 2002 17:27:01 -  1.7
  @@ -201,7 +201,7 @@
   
   (8) Download and Install the Commons Digester Binary Distribution
   
  -* Download a binary distribution (nightly build 20020731 or later) from:
  +* Download a binary distribution (nightly build 20020801 or later) from:
   
   http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester
   
  
  
  
  1.11  +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.properties.default  31 Jul 2002 03:12:34 -  1.10
  +++ build.properties.default  31 Jul 2002 17:27:01 -  1.11
  @@ -71,7 +71,7 @@
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  -# - Commons Digester, version 20020731 or later -
  +# - Commons Digester, version 20020801 or later -
   commons-digester.home=${base.path}/commons-digester
   commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-07-30 Thread patrickl

patrickl2002/07/30 20:12:34

  Modified:.BUILDING.txt build.properties.default
  Log:
  Update commons-daemon required version to reflect changes in Launcher that will be 
needed by Tomcat 5
  
  Revision  ChangesPath
  1.6   +2 -2  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BUILDING.txt  31 Jul 2002 01:14:13 -  1.5
  +++ BUILDING.txt  31 Jul 2002 03:12:34 -  1.6
  @@ -249,7 +249,7 @@
   
   (11) Download and Install the Commons Daemon Binary Distribution
   
  -* Download a binary distribution of version 20020730 or later from:
  +* Download a binary distribution of version 20020731 or later from:
   
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-daemon
   
  
  
  
  1.10  +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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.properties.default  30 Jul 2002 22:13:49 -  1.9
  +++ build.properties.default  31 Jul 2002 03:12:34 -  1.10
  @@ -61,7 +61,7 @@
   
commons-collections.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/commons-collections-2.0.tar.gz
   
   
  -# - Commons Daemon, version 20020730 or later -
  +# - Commons Daemon, version 20020731 or later -
   commons-daemon.home=${base.path}/commons-daemon
   commons-daemon.lib=${commons-daemon.home}
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt

2002-07-30 Thread patrickl

patrickl2002/07/30 18:14:13

  Modified:.BUILDING.txt
  Log:
  Add sections for PureTLS, JavaService, and Nullsoft to build instructions
  
  Revision  ChangesPath
  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 -  1.4
  +++ BUILDING.txt  31 Jul 2002 01:14:13 -  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
 , 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
 , 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:
   
  
  
  

-

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml

2002-07-30 Thread patrickl

patrickl2002/07/30 15:13:49

  Modified:.BUILDING.txt build.properties.default build.xml
  Log:
  Have download target checkout jakarta-commons-sandbox/daemon and 
jakarta-commons/digester since the lastest nightly build is going to be required to 
get pending Launcher changes and XML schema support.
  
  Revision  ChangesPath
  1.4   +4 -4  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BUILDING.txt  30 Jul 2002 20:01:32 -  1.3
  +++ BUILDING.txt  30 Jul 2002 22:13:49 -  1.4
  @@ -201,15 +201,15 @@
   
   (8) Download and Install the Commons Digester Binary Distribution
   
  -* Download a binary distribution of Version 1.2 or later from:
  +* Download a binary distribution (nightly build 20020731 or later) from:
   
   http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester
   
 On a Windows platform, you will need:
  -commons-digester-X.Y.zip
  +commons-digester-MMDD.zip
   
 On a Unix platform, you will need:
  -commons-digester-X.Y.tar.gz
  +commons-digester-MMDD.tar.gz
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory.
  
  
  
  1.9   +4 -11 jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.default  30 Jul 2002 21:00:33 -  1.8
  +++ build.properties.default  30 Jul 2002 22:13:49 -  1.9
  @@ -71,11 +71,11 @@
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  -# - Commons Digester, version 1.2 or later -
  -commons-digester.home=${base.path}/commons-digester-1.2
  +# - Commons Digester, version 20020731 or later -
  +commons-digester.home=${base.path}/commons-digester
   commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
-commons-digester.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/commons-digester-1.2.tar.gz
  +commons-digester.loc=jakarta-commons/digester
   
   
   # - Commons Logging, version 20020728 or later -
  @@ -109,13 +109,6 @@
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.tar.gz
  -
  -
  -# - JSTL 1.0 -
  -jstl.home=${base.path}/jakarta-taglibs/jstl-1.0
  -jstl.lib=${jstl.home}/lib
  -jstl.jar=${jstl.lib}/jstl.jar
  -jstl-impl.jar=${jstl.lib}/standard.jar
   
   
   # --
  
  
  
  1.12  +29 -5 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 30 Jul 2002 21:00:33 -  1.11
  +++ build.xml 30 Jul 2002 22:13:49 -  1.12
  @@ -240,6 +240,10 @@
   
 
   
  +
  +
  +  
  +
   
   
 
  @@ -461,6 +465,11 @@
 
   
 
  +
  +
  +
  +
  +
   
   
 
  @@ -470,10 +479,16 @@
 
 
   
  -
  -  
  +
  +
  +  
  +  
 
   
  +
   
   
   
  -
  -
  -
   
 
 
  @@ -515,6 +527,18 @@
 
 
   
  +
  +
  +
   
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default build.xml download.properties

2002-07-30 Thread patrickl

patrickl2002/07/30 13:01:32

  Modified:.BUILDING.txt build.properties.default build.xml
  Removed: .download.properties
  Log:
  Remove default.properties since it was incomplete and contained properties that are 
already in build.properties.default. Also, made Xerces 2.0.2 or higher required since 
it is required for XML schema support.
  
  Revision  ChangesPath
  1.3   +2 -13 jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BUILDING.txt  29 Jul 2002 19:04:35 -  1.2
  +++ BUILDING.txt  30 Jul 2002 20:01:32 -  1.3
  @@ -84,7 +84,7 @@
   * This is optional with JDK 1.3 or later.
   
   
  -(4) Download and Install the Xerces 1.4.4 or higer Distribution
  +(4) Download and Install the Xerces 2.0.2 or Higher Distribution
   
   * Download a binary distribution from:
   
  @@ -93,17 +93,6 @@
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory (conventionally named
 "xerces-x_y_z").
  -
  -* In your build.properties file, you will need to set properties differently
  -  based on which version of Xerces you are using:
  -  - For versions 1.4.4 up through and including 2.0.0beta3,
  -set the "xerces.jar" property to point at the full
  -pathname of the corresponding file.
  -  - For version 2.0.0beta4 and later, set the "xmlParserAPIs.jar"
  -and "xercesImpl.jar" properties to point at the corresponding
  -files
  -  - If you have defined both sets of properties, the newer (two files)
  -packaging will be loaded into the Tomcat you are building
   
   * This is optional with JDK 1.4 or later.
   
  
  
  
  1.6   +23 -20jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.properties.default  29 Jul 2002 19:04:35 -  1.5
  +++ build.properties.default  30 Jul 2002 20:01:32 -  1.6
  @@ -10,6 +10,16 @@
   # -
   
   
  +# - Proxy to download subproject -
  +#proxy.host=proxy.domain
  +#proxy.port=8080
  +#proxy.use=on
  +
  +
  +# - CVS root for the jakarta repositories -
  +cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
  +
  +
   # - Compile Control Flags -
   compile.debug=on
   compile.deprecation=off
  @@ -63,6 +73,16 @@
   
commons-collections.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/commons-collections-2.0.tar.gz
   
   
  +# - Commons Daemon, version 20020730 or later -
  +commons-daemon.home=${base.path}/commons-daemon
  +commons-daemon.lib=${commons-daemon.home}
  +commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  +commons-daemon.bin=${commons-daemon.home}/bin
  +commons-daemon-launcher.jar=${commons-daemon.bin}/commons-launcher.jar
  
+commons-daemon-launcher-bootstrap.class=${commons-daemon.bin}/LauncherBootstrap.class
  
+commons-daemon.loc=http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-daemon/commons-daemon-20020730.tar.gz
  +
  +
   # - Commons Digester, version 1.2 or later -
   commons-digester.home=${base.path}/commons-digester-1.2
   commons-digester.lib=${commons-digester.home}
  @@ -94,20 +114,13 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 1.4.4 to 2.0.0 Beta 4 -
  +# - Xerces XML Parser, version 2.0.2 or later -
   # Note: Optional with JDK 1.4+
  -#xerces.home=${base.path}/xerces-1_4_4
  -#xerces.lib=${xerces.home}
  -#xerces.jar=${xerces.lib}/xerces.jar
  -
  -
  -# - Xerces XML Parser, version 2.0.0 or later -
  -# Note: Optional with JDK 1.4+, or if Xerces 1.x is present
   xerces.home=${base.path}/xerces-2_0_2
   xerces.lib=${xerces.home}
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.tar.gz
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.tar.gz
   
   
   # - JSTL 1.0 -
  @@ -126,16 +139,6 @@
   activation.home=${base.path}/jaf-1.0.1
   activation.lib=${activation.home}
   activation.jar=${activation.lib}/activation.jar
  -
  -
  -# - Commons Daemon, version 20020730 or later -
  -commons-daemon.home=${base.path}/commons-daemon
  -commons-daemon.lib=${commons-daemon.home}
  -commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  -commons-daemon.bin=${commons-daemon.home}/bin
  -

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-07-29 Thread patrickl

patrickl2002/07/29 12:04:35

  Modified:.BUILDING.txt build.properties.default
  Log:
  Update earliest build for jakarta-commons-sandbox/daemon since the first build will 
be 200020730
  
  Revision  ChangesPath
  1.2   +2 -2  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/BUILDING.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILDING.txt  29 Jul 2002 18:53:03 -  1.1
  +++ BUILDING.txt  29 Jul 2002 19:04:35 -  1.2
  @@ -260,7 +260,7 @@
   
   (11) Download and Install the Commons Daemon Binary Distribution
   
  -* Download a binary distribution of version 20020728 or later from:
  +* Download a binary distribution of version 20020730 or later from:
   
   http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-daemon
   
  
  
  
  1.5   +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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.properties.default  29 Jul 2002 18:53:03 -  1.4
  +++ build.properties.default  29 Jul 2002 19:04:35 -  1.5
  @@ -128,7 +128,7 @@
   activation.jar=${activation.lib}/activation.jar
   
   
  -# - Commons Daemon, version 20020728 or later -
  +# - Commons Daemon, version 20020730 or later -
   commons-daemon.home=${base.path}/commons-daemon
   commons-daemon.lib=${commons-daemon.home}
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default download.properties

2002-07-29 Thread patrickl

patrickl2002/07/29 11:53:03

  Modified:.build.properties.default download.properties
  Added:   .BUILDING.txt
  Log:
  Create initial build instructions and update versions in property files to match 
build instructions.
  
  Revision  ChangesPath
  1.4   +9 -9  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.default  26 Jul 2002 10:06:01 -  1.3
  +++ build.properties.default  29 Jul 2002 18:53:03 -  1.4
  @@ -49,34 +49,33 @@
   # --
   
   
  -# - Commons Beanutils, version 1.1 or later -
  +# - Commons Beanutils, version 1.3 or later -
   commons-beanutils.home=${base.path}/commons-beanutils-1.3
   commons-beanutils.lib=${commons-beanutils.home}
   commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar
   
commons-beanutils.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.3/commons-beanutils-1.3.tar.gz
   
   
  -# - Commons Collections, version 1.0 or later -
  +# - Commons Collections, version 2.0 or later -
   commons-collections.home=${base.path}/commons-collections-2.0
   commons-collections.lib=${commons-collections.home}
   commons-collections.jar=${commons-collections.lib}/commons-collections.jar
   
commons-collections.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/commons-collections-2.0.tar.gz
   
   
  -# - Commons Digester, version 1.1.1 or later -
  +# - Commons Digester, version 1.2 or later -
   commons-digester.home=${base.path}/commons-digester-1.2
   commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
   
commons-digester.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/commons-digester-1.2.tar.gz
   
   
  -# - Commons Logging, version 1.0.1 or later -
  -commons-logging.home=${base.path}/commons-logging-1.0.1
  +# - Commons Logging, version 20020728 or later -
  +commons-logging.home=${base.path}/commons-logging
   commons-logging.lib=${commons-logging.home}
   commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar
   commons-logging.jar=${commons-logging.lib}/commons-logging.jar
   commons-logging.loc=jakarta-commons/logging
  
-#commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  @@ -129,12 +128,13 @@
   activation.jar=${activation.lib}/activation.jar
   
   
  -# - Commons Daemon, version 20020219 or later -
  +# - Commons Daemon, version 20020728 or later -
   commons-daemon.home=${base.path}/commons-daemon
   commons-daemon.lib=${commons-daemon.home}
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
   commons-daemon.bin=${commons-daemon.home}/bin
   commons-daemon-launcher.jar=${commons-daemon.bin}/commons-launcher.jar
  
+commons-daemon-launcher-bootstrap.class=${commons-daemon.bin}/LauncherBootstrap.class
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  @@ -215,7 +215,7 @@
   puretls.jar=${puretls.lib}/puretls.jar
   
   
  -# - Struts, version 1.0.1 or later -
  +# - Struts, version 1.0.2 or later -
   struts.home=${base.path}/jakarta-struts-1.0.2
   struts.lib=${struts.home}/lib
   struts.jar=${struts.lib}/struts.jar
  
  
  
  1.5   +0 -4  jakarta-tomcat-5/download.properties
  
  Index: download.properties
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/download.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- download.properties   27 Jul 2002 03:12:39 -  1.4
  +++ download.properties   29 Jul 2002 18:53:03 -  1.5
  @@ -10,10 +10,6 @@
   cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
   
   
  -# - Default Base Path for Dependent Packages -
  -#base.path=/usr/local
  -
  -
   # --
   #REQUIRED LIBRARIES
   # --
  
  
  
  1.1  jakarta-tomcat-5/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  $Id: BUILDING.txt,v 1.1 2002/07/29 18:53:03 patrickl Exp $
  
  
   Building The Tomcat 5 Servlet/JSP Container
   ===
  
  This subproject contains the source code for Tomcat 5, a container that
  implements the Servlet 2.4 and the JSP