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
 http://jakarta.apache.org/site/cvsindex.html, 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
 http://jakarta.apache.org/site/cvsindex.html, 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
  -  http://jakarta.apache.org/site/cvsindex.html, 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.0-MMDD.tar.gz
  +
  +* Unpack the binary 

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 @@
   /antcall
   
   antcall target=downloadgz
  -  param name=sourcefile value=${commons-digester.loc}/
  -  param name=destfile value=${commons-digester.jar}/
  -/antcall
  -
  -antcall target=downloadgz
 param name=sourcefile value=${commons-logging.loc}/
 param name=destfile value=${commons-logging.jar}/
   /antcall
  
  
  

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




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 @@
 param name=destfile value=${regexp.jar}/
   /antcall
   
  -!--
  -  Can't download a released version of Xerces since they have a XML
  -  Schema bug
  ---
  -!--
   antcall target=downloadgz
  +  !-- xerces2 brings 2 files, test for one of them --
 param name=sourcefile value=${xerces.loc}/
 param name=destfile value=${xmlParserAPIs.jar}/
  -/antcall
  ---
  -
  -!-- latest xerces2 requires download of 2 separate jars --
  -antcall target=downloadfile
  -  param name=sourcefile value=${xercesImpl.loc}/
  -  param name=destfile value=${xercesImpl.jar}/
  -  param name=destdir value=${xerces.home}/
  -/antcall
  -antcall target=downloadfile
  -  param name=sourcefile value=${xmlParserAPIs.loc}/
  -  param name=destfile value=${xmlParserAPIs.jar}/
  -  param name=destdir value=${xerces.home}/
   /antcall
   
   antcall target=cvsbuild
  
  
  

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




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 @@
 param name=destfile value=${regexp.jar}/
   /antcall
   
  +!--
  +  Can't download a released version of Xerces since they have a XML
  +  Schema bug
  +--
  +!--
   antcall target=downloadgz
  -  !-- xerces2 brings 2 files, test for one of them --
 param name=sourcefile value=${xerces.loc}/
 param name=destfile value=${xmlParserAPIs.jar}/
  +/antcall
  +--
  +
  +!-- latest xerces2 requires download of 2 separate jars --
  +antcall target=downloadfile
  +  param name=sourcefile value=${xercesImpl.loc}/
  +  param name=destfile value=${xercesImpl.jar}/
  +  param name=destdir value=${xerces.home}/
  +/antcall
  +antcall target=downloadfile
  +  param name=sourcefile value=${xmlParserAPIs.loc}/
  +  param name=destfile value=${xmlParserAPIs.jar}/
  +  param name=destdir value=${xerces.home}/
   /antcall
   
   antcall target=cvsbuild
  
  
  

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




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 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 @@
   exclude name=build.properties/
 /fileset
   /copy
  +mkdir  dir=${tomcat.dist}/src/catalina/
  +copy todir=${tomcat.dist}/src/catalina
  +  fileset dir=${catalina.home}/
  +/copy
   mkdir  dir=${tomcat.dist}/src/jasper/
   copy todir=${tomcat.dist}/src/jasper
 fileset dir=${jasper.home}/
  @@ -461,6 +465,11 @@
 /target
   
 target name=download depends=proxyflags
  +
  +!-- commons-logging/dbcp/pool need ../LICENSE --
  +!-- That is ugly XXX needs a review --
  +copy file=LICENSE tofile=../LICENSE/
  +
   !-- Downdown any sub package or tools needed. --
   antcall target=downloadgz
 param name=sourcefile value=${commons-beanutils.loc}/
  @@ -470,10 +479,16 @@
 param name=sourcefile value=${commons-collections.loc}/
 param name=destfile value=${commons-collections.jar}/
   /antcall
  -antcall target=downloadgz
  -  param name=sourcefile value=${commons-digester.loc}/
  +
  +antcall target=cvsbuild
  +  param name=location value=${commons-digester.loc}/
  +  param name=subdir value=${commons-digester.home}/
 param name=destfile value=${commons-digester.jar}/
   /antcall
  +copy
  +  file=${commons-digester.home}/dist/commons-digester.jar
  +  tofile=${commons-digester.jar}
  +/
   
   !-- we need the release to happend, in the meantime use cvs...
   antcall target=downloadgz
  @@ -482,9 +497,6 @@
   /antcall
   --
   
  -!-- commons-logging/dbcp/pool need