cvs commit: jakarta-tomcat-4.0 build.properties.sample

2004-06-18 Thread markt
markt   2004/06/18 10:30:22

  Modified:.build.properties.sample
  Log:
  Update NSIS version
  
  Revision  ChangesPath
  1.73  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.properties.sample   27 Oct 2003 13:35:23 -  1.72
  +++ build.properties.sample   18 Jun 2004 17:30:22 -  1.73
  @@ -219,9 +219,9 @@
   mail.jar=${mail.lib}/mail.jar
   
   
  -# - NSIS, version 1.9x -
  +# - NSIS, version 2.0 -
   nsis.home=${base.path}/nsis
  -nsis.loc=http://www.nullsoft.com/free/nsis/nsis198.exe
  +nsis.loc=http://prdownloads.sourceforge.net/nsis/nsis20.exe?download
   
   
   # - PureTLS Extension, version 0.9 or later -
  
  
  

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



Autoreply: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-10-27 Thread remm
remm2003/10/27 00:03:35

  Modified:.build.properties.sample
  Log:
  - Upgrade to pool 1.1 and DBCP 1.1.
  
  Revision  ChangesPath
  1.71  +5 -5  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.properties.sample   23 Oct 2003 15:32:09 -  1.70
  +++ build.properties.sample   27 Oct 2003 08:03:35 -  1.71
  @@ -161,17 +161,17 @@
   
   
   # - Commons DBCP, version 1.0 or later -
  -commons-dbcp.home=${base.path}/commons-dbcp-1.0
  +commons-dbcp.home=${base.path}/commons-dbcp-1.1
   commons-dbcp.lib=${commons-dbcp.home}
  -commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp.jar
  -commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/commons-dbcp-1.0.tar.gz
  +commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp-1.1.jar
  
+commons-dbcp.loc=http://archive.apache.org/dist/jakarta/commons/dbcp/binaries/commons-dbcp-1.1.tar.gz
   
   
   # - Commons Pool, version 1.0 or later -
   commons-pool.home=${base.path}/commons-pool-1.1
   commons-pool.lib=${commons-pool.home}
   commons-pool.jar=${commons-pool.lib}/commons-pool-1.1.jar
  -commons-pool.loc=${base-jakarta.loc}/commons/pool/binaries/commons-pool-1.1.tar.gz
  
+commons-pool.loc=http://archive.apache.org/dist/jakarta/commons/pool/binaries/commons-pool-1.1.tar.gz
   
   
   # - JavaService, version 1.2.0 or later -
  
  
  

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



Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-10-27 Thread jean-frederic clere
[EMAIL PROTECTED] wrote:
remm2003/10/27 00:03:35

  Modified:.build.properties.sample
  Log:
  - Upgrade to pool 1.1 and DBCP 1.1.
  
  Revision  ChangesPath
  1.71  +5 -5  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.properties.sample	23 Oct 2003 15:32:09 -	1.70
  +++ build.properties.sample	27 Oct 2003 08:03:35 -	1.71
  @@ -161,17 +161,17 @@
   
   
   # - Commons DBCP, version 1.0 or later -
  -commons-dbcp.home=${base.path}/commons-dbcp-1.0
  +commons-dbcp.home=${base.path}/commons-dbcp-1.1
   commons-dbcp.lib=${commons-dbcp.home}
  -commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp.jar
  -commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/commons-dbcp-1.0.tar.gz
  +commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp-1.1.jar
  +commons-dbcp.loc=http://archive.apache.org/dist/jakarta/commons/dbcp/binaries/commons-dbcp-1.1.tar.gz
${base-jakarta.loc} is http://archive.apache.org/dist/jakarta, why don't you use it?

   
   
   # - Commons Pool, version 1.0 or later -
   commons-pool.home=${base.path}/commons-pool-1.1
   commons-pool.lib=${commons-pool.home}
   commons-pool.jar=${commons-pool.lib}/commons-pool-1.1.jar
  -commons-pool.loc=${base-jakarta.loc}/commons/pool/binaries/commons-pool-1.1.tar.gz
  +commons-pool.loc=http://archive.apache.org/dist/jakarta/commons/pool/binaries/commons-pool-1.1.tar.gz
   
   
   # - JavaService, version 1.2.0 or later -
  
  
  

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



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


cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-10-27 Thread remm
remm2003/10/27 05:35:23

  Modified:.build.properties.sample
  Log:
  - Fix locations. Thanks JF.
  
  Revision  ChangesPath
  1.72  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- build.properties.sample   27 Oct 2003 08:03:35 -  1.71
  +++ build.properties.sample   27 Oct 2003 13:35:23 -  1.72
  @@ -164,14 +164,14 @@
   commons-dbcp.home=${base.path}/commons-dbcp-1.1
   commons-dbcp.lib=${commons-dbcp.home}
   commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp-1.1.jar
  
-commons-dbcp.loc=http://archive.apache.org/dist/jakarta/commons/dbcp/binaries/commons-dbcp-1.1.tar.gz
  +commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/commons-dbcp-1.1.tar.gz
   
   
   # - Commons Pool, version 1.0 or later -
   commons-pool.home=${base.path}/commons-pool-1.1
   commons-pool.lib=${commons-pool.home}
   commons-pool.jar=${commons-pool.lib}/commons-pool-1.1.jar
  
-commons-pool.loc=http://archive.apache.org/dist/jakarta/commons/pool/binaries/commons-pool-1.1.tar.gz
  +commons-pool.loc=${base-jakarta.loc}/commons/pool/binaries/commons-pool-1.1.tar.gz
   
   
   # - JavaService, version 1.2.0 or later -
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample build.xml

2003-10-23 Thread jfclere
jfclere 2003/10/23 05:20:09

  Modified:.build.properties.sample build.xml
  Log:
  Use archive and arrange some location.
  Use the Alpha of daemon instead cvs.
  
  Revision  ChangesPath
  1.69  +18 -14jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.properties.sample   7 Oct 2003 13:25:45 -   1.68
  +++ build.properties.sample   23 Oct 2003 12:20:09 -  1.69
  @@ -51,6 +51,9 @@
   #jasper.home=../jakarta-tomcat-jasper/jasper2
   
   
  +# - Jakarta files base location -
  +base-jakarta.loc=http://archive.apache.org/dist/jakarta/
  +
   # --
   #REQUIRED LIBRARIES
   # --
  @@ -60,28 +63,28 @@
   commons-beanutils.home=${base.path}/commons-beanutils-1.6.1
   commons-beanutils.lib=${commons-beanutils.home}
   commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar
  
-commons-beanutils.loc=http://www.apache.org/dist/jakarta/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
  
+commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
   
   
   # - Commons Collections, version 1.0 or later -
   commons-collections.home=${base.path}/commons-collections-2.1
   commons-collections.lib=${commons-collections.home}
   commons-collections.jar=${commons-collections.lib}/commons-collections.jar
  
-commons-collections.loc=http://www.apache.org/dist/jakarta/commons/collections/binaries/collections-2.1.tar.gz
  
+commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/collections-2.1.tar.gz
   
   
   # - Commons Digester, version 1.1.1 or later -
   commons-digester.home=${base.path}/commons-digester-1.5
   commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
-commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.5.tar.gz
  
+commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.5.tar.gz
   
   
   # - Commons FileUpload, nightly build -
   commons-fileupload.home=${base.path}/commons-fileupload-1.0
   commons-fileupload.lib=${commons-fileupload.home}
   commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0.jar
  
-commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0.tar.gz
  
+commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz
   
   
   # - Commons Logging, version 1.0.1 or later -
  @@ -89,7 +92,7 @@
   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=http://www.apache.org/dist/jakarta/commons/logging/binaries/commons-logging-1.0.3.tar.gz
  
+commons-logging.loc=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.0.3.tar.gz
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  @@ -105,14 +108,14 @@
   commons-modeler.home=${base.path}/commons-modeler-1.1
   commons-modeler.lib=${commons-modeler.home}
   commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
  
-commons-modeler.loc=http://archive.apache.org/dist/jakarta/commons/modeler/binaries/modeler-1.1.tar.gz
  +commons-modeler.loc=${base-jakarta.loc}/commons/modeler/binaries/modeler-1.1.tar.gz
   
   
   # - Jakarta Regular Expressions Library, version 1.2 -
   regexp.home=${base.path}/jakarta-regexp-1.3
   regexp.lib=${regexp.home}
   regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar
  
-regexp.loc=http://archive.apache.org/dist/jakarta/regexp/binaries/jakarta-regexp-1.3.tar.gz
  +regexp.loc=${base-jakarta.loc}/regexp/binaries/jakarta-regexp-1.3.tar.gz
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  @@ -149,25 +152,26 @@
   activation.jar=${activation.lib}/activation.jar
   
   
  -# - Commons Daemon, version 20020219 or later -
  +# - Commons Daemon, version 1.0-Alpha or later -
   commons-daemon.home=${base.path}/commons-daemon
   commons-daemon.lib=${commons-daemon.home}/dist
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  -commons-daemon.loc=jakarta-commons-sandbox/daemon
  
+#commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/daemon-1.0-Alpha.tar.gz
  
+commons-daemon.loc=http://www.apache.org/dist/jakarta/commons/daemon/binaries/commons-daemon-1.0-Alpha.tar.gz
   
   
   # - Commons DBCP, version 1.0 or later -
   commons-dbcp.home=${base.path}/commons-dbcp-1.0
   

cvs commit: jakarta-tomcat-4.0 build.properties.sample build.xml

2003-10-23 Thread jfclere
jfclere 2003/10/23 08:32:10

  Modified:.build.properties.sample build.xml
  Log:
  Arrange some minor problems with ant download task.
  
  Revision  ChangesPath
  1.70  +6 -6  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- build.properties.sample   23 Oct 2003 12:20:09 -  1.69
  +++ build.properties.sample   23 Oct 2003 15:32:09 -  1.70
  @@ -153,8 +153,8 @@
   
   
   # - Commons Daemon, version 1.0-Alpha or later -
  -commons-daemon.home=${base.path}/commons-daemon
  -commons-daemon.lib=${commons-daemon.home}/dist
  +commons-daemon.home=${base.path}/commons-daemon-1.0-Alpha
  +commons-daemon.lib=${commons-daemon.home}
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
   
#commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/daemon-1.0-Alpha.tar.gz
   
commons-daemon.loc=http://www.apache.org/dist/jakarta/commons/daemon/binaries/commons-daemon-1.0-Alpha.tar.gz
  @@ -162,15 +162,15 @@
   
   # - Commons DBCP, version 1.0 or later -
   commons-dbcp.home=${base.path}/commons-dbcp-1.0
  -commons-dbcp.lib=${commons-dbcp.home}/commons-dbcp-1.0
  +commons-dbcp.lib=${commons-dbcp.home}
   commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp.jar
  -commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/dbcp-1.0.tar.gz
  +commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/commons-dbcp-1.0.tar.gz
   
   
   # - Commons Pool, version 1.0 or later -
   commons-pool.home=${base.path}/commons-pool-1.1
   commons-pool.lib=${commons-pool.home}
  -commons-pool.jar=${commons-pool.lib}/commons-pool.jar
  +commons-pool.jar=${commons-pool.lib}/commons-pool-1.1.jar
   commons-pool.loc=${base-jakarta.loc}/commons/pool/binaries/commons-pool-1.1.tar.gz
   
   
  
  
  
  1.82  +1 -2  jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- build.xml 23 Oct 2003 12:20:09 -  1.81
  +++ build.xml 23 Oct 2003 15:32:10 -  1.82
  @@ -506,10 +506,9 @@
 param name=destfile value=${commons-pool.jar}/
   /antcall
   
  -antcall target=downloadzip
  +antcall target=downloadgz
 param name=sourcefile value=${commons-dbcp.loc} /
 param name=destfile value=${commons-dbcp.jar} /
  -  param name=destdir value=${commons-dbcp.home} /
   /antcall
   antcall target=downloadgz
 param name=sourcefile value=${commons-modeler.loc}/
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-10-07 Thread remm
remm2003/10/07 06:25:45

  Modified:.build.properties.sample
  Log:
  - Update some dependencies.
  
  Revision  ChangesPath
  1.68  +6 -6  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- build.properties.sample   1 Oct 2003 15:05:40 -   1.67
  +++ build.properties.sample   7 Oct 2003 13:25:45 -   1.68
  @@ -109,10 +109,10 @@
   
   
   # - Jakarta Regular Expressions Library, version 1.2 -
  -regexp.home=${base.path}/jakarta-regexp-1.2
  +regexp.home=${base.path}/jakarta-regexp-1.3
   regexp.lib=${regexp.home}
  -regexp.jar=${regexp.lib}/jakarta-regexp-1.2.jar
  
-regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
  +regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar
  
+regexp.loc=http://archive.apache.org/dist/jakarta/regexp/binaries/jakarta-regexp-1.3.tar.gz
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  @@ -131,9 +131,9 @@
   
   # - 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_4_0
  +xerces.home=${base.path}/xerces-2_5_0
   xerces.lib=${xerces.home}
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.4.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-10-01 Thread remm
remm2003/10/01 08:05:40

  Modified:.build.properties.sample
  Log:
  - Update to modeler 1.1.
  
  Revision  ChangesPath
  1.67  +8 -8  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.properties.sample   9 Jul 2003 22:23:13 -   1.66
  +++ build.properties.sample   1 Oct 2003 15:05:40 -   1.67
  @@ -101,6 +101,13 @@
   jaas.jar=${jndi.lib}/jaas.jar
   
   
  +# - Commons Modeler, version 1.1 or later -
  +commons-modeler.home=${base.path}/commons-modeler-1.1
  +commons-modeler.lib=${commons-modeler.home}
  +commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
  
+commons-modeler.loc=http://archive.apache.org/dist/jakarta/commons/modeler/binaries/modeler-1.1.tar.gz
  +
  +
   # - Jakarta Regular Expressions Library, version 1.2 -
   regexp.home=${base.path}/jakarta-regexp-1.2
   regexp.lib=${regexp.home}
  @@ -154,13 +161,6 @@
   commons-dbcp.lib=${commons-dbcp.home}/commons-dbcp-1.0
   commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp.jar
   
commons-dbcp.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp/v1.0/commons-dbcp-1.0.zip
  -
  -
  -# - Commons Modeler, version 1.0 or later -
  -commons-modeler.home=${base.path}/commons-modeler-1.0
  -commons-modeler.lib=${commons-modeler.home}
  -commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
  
-commons-modeler.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.0/commons-modeler-1.0.tar.gz
   
   
   # - Commons Pool, version 1.0 or later -
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-07-09 Thread remm
remm2003/07/09 15:23:13

  Modified:.build.properties.sample
  Log:
  - Update all dependencies.
  
  Revision  ChangesPath
  1.66  +12 -12jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build.properties.sample   14 Jun 2003 02:08:26 -  1.65
  +++ build.properties.sample   9 Jul 2003 22:23:13 -   1.66
  @@ -71,17 +71,17 @@
   
   
   # - Commons Digester, version 1.1.1 or later -
  -commons-digester.home=${base.path}/commons-digester-1.4.1
  +commons-digester.home=${base.path}/commons-digester-1.5
   commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
-commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.4.1.tar.gz
  
+commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.5.tar.gz
   
   
   # - Commons FileUpload, nightly build -
  -commons-fileupload.home=${base.path}/commons-fileupload-1.0-rc1
  +commons-fileupload.home=${base.path}/commons-fileupload-1.0
   commons-fileupload.lib=${commons-fileupload.home}
  -commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0-rc1.jar
  
-commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0-rc1.tar.gz
  +commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0.jar
  
+commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0.tar.gz
   
   
   # - Commons Logging, version 1.0.1 or later -
  @@ -124,9 +124,9 @@
   
   # - 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_3_0
  +xerces.home=${base.path}/xerces-2_4_0
   xerces.lib=${xerces.home}
  -xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.3.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.4.0.tar.gz
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   
  @@ -157,10 +157,10 @@
   
   
   # - Commons Modeler, version 1.0 or later -
  -commons-modeler.home=${base.path}/commons-modeler-1.1M1
  +commons-modeler.home=${base.path}/commons-modeler-1.0
   commons-modeler.lib=${commons-modeler.home}
   commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
  
-commons-modeler.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.1-M1/commons-modeler-1.1M1.tar.gz
  
+commons-modeler.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.0/commons-modeler-1.0.tar.gz
   
   
   # - Commons Pool, version 1.0 or later -
  @@ -227,10 +227,10 @@
   
   
   # - Struts, version 1.0.1 or later -
  -struts.home=${base.path}/jakarta-struts-1.0.2
  +struts.home=${base.path}/jakarta-struts-1.1
   struts.lib=${struts.home}/lib
   struts.jar=${struts.lib}/struts.jar
  
-struts.loc=http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/jakarta-struts-1.0.2.tar.gz
  
+struts.loc=http://jakarta.apache.org/builds/jakarta-struts/release/v1.1/jakarta-struts-1.0.2.tar.gz
   
   
   # - Tyrex Data Source, version 1.0 -
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-06-13 Thread billbarker
billbarker2003/06/13 19:08:26

  Modified:.build.properties.sample
  Log:
  Update to commons-fileupload-1.0-rc1
  
  Revision  ChangesPath
  1.65  +4 -4  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build.properties.sample   4 May 2003 16:01:09 -   1.64
  +++ build.properties.sample   14 Jun 2003 02:08:26 -  1.65
  @@ -78,10 +78,10 @@
   
   
   # - Commons FileUpload, nightly build -
  -commons-fileupload.home=${base.path}/commons-fileupload-1.0-beta-1
  +commons-fileupload.home=${base.path}/commons-fileupload-1.0-rc1
   commons-fileupload.lib=${commons-fileupload.home}
  -commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0-beta-1.jar
  
-commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0-beta-1.tar.gz
 
  +commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0-rc1.jar
  
+commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0-rc1.tar.gz
   
   
   # - Commons Logging, version 1.0.1 or later -
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-04-03 Thread jfclere
jfclere 2003/04/03 07:15:26

  Modified:.build.properties.sample
  Log:
  tyrex is now http://tyrex.sourceforge.net/
  
  Revision  ChangesPath
  1.59  +3 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.properties.sample   16 Mar 2003 10:41:00 -  1.58
  +++ build.properties.sample   3 Apr 2003 15:15:26 -   1.59
  @@ -234,9 +234,10 @@
   
   
   # - Tyrex Data Source, version 1.0 -
  +# Now tyrex is http://tyrex.sourceforge.net/
   tyrex.home=${base.path}/tyrex-1.0
   tyrex.lib=${tyrex.home}
   tyrex.jar=${tyrex.lib}/tyrex-1.0.jar
  -tyrex.loc=ftp://ftp.exolab.org/pub/tyrex/tyrex-1.0/tyrex-1.0.jar
  +tyrex.loc=http://belnet.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.jar
   
   
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-04-03 Thread jfclere
jfclere 2003/04/03 07:19:49

  Modified:.build.properties.sample
  Log:
  Typo :-(
  
  Revision  ChangesPath
  1.60  +2 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.properties.sample   3 Apr 2003 15:15:26 -   1.59
  +++ build.properties.sample   3 Apr 2003 15:19:49 -   1.60
  @@ -238,6 +238,6 @@
   tyrex.home=${base.path}/tyrex-1.0
   tyrex.lib=${tyrex.home}
   tyrex.jar=${tyrex.lib}/tyrex-1.0.jar
  -tyrex.loc=http://belnet.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.jar
  +tyrex.loc=http://belnet.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.tgz
   
   
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-03-16 Thread remm
remm2003/03/16 02:41:00

  Modified:.build.properties.sample
  Log:
  - Update dependencies.
  
  Revision  ChangesPath
  1.58  +19 -17jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- build.properties.sample   12 Mar 2003 21:36:05 -  1.57
  +++ build.properties.sample   16 Mar 2003 10:41:00 -  1.58
  @@ -57,24 +57,31 @@
   
   
   # - Commons Beanutils, version 1.1 or later -
  -commons-beanutils.home=${base.path}/commons-beanutils-1.4.1
  +commons-beanutils.home=${base.path}/commons-beanutils-1.6.1
   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.4.1/commons-beanutils-1.4.1.tar.gz
  
+commons-beanutils.loc=http://www.apache.org/dist/jakarta/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
   
   
   # - Commons Collections, version 1.0 or later -
  -commons-collections.home=${base.path}/commons-collections-2.0
  +commons-collections.home=${base.path}/commons-collections-2.1
   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-collections.loc=http://www.apache.org/dist/jakarta/commons/collections/binaries/collections-2.1.tar.gz
   
   
   # - Commons Digester, version 1.1.1 or later -
  -commons-digester.home=${base.path}/commons-digester-1.3
  +commons-digester.home=${base.path}/commons-digester-1.4.1
   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=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.4.1.tar.gz
  +
  +
  +# - Commons FileUpload, nightly build -
  +commons-fileupload.home=${base.path}/commons-fileupload-1.0-beta-1
  +commons-fileupload.lib=${commons-fileupload.home}
  +commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0-beta-1.jar
  
+commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0-beta-1.tar.gz
 
   
   
   # - Commons Logging, version 1.0.1 or later -
  @@ -162,11 +169,6 @@
   commons-pool.jar=${commons-pool.lib}/commons-pool.jar
   
commons-pool.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0.1/commons-pool-1.0.1.tar.gz
   
  -# - Commons FileUpload, nightly build -
  -commons-fileupload.home=${base.path}/commons-fileupload-1.0-beta-1
  -commons-fileupload.lib=${commons-fileupload.home}
  -commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0-beta-1.jar
  
-commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0-beta-1.tar.gz
 
   
   # - JavaService, version 1.2.0 or later -
   javaservice.home=${base.path}/javaservice
  @@ -179,11 +181,11 @@
   jdbc20ext.jar=${jdbc20ext.lib}/jdbc2_0-stdext.jar
   
   
  -# - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or 
later -
  -jmx.home=${base.path}/mx4j-1.1
  +# - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.0 or 
later -
  +jmx.home=${base.path}/mx4j-1.1.1
   jmx.lib=${jmx.home}/lib
   jmx.jar=${jmx.lib}/mx4j-jmx.jar
  -jmx.loc=http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.tar.gz
  +jmx.loc=http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz
   
   
   # - Java Secure Sockets Extension (JSSE), version 1.0.2 or later -
  @@ -195,9 +197,9 @@
   
   
   # - Java Transaction API (JTA), version 1.0.1 or later -
  -jta.home=${base.path}/jta-spec1_0_1
  +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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-03-12 Thread costin
costin  2003/03/12 13:36:05

  Modified:.build.properties.sample
  Log:
  Update to latest releases.
  
  Revision  ChangesPath
  1.57  +7 -7  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.properties.sample   10 Feb 2003 16:15:05 -  1.56
  +++ build.properties.sample   12 Mar 2003 21:36:05 -  1.57
  @@ -40,7 +40,7 @@
   
   
   # - Default Base Path for Dependent Packages -
  -base.path=/usr/local
  +base.path=/usr/share/java
   
   
   # - Jakarta Tomcat Connectors source path -
  @@ -71,10 +71,10 @@
   
   
   # - Commons Digester, version 1.1.1 or later -
  -commons-digester.home=${base.path}/commons-digester-1.2
  +commons-digester.home=${base.path}/commons-digester-1.3
   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=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/commons-digester-1.3.tar.gz
   
   
   # - Commons Logging, version 1.0.1 or later -
  @@ -163,10 +163,10 @@
   
commons-pool.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0.1/commons-pool-1.0.1.tar.gz
   
   # - Commons FileUpload, nightly build -
  -commons-fileupload.home=${base.path}/commons-fileupload
  +commons-fileupload.home=${base.path}/commons-fileupload-1.0-beta-1
   commons-fileupload.lib=${commons-fileupload.home}
  -commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0-dev.jar
  
-#commons-fileupload.loc=http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload/commons-fileupload-20030106.zip
  +commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0-beta-1.jar
  
+commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0-beta-1.tar.gz
 
   
   # - JavaService, version 1.2.0 or later -
   javaservice.home=${base.path}/javaservice
  
  
  

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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-02-10 Thread remm
remm2003/02/10 08:15:05

  Modified:.build.properties.sample
  Log:
  - It seems to me we can attempt to upgrade to Xerces 2.3 now.
  
  Revision  ChangesPath
  1.56  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- build.properties.sample   10 Jan 2003 15:52:17 -  1.55
  +++ build.properties.sample   10 Feb 2003 16:15:05 -  1.56
  @@ -117,9 +117,9 @@
   
   # - 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_1_0
  +xerces.home=${base.path}/xerces-2_3_0
   xerces.lib=${xerces.home}
  -xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.3.0.tar.gz
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   
  
  
  

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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-11-12 Thread Remy Maucherat
Bill Barker wrote:


jfarcand2002/11/11 20:16:59

  Modified:.build.properties.sample
  Log:
  Update to Xerces 2.2.1.



Not working any different than 2.2.0 for me. :-(

2002-11-11 22:46:32 action: null
org.xml.sax.SAXParseException: The string -- is not permitted within
comments.



Then it still has the same problem with Struts 1.0. I'll keep Xerces 
2.1.0 for Tomcat 4.1.x.

Remy


--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org



Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-11-12 Thread Jeanfrancois Arcand
Wow. I'm confuse. I did some test yesterday and everythings seems to 
work fine for me. I will continue to ping the Xerces guys

-- Jeanfrancois

Remy Maucherat wrote:

Bill Barker wrote:


jfarcand2002/11/11 20:16:59

  Modified:.build.properties.sample
  Log:
  Update to Xerces 2.2.1.



Not working any different than 2.2.0 for me. :-(

2002-11-11 22:46:32 action: null
org.xml.sax.SAXParseException: The string -- is not permitted within
comments.




Then it still has the same problem with Struts 1.0. I'll keep Xerces 
2.1.0 for Tomcat 4.1.x.

Remy


--
To unsubscribe, e-mail:   
mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: 
mailto:tomcat-dev-help;jakarta.apache.org




--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-11-12 Thread jfarcand
jfarcand2002/11/12 08:34:57

  Modified:.build.properties.sample
  Log:
  Revert back to Xerces 2.1.0. The bug is still reproducable with Struts 1.0, and 
seems to have disappears with Struts 1.1. I'm unable to reproduce the problem with 
Tomcat 5, but Xerces is still broken.
  
  Revision  ChangesPath
  1.54  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.properties.sample   12 Nov 2002 04:16:59 -  1.53
  +++ build.properties.sample   12 Nov 2002 16:34:57 -  1.54
   -117,9 +117,9 
   
   # - 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_2_1
  +xerces.home=${base.path}/xerces-2_1_0
   xerces.lib=${xerces.home}
  -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
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-11-11 Thread jfarcand
jfarcand2002/11/11 20:16:59

  Modified:.build.properties.sample
  Log:
  Update to Xerces 2.2.1.
  
  Revision  ChangesPath
  1.53  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.properties.sample   4 Oct 2002 08:46:33 -   1.52
  +++ build.properties.sample   12 Nov 2002 04:16:59 -  1.53
   -117,9 +117,9 
   
   # - 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_2_0
  +xerces.home=${base.path}/xerces-2_2_1
   xerces.lib=${xerces.home}
  -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
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   
  
  
  

--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-11-11 Thread Bill Barker

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 11, 2002 8:16 PM
Subject: cvs commit: jakarta-tomcat-4.0 build.properties.sample


 jfarcand2002/11/11 20:16:59

   Modified:.build.properties.sample
   Log:
   Update to Xerces 2.2.1.


Not working any different than 2.2.0 for me. :-(

2002-11-11 22:46:32 action: null
org.xml.sax.SAXParseException: The string -- is not permitted within
comments.




--
To unsubscribe, e-mail:   mailto:tomcat-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:tomcat-dev-help;jakarta.apache.org




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jfclere

jfclere 2002/10/04 01:43:48

  Modified:.build.properties.sample
  Log:
  Update to the laster commons-logging (the older gives problems with log4j).
  
  Revision  ChangesPath
  1.51  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.properties.sample   4 Sep 2002 13:38:50 -   1.50
  +++ build.properties.sample   4 Oct 2002 08:43:48 -   1.51
  @@ -78,11 +78,11 @@
   
   
   # - Commons Logging, version 1.0.1 or later -
  -commons-logging.home=${base.path}/commons-logging-1.0.1
  +commons-logging.home=${base.path}/commons-logging-1.0.2
   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=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
  
+commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/commons-logging-1.0.2.tar.gz
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  
  
  

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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread Henri Gomez

[EMAIL PROTECTED] wrote:
 jfclere 2002/10/04 01:46:33
 
   Modified:.build.properties.sample
   Log:
   Upgrade to the lastest xerces.
   
   Revision  ChangesPath
   1.52  +3 -3  jakarta-tomcat-4.0/build.properties.sample
   
   Index: build.properties.sample
   ===
   RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
   retrieving revision 1.51
   retrieving revision 1.52
   diff -u -r1.51 -r1.52
   --- build.properties.sample 4 Oct 2002 08:43:48 -   1.51
   +++ build.properties.sample 4 Oct 2002 08:46:33 -   1.52
   @@ -117,9 +117,9 @@

# - 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_1_0
   +xerces.home=${base.path}/xerces-2_2_0
xerces.lib=${xerces.home}
   -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz
   +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz
xercesImpl.jar=${xerces.lib}/xercesImpl.jar
xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar

Shouln't we stay with xerces 2.1.0 until we found the problem with 2.2.0 ?



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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jean-frederic clere

Hi,

Well the downlaod task needs a little more.
I would like to test *.loc:
if starting with http then use a download task.
if not use a cvs + build task.

Any comments?

Cheers

Jean-frederic


[EMAIL PROTECTED] wrote:
 jfclere 2002/10/04 01:43:48
 
   Modified:.build.properties.sample
   Log:
   Update to the laster commons-logging (the older gives problems with log4j).
   
   Revision  ChangesPath
   1.51  +3 -3  jakarta-tomcat-4.0/build.properties.sample
   
   Index: build.properties.sample
   ===
   RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
   retrieving revision 1.50
   retrieving revision 1.51
   diff -u -r1.50 -r1.51
   --- build.properties.sample 4 Sep 2002 13:38:50 -   1.50
   +++ build.properties.sample 4 Oct 2002 08:43:48 -   1.51
   @@ -78,11 +78,11 @@


# - Commons Logging, version 1.0.1 or later -
   -commons-logging.home=${base.path}/commons-logging-1.0.1
   +commons-logging.home=${base.path}/commons-logging-1.0.2
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=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
   
+commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/commons-logging-1.0.2.tar.gz


# - Java Naming and Directory Interface (JNDI), version 1.2 or later -
   
   
   
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 




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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jean-frederic clere

Henri Gomez wrote:
 [EMAIL PROTECTED] wrote:
 
 jfclere 2002/10/04 01:46:33

   Modified:.build.properties.sample
   Log:
   Upgrade to the lastest xerces.
 Revision  ChangesPath
   1.52  +3 -3  jakarta-tomcat-4.0/build.properties.sample
 Index: build.properties.sample
   ===
   RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
   retrieving revision 1.51
   retrieving revision 1.52
   diff -u -r1.51 -r1.52
   --- build.properties.sample4 Oct 2002 08:43:48 -1.51
   +++ build.properties.sample4 Oct 2002 08:46:33 -1.52
   @@ -117,9 +117,9 @@
   # - 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_1_0
   +xerces.home=${base.path}/xerces-2_2_0
xerces.lib=${xerces.home}
   
 -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz
   
 +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz
xercesImpl.jar=${xerces.lib}/xercesImpl.jar
xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
 
 
 Shouln't we stay with xerces 2.1.0 until we found the problem with 2.2.0 ?

Even in this case we have to change the sample file:
+++
$ wget http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz
--12:00:13--  http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz
= `Xerces-J-bin.2.1.0.tar.gz'
Resolving proxy.mch.fsc.net... done.
Connecting to proxy.mch.fsc.net[172.25.80.170]:81... connected.
Proxy request sent, awaiting response... 404 Not Found
12:00:13 ERROR 404: Not Found.
+++

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




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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread Henri Gomez

jean-frederic clere wrote:
 Henri Gomez wrote:
 
 [EMAIL PROTECTED] wrote:

 jfclere 2002/10/04 01:46:33

   Modified:.build.properties.sample
   Log:
   Upgrade to the lastest xerces.
 Revision  ChangesPath
   1.52  +3 -3  jakarta-tomcat-4.0/build.properties.sample
 Index: build.properties.sample
   ===
   RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
   retrieving revision 1.51
   retrieving revision 1.52
   diff -u -r1.51 -r1.52
   --- build.properties.sample4 Oct 2002 08:43:48 -1.51
   +++ build.properties.sample4 Oct 2002 08:46:33 -1.52
   @@ -117,9 +117,9 @@
   # - 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_1_0
   +xerces.home=${base.path}/xerces-2_2_0
xerces.lib=${xerces.home}
   
 -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz 

   
 +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz 

xercesImpl.jar=${xerces.lib}/xercesImpl.jar
xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar



 Shouln't we stay with xerces 2.1.0 until we found the problem with 
 2.2.0 ?

yep, 2.1.0 moved to :

http://xml.apache.org/dist/xerces-j/old_xerces2/

Did someone contacted Xerces Team about our problem of comment checking ?






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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jean-frederic clere

Henri Gomez wrote:
 jean-frederic clere wrote:
 
 Henri Gomez wrote:

 [EMAIL PROTECTED] wrote:

 jfclere 2002/10/04 01:46:33

   Modified:.build.properties.sample
   Log:
   Upgrade to the lastest xerces.
 Revision  ChangesPath
   1.52  +3 -3  jakarta-tomcat-4.0/build.properties.sample
 Index: build.properties.sample
   ===
   RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
   retrieving revision 1.51
   retrieving revision 1.52
   diff -u -r1.51 -r1.52
   --- build.properties.sample4 Oct 2002 08:43:48 -1.51
   +++ build.properties.sample4 Oct 2002 08:46:33 -1.52
   @@ -117,9 +117,9 @@
   # - 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_1_0
   +xerces.home=${base.path}/xerces-2_2_0
xerces.lib=${xerces.home}
   
 -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz 

   
 +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz 

xercesImpl.jar=${xerces.lib}/xercesImpl.jar
xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar




 Shouln't we stay with xerces 2.1.0 until we found the problem with 
 2.2.0 ?

 
 yep, 2.1.0 moved to :
 
 http://xml.apache.org/dist/xerces-j/old_xerces2/
 
 Did someone contacted Xerces Team about our problem of comment checking ?

No, and I have another problem probably due to 2.2.0:
+++
build-main:
 [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan instead.
 [style] java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor
 [style] at 
org.apache.tools.ant.taskdefs.optional.XslpLiaison.init(XslpLiaison.java:80)
 [style] at java.lang.Class.newInstance0(Native Method)
 [style] at java.lang.Class.newInstance(Class.java:232)
 [style] at 
org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:376)
 [style] at 
org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:557)
 [style] at 
org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:195)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)[style] at 
org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)[style] at 
org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)[style] at 
org.apache.tools.ant.Project.executeTargets(Project.java:1250)
 [style] at org.apache.tools.ant.Main.runBuild(Main.java:610)
 [style] at org.apache.tools.ant.Main.start(Main.java:196)
 [style] at org.apache.tools.ant.Main.main(Main.java:235)
 [style] java.lang.NoClassDefFoundError: 
org/apache/xalan/xslt/XSLTProcessorFactory
 [style] at 
org.apache.tools.ant.taskdefs.optional.XalanLiaison.init(XalanLiaison.java:84)
 [style] at java.lang.Class.newInstance0(Native Method)
 [style] at java.lang.Class.newInstance(Class.java:232)
 [style] at 
org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:379)
 [style] at 
org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:554)
 [style] at 
org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:195)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)[style] at 
org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
org.apache.tools.ant.Project.executeTarget(Project.java:1306)[style] at 
org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)

Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread Henri Gomez

 Did someone contacted Xerces Team about our problem of comment checking ?
 
 
 No, and I have another problem probably due to 2.2.0:

ant didn't find you Xalan 2.4.0 jar ?
Is it in ant/lib ?

 build-main:
 [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan 
 instead.
 [style] java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor
 [style] at 
 org.apache.tools.ant.taskdefs.optional.XslpLiaison.init(XslpLiaison.java:80) 
 
 [style] at java.lang.Class.newInstance0(Native Method)
 [style] at java.lang.Class.newInstance(Class.java:232)
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:376) 
 
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:557)
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:195)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at 
 org.apache.tools.ant.Project.executeTargets(Project.java:1250)
 [style] at org.apache.tools.ant.Main.runBuild(Main.java:610)
 [style] at org.apache.tools.ant.Main.start(Main.java:196)
 [style] at org.apache.tools.ant.Main.main(Main.java:235)
 [style] java.lang.NoClassDefFoundError: 
 org/apache/xalan/xslt/XSLTProcessorFactory
 [style] at 
 org.apache.tools.ant.taskdefs.optional.XalanLiaison.init(XalanLiaison.java:84) 
 
 [style] at java.lang.Class.newInstance0(Native Method)
 [style] at java.lang.Class.newInstance(Class.java:232)
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:379) 
 
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:554)
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:195)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at 
 org.apache.tools.ant.Project.executeTargets(Project.java:1250)
 [style] at org.apache.tools.ant.Main.runBuild(Main.java:610)
 [style] at org.apache.tools.ant.Main.start(Main.java:196)
 [style] at org.apache.tools.ant.Main.main(Main.java:235)
 
 BUILD FAILED
 file:/home6/clere/jakarta-tomcat-4.1.12-src/webapps/tomcat-docs/build.xml:82: 
 javax.xml.transform.TransformerFactoryConfigurationError: Provider for 
 javax.xml.transform.TransformerFactory cannot be found
 +++




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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread jean-frederic clere

Clere, Jean-Frederic wrote:
 Henri Gomez wrote:
 
 jean-frederic clere wrote:

 Henri Gomez wrote:

 [EMAIL PROTECTED] wrote:

 jfclere 2002/10/04 01:46:33

   Modified:.build.properties.sample
   Log:
   Upgrade to the lastest xerces.
 Revision  ChangesPath
   1.52  +3 -3  jakarta-tomcat-4.0/build.properties.sample
 Index: build.properties.sample
   ===
   RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
   retrieving revision 1.51
   retrieving revision 1.52
   diff -u -r1.51 -r1.52
   --- build.properties.sample4 Oct 2002 08:43:48 -1.51
   +++ build.properties.sample4 Oct 2002 08:46:33 -1.52
   @@ -117,9 +117,9 @@
   # - 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_1_0
   +xerces.home=${base.path}/xerces-2_2_0
xerces.lib=${xerces.home}
   
 -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz 

   
 +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz 

xercesImpl.jar=${xerces.lib}/xercesImpl.jar
xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar





 Shouln't we stay with xerces 2.1.0 until we found the problem with 
 2.2.0 ?



 yep, 2.1.0 moved to :

 http://xml.apache.org/dist/xerces-j/old_xerces2/

 Did someone contacted Xerces Team about our problem of comment checking ?
 
 
 No, and I have another problem probably due to 2.2.0:
 +++
 build-main:
 [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan 
 instead.
 [style] java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor
 [style] at 
 org.apache.tools.ant.taskdefs.optional.XslpLiaison.init(XslpLiaison.java:80) 
 
 [style] at java.lang.Class.newInstance0(Native Method)
 [style] at java.lang.Class.newInstance(Class.java:232)
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:376) 
 
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:557)
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:195)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at 
 org.apache.tools.ant.Project.executeTargets(Project.java:1250)
 [style] at org.apache.tools.ant.Main.runBuild(Main.java:610)
 [style] at org.apache.tools.ant.Main.start(Main.java:196)
 [style] at org.apache.tools.ant.Main.main(Main.java:235)
 [style] java.lang.NoClassDefFoundError: 
 org/apache/xalan/xslt/XSLTProcessorFactory
 [style] at 
 org.apache.tools.ant.taskdefs.optional.XalanLiaison.init(XalanLiaison.java:84) 
 
 [style] at java.lang.Class.newInstance0(Native Method)
 [style] at java.lang.Class.newInstance(Class.java:232)
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:379) 
 
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.getLiaison(XSLTProcess.java:554)
 [style] at 
 org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:195)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:371)
 [style] at org.apache.tools.ant.Task.perform(Task.java:319)
 [style] at org.apache.tools.ant.Target.execute(Target.java:309)
 [style] at 
 org.apache.tools.ant.Target.performTasks(Target.java:336)
 [style] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 [style] at 

Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-10-04 Thread Henri Gomez

 Ooops that has nothing to do with xerces but the ant installation: xalan 
 was missing in my installation...

That's what I thinked (cf my prev message) ;-)


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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-09-04 Thread remm

remm2002/09/04 06:38:50

  Modified:.build.properties.sample
  Log:
  - Update to Xerces 2.1.0.
  
  Revision  ChangesPath
  1.50  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- build.properties.sample   28 Aug 2002 11:03:45 -  1.49
  +++ build.properties.sample   4 Sep 2002 13:38:50 -   1.50
  @@ -117,9 +117,9 @@
   
   # - 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.home=${base.path}/xerces-2_1_0
   xerces.lib=${xerces.home}
  -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.1.0.tar.gz
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-08-28 Thread remm

remm2002/08/28 04:03:45

  Modified:.build.properties.sample
  Log:
  - Update revision numbers.
  
  Revision  ChangesPath
  1.49  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.properties.sample   13 Aug 2002 12:28:42 -  1.48
  +++ build.properties.sample   28 Aug 2002 11:03:45 -  1.49
  @@ -57,10 +57,10 @@
   
   
   # - Commons Beanutils, version 1.1 or later -
  -commons-beanutils.home=${base.path}/commons-beanutils-1.4
  +commons-beanutils.home=${base.path}/commons-beanutils-1.4.1
   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.4/commons-beanutils-1.4.tar.gz
  
+commons-beanutils.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.4.1/commons-beanutils-1.4.1.tar.gz
   
   
   # - Commons Collections, version 1.0 or later -
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample gump.xml

2002-08-13 Thread remm

remm2002/08/13 05:28:42

  Modified:.build.properties.sample gump.xml
  Log:
  - Remove commons-lang.
  - Update version numbers.
  
  Revision  ChangesPath
  1.48  +10 -18jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.properties.sample   10 Aug 2002 12:18:43 -  1.47
  +++ build.properties.sample   13 Aug 2002 12:28:42 -  1.48
  @@ -57,10 +57,10 @@
   
   
   # - Commons Beanutils, version 1.1 or later -
  -commons-beanutils.home=${base.path}/commons-beanutils-1.3
  +commons-beanutils.home=${base.path}/commons-beanutils-1.4
   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-beanutils.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.4/commons-beanutils-1.4.tar.gz
   
   
   # - Commons Collections, version 1.0 or later -
  @@ -82,8 +82,7 @@
   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
  
+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 -
  @@ -143,18 +142,11 @@
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  -# - Commons DBCP, version 20011030 or later -
  -commons-dbcp.home=${base.path}/commons-dbcp
  +# - Commons DBCP, version 1.0 or later -
  +commons-dbcp.home=${base.path}/commons-dbcp-1.0
   commons-dbcp.lib=${commons-dbcp.home}
   commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp.jar
  -commons-dbcp.loc=jakarta-commons/dbcp
  -
  -
  -# - Commons Lang, version 20020808 or later -
  -commons-lang.home=${base.path}/commons-lang
  -commons-lang.lib=${commons-lang.home}
  -commons-lang.jar=${commons-lang.lib}/commons-lang.jar
  -commons-lang.loc=jakarta-commons/lang
  
+commons-dbcp.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-dbcp/v1.0/commons-dbcp-1.0.zip
   
   
   # - Commons Modeler, version 1.0 or later -
  @@ -165,10 +157,10 @@
   
   
   # - Commons Pool, version 1.0 or later -
  -commons-pool.home=${base.path}/commons-pool-1.0
  +commons-pool.home=${base.path}/commons-pool-1.0.1
   commons-pool.lib=${commons-pool.home}
   commons-pool.jar=${commons-pool.lib}/commons-pool.jar
  
-commons-pool.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0/commons-pool-1.0.tar.gz
  
+commons-pool.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0.1/commons-pool-1.0.1.tar.gz
   
   
   # - JavaService, version 1.2.0 or later -
  @@ -216,7 +208,7 @@
   mail.jar=${mail.lib}/mail.jar
   
   
  -# - NSIS, version 1.90 or later -
  +# - NSIS, version 1.9x -
   nsis.home=${base.path}/nsis
   nsis.loc=http://www.nullsoft.com/free/nsis/nsis198.exe
   
  
  
  
  1.12  +0 -1  jakarta-tomcat-4.0/gump.xml
  
  Index: gump.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/gump.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- gump.xml  11 Aug 2002 10:42:17 -  1.11
  +++ gump.xml  13 Aug 2002 12:28:42 -  1.12
  @@ -77,7 +77,6 @@
   runtime=true/
 depend property=commons-modeler.jar project=commons-modeler/
 depend property=commons-dbcp.jar project=commons-dbcp/
  -  depend property=commons-lang.jar project=commons-lang/
 depend property=commons-pool.jar project=commons-pool/
 depend property=commons-logging.jar project=commons-logging
   runtime=true id=all/
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-08-10 Thread remm

remm2002/08/10 05:18:43

  Modified:.build.properties.sample
  Log:
  - Add temporary variables for commons-lang (waiting for 1.0).
  
  Revision  ChangesPath
  1.47  +8 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.properties.sample   27 Jun 2002 10:03:46 -  1.46
  +++ build.properties.sample   10 Aug 2002 12:18:43 -  1.47
  @@ -150,6 +150,13 @@
   commons-dbcp.loc=jakarta-commons/dbcp
   
   
  +# - Commons Lang, version 20020808 or later -
  +commons-lang.home=${base.path}/commons-lang
  +commons-lang.lib=${commons-lang.home}
  +commons-lang.jar=${commons-lang.lib}/commons-lang.jar
  +commons-lang.loc=jakarta-commons/lang
  +
  +
   # - Commons Modeler, version 1.0 or later -
   commons-modeler.home=${base.path}/commons-modeler-1.0
   commons-modeler.lib=${commons-modeler.home}
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-27 Thread jfclere

jfclere 2002/06/27 03:03:47

  Modified:.build.properties.sample
  Log:
  Update xerces version to 2.0.2
  
  Revision  ChangesPath
  1.46  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.properties.sample   12 Jun 2002 23:04:57 -  1.45
  +++ build.properties.sample   27 Jun 2002 10:03:46 -  1.46
  @@ -118,9 +118,9 @@
   
   # - 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_1
  +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.1.tar.gz
  +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
   
  
  
  

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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-12 Thread jean-frederic clere

[EMAIL PROTECTED] wrote:
 On Tue, 11 Jun 2002, Remy Maucherat wrote:
 
 
I'll adopt a hard line stance, since I think it is the only way to avoid 
the situation with dependencies to get out of hand (where we bundle 
custom builds of every dependent module).

We have to use only release components in a release build.
If there are too many issues, then it is our fault for relying on broken 
components, and those dependencies must be removed.
 
 
 I agree that using only stable releases is the ideal solution. 
 Except I don't think it scales. 
 
 
 
I'm not saying we should use HEAD, but the 'stable' branch of 
each component we depend on, where fixes are made.

I don't agree, I'd like to use the latest stable version.
 
 
 I'd like that too. 
 
 I just don't think it works.

At least for jakarta components we should try to make it work.

 
 
 Well, let's close this issue - the release manager should do the build 
 with whatever he likes, we vote on the end result. If you can get the 
 stars to align on the release date and use only stable versions - great.

There are 2 points:
- Making reliable releases.
- Having reproduceable build.

I am going to update the build.xml to help for the second (as commons-logging 
1.0.1 is still not released).
I am also thinking that if the problem is in commons-logging we should help to 
make the needed release hapend.

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




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




cvs commit: jakarta-tomcat-4.0 build.properties.sample build.xml

2002-06-12 Thread jfclere

jfclere 2002/06/12 09:47:05

  Modified:.build.properties.sample build.xml
  Log:
  Arrange commons-logging... We have to use cvs until it gets released.
  
  Revision  ChangesPath
  1.43  +3 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- build.properties.sample   10 Jun 2002 05:27:18 -  1.42
  +++ build.properties.sample   12 Jun 2002 16:47:05 -  1.43
  @@ -82,7 +82,8 @@
   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=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
  +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 -
  
  
  
  1.72  +17 -0 jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- build.xml 6 Jun 2002 04:23:27 -   1.71
  +++ build.xml 12 Jun 2002 16:47:05 -  1.72
  @@ -457,10 +457,27 @@
 param name=sourcefile value=${commons-digester.loc}/
 param name=destfile value=${commons-digester.jar}/
   /antcall
  +
  +!-- we need the release to happend, in the meantime use cvs...
   antcall target=downloadgz
 param name=sourcefile value=${commons-logging.loc}/
 param name=destfile value=${commons-logging.jar}/
   /antcall
  +--
  +antcall target=cvsbuild
  +  param name=location value=${commons-logging.loc}/
  +  param name=subdir value=${commons-logging.home}/
  +  param name=destfile value=${commons-logging.jar}/
  +/antcall
  +copy
  +  file=${commons-logging.home}/dist/commons-logging.jar
  +  tofile=${commons-logging.jar}
  +/
  +copy
  +  file=${commons-logging.home}/dist/commons-logging-api.jar
  +  tofile=${commons-logging-api.jar}
  +/
  +
   antcall target=downloadgz
 param name=sourcefile value=${regexp.loc}/
 param name=destfile value=${regexp.jar}/
  
  
  

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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample build.xml

2002-06-12 Thread Remy Maucherat

[EMAIL PROTECTED] wrote:
 jfclere 2002/06/12 09:47:05
 
   Modified:.build.properties.sample build.xml
   Log:
   Arrange commons-logging... We have to use cvs until it gets released.

Thanks for fixing that :)

Remy



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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-12 Thread remm

remm2002/06/12 14:29:49

  Modified:.build.properties.sample
  Log:
  - Update to MX4J 1.1.
  
  Revision  ChangesPath
  1.44  +5 -5  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.properties.sample   12 Jun 2002 16:47:05 -  1.43
  +++ build.properties.sample   12 Jun 2002 21:29:49 -  1.44
  @@ -175,11 +175,11 @@
   jdbc20ext.jar=${jdbc20ext.lib}/jdbc2_0-stdext.jar
   
   
  -# - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.0 or 
later -
  -jmx.home=${base.path}/mx4j-1.0b3
  +# - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or 
later -
  +jmx.home=${base.path}/mx4j-1.1
   jmx.lib=${jmx.home}/lib
  -jmx.jar=${jmx.lib}/mx4j.jar
  -jmx.loc=http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.0b3.tar.gz
  +jmx.jar=${jmx.lib}/mx4j-jmx.jar
  +jmx.loc=http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.tar.gz
   
   
   # - Java Secure Sockets Extension (JSSE), version 1.0.2 or later -
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-12 Thread remm

remm2002/06/12 16:04:57

  Modified:.build.properties.sample
  Log:
  - Add PureTLS.
  
  Revision  ChangesPath
  1.45  +7 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.properties.sample   12 Jun 2002 21:29:49 -  1.44
  +++ build.properties.sample   12 Jun 2002 23:04:57 -  1.45
  @@ -214,6 +214,12 @@
   nsis.loc=http://www.nullsoft.com/free/nsis/nsis198.exe
   
   
  +# - PureTLS Extension, version 0.9 or later -
  +puretls.home=${base.path}/puretls-0.9b2
  +puretls.lib=${puretls.home}/build
  +puretls.jar=${puretls.lib}/puretls.jar
  +
  +
   # - Struts, version 1.0.1 or later -
   struts.home=${base.path}/jakarta-struts-1.0.2
   struts.lib=${struts.home}/lib
  
  
  

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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-11 Thread jean-frederic clere

Remy Maucherat wrote:
 GOMEZ Henri wrote:
 
 Shoud I get the cvs version instead ?
 
 
 I don't think Costin put his packaging changes in the commons repository 
 yet. It would be a good idea if he did.

But you broke the ant download as 
http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/ 
does not exist yet.

Getting commons-logging from cvs and building it is not very dificult and is 
probably better that having a jar file in the repository.

 
 In the meantime, I'm packaging the milestones with:
 - the commons-logging JARs from j-t-c/lib
 - MX4J JARs from j-t-c/lib
 
 Remy
 
 
 -- 
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 
 




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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-11 Thread Remy Maucherat

jean-frederic clere wrote:
 Remy Maucherat wrote:
 
 GOMEZ Henri wrote:

 Shoud I get the cvs version instead ?



 I don't think Costin put his packaging changes in the commons 
 repository yet. It would be a good idea if he did.
 
 
 But you broke the ant download as 
 http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/ 
 does not exist yet.
 
 Getting commons-logging from cvs and building it is not very dificult 
 and is probably better that having a jar file in the repository.

This can be done in the meantime. Or we can also try to get 
commons-logging 1.0.1 out ASAP. Costin, what do you think ?

Remy



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




RE: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-11 Thread GOMEZ Henri

 
http://jakarta.apache.org/builds/jakarta-commons/release/common
s-logging/v1.0.1/ 
 does not exist yet.
 
 Getting commons-logging from cvs and building it is not very 
dificult 
 and is probably better that having a jar file in the repository.

This can be done in the meantime. Or we can also try to get 
commons-logging 1.0.1 out ASAP. Costin, what do you think ?

Do you speak about releasing commons-logging 1.0.1 ?

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




RE: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-11 Thread GOMEZ Henri

BTW, all required OSS rpms needed to build tc 4.1.3
are available at jpackage.org :

TC 4.1.3 rpm should be out really soon ...

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: GOMEZ Henri 
Sent: Tuesday, June 11, 2002 6:10 PM
To: Tomcat Developers List
Subject: RE: cvs commit: jakarta-tomcat-4.0 build.properties.sample


 
http://jakarta.apache.org/builds/jakarta-commons/release/common
s-logging/v1.0.1/ 
 does not exist yet.
 
 Getting commons-logging from cvs and building it is not very 
dificult 
 and is probably better that having a jar file in the repository.

This can be done in the meantime. Or we can also try to get 
commons-logging 1.0.1 out ASAP. Costin, what do you think ?

Do you speak about releasing commons-logging 1.0.1 ?

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



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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-11 Thread costinm

On Tue, 11 Jun 2002, Remy Maucherat wrote:

  But you broke the ant download as 
  http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/ 
  does not exist yet.
  
  Getting commons-logging from cvs and building it is not very dificult 
  and is probably better that having a jar file in the repository.
 
 This can be done in the meantime. Or we can also try to get 
 commons-logging 1.0.1 out ASAP. Costin, what do you think ?

The current solution of using 'released' versions will create problems,
what happens with commons-logging now is just one example. We should
be able to patch/fix the software we depend on. Assuming that the stars
will allign when we want to release and 20 or so software packages
will have a release at the same time ( or shortly before ) is 
crazy. Assuming 20 or so software packages are bug free and don't
need any fix and will work just fine is also a bit too optimistic. 

I'm not saying we should use HEAD, but the 'stable' branch of 
each component we depend on, where fixes are made.

Anyway, that's my opinion of what it 'should'. The reality is that it's 
much easier to use either .jars in CVS or download some packages.

I have updated the j-t-c/lib with builds from latest ( I suppose the 
commit message was too big so filtered out ), and I'll check in a 
file that'll build most of the stuff from source.


Costin

 

 








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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-11 Thread Remy Maucherat

[EMAIL PROTECTED] wrote:
 On Tue, 11 Jun 2002, Remy Maucherat wrote:
 
 
But you broke the ant download as 
http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/ 
does not exist yet.

Getting commons-logging from cvs and building it is not very dificult 
and is probably better that having a jar file in the repository.

This can be done in the meantime. Or we can also try to get 
commons-logging 1.0.1 out ASAP. Costin, what do you think ?
 
 
 The current solution of using 'released' versions will create problems,
 what happens with commons-logging now is just one example. We should
 be able to patch/fix the software we depend on. Assuming that the stars
 will allign when we want to release and 20 or so software packages
 will have a release at the same time ( or shortly before ) is 
 crazy. Assuming 20 or so software packages are bug free and don't
 need any fix and will work just fine is also a bit too optimistic. 

I'll adopt a hard line stance, since I think it is the only way to avoid 
the situation with dependencies to get out of hand (where we bundle 
custom builds of every dependent module).

We have to use only release components in a release build.
If there are too many issues, then it is our fault for relying on broken 
components, and those dependencies must be removed.

 I'm not saying we should use HEAD, but the 'stable' branch of 
 each component we depend on, where fixes are made.

I don't agree, I'd like to use the latest stable version.

 Anyway, that's my opinion of what it 'should'. The reality is that it's 
 much easier to use either .jars in CVS or download some packages.
 
 I have updated the j-t-c/lib with builds from latest ( I suppose the 
 commit message was too big so filtered out ), and I'll check in a 
 file that'll build most of the stuff from source.

That's not a good practice, and I hope this is the exception rather than 
the rule.

Remy


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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-11 Thread costinm

On Tue, 11 Jun 2002, Remy Maucherat wrote:

 I'll adopt a hard line stance, since I think it is the only way to avoid 
 the situation with dependencies to get out of hand (where we bundle 
 custom builds of every dependent module).
 
 We have to use only release components in a release build.
 If there are too many issues, then it is our fault for relying on broken 
 components, and those dependencies must be removed.

I agree that using only stable releases is the ideal solution. 
Except I don't think it scales. 


  I'm not saying we should use HEAD, but the 'stable' branch of 
  each component we depend on, where fixes are made.
 
 I don't agree, I'd like to use the latest stable version.

I'd like that too. 

I just don't think it works.


Well, let's close this issue - the release manager should do the build 
with whatever he likes, we vote on the end result. If you can get the 
stars to align on the release date and use only stable versions - great.


Costin


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




RE: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-10 Thread GOMEZ Henri

Hum, can't access :

http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/


-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 7:27 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-4.0 build.properties.sample


remm2002/06/09 22:27:18

  Modified:.build.properties.sample
  Log:
  - Bundle some hypothetical 1.0.1 release of commons-logging,
with a separate API JAR.
  
  Revision  ChangesPath
  1.42  +5 -4  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.properties.sample  29 May 2002 10:44:02 -  1.41
  +++ build.properties.sample  10 Jun 2002 05:27:18 -  1.42
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to 
build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.41 2002/05/29 10:44:02 
jfclere Exp $
  +# $Id: build.properties.sample,v 1.42 2002/06/10 05:27:18 remm Exp $
   # 
---
--
   
   
  @@ -77,11 +77,12 @@
   
commons-digester.loc=http://jakarta.apache.org/builds/jakarta-c
ommons/release/commons-digester/v1.2/commons-digester-1.2.tar.gz
   
   
  -# - Commons Logging, version 0.1 or later -
  -commons-logging.home=${base.path}/commons-logging-1.0
  +# - Commons Logging, version 1.0.1 or later -
  +commons-logging.home=${base.path}/commons-logging-1.0.1
   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=http://jakarta.apache.org/builds/jakarta-c
ommons/release/commons-logging/v1.0/commons-logging-1.0.tar.gz
  
+commons-logging.loc=http://jakarta.apache.org/builds/jakarta-c
ommons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
   
   
   # - Java Naming and Directory Interface (JNDI), version 
1.2 or later -
  
  
  

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


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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-10 Thread Remy Maucherat

GOMEZ Henri wrote:
 Hum, can't access :
 
 http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/

Yes. You have to use the two jars in j-t-c/lib while waiting for the dot 
release to happen.

Remy


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




RE: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-10 Thread GOMEZ Henri

Shoud I get the cvs version instead ?

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .) 
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 10, 2002 6:39 PM
To: Tomcat Developers List
Subject: Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample


GOMEZ Henri wrote:
 Hum, can't access :
 
 
http://jakarta.apache.org/builds/jakarta-commons/release/common
s-logging/v1.0.1/

Yes. You have to use the two jars in j-t-c/lib while waiting 
for the dot 
release to happen.

Remy


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



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




Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-10 Thread Remy Maucherat

GOMEZ Henri wrote:
 Shoud I get the cvs version instead ?

I don't think Costin put his packaging changes in the commons repository 
yet. It would be a good idea if he did.

In the meantime, I'm packaging the milestones with:
- the commons-logging JARs from j-t-c/lib
- MX4J JARs from j-t-c/lib

Remy


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




RE: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-10 Thread GOMEZ Henri

In the meantime, I'm packaging the milestones with:
- the commons-logging JARs from j-t-c/lib
- MX4J JARs from j-t-c/lib

and mx4j 1.1 ?

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-06-09 Thread remm

remm2002/06/09 22:27:18

  Modified:.build.properties.sample
  Log:
  - Bundle some hypothetical 1.0.1 release of commons-logging,
with a separate API JAR.
  
  Revision  ChangesPath
  1.42  +5 -4  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.properties.sample   29 May 2002 10:44:02 -  1.41
  +++ build.properties.sample   10 Jun 2002 05:27:18 -  1.42
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.41 2002/05/29 10:44:02 jfclere Exp $
  +# $Id: build.properties.sample,v 1.42 2002/06/10 05:27:18 remm Exp $
   # -
   
   
  @@ -77,11 +77,12 @@
   
commons-digester.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/commons-digester-1.2.tar.gz
   
   
  -# - Commons Logging, version 0.1 or later -
  -commons-logging.home=${base.path}/commons-logging-1.0
  +# - Commons Logging, version 1.0.1 or later -
  +commons-logging.home=${base.path}/commons-logging-1.0.1
   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=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0/commons-logging-1.0.tar.gz
  
+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 -
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-04-16 Thread remm

remm02/04/16 13:16:45

  Modified:.build.properties.sample
  Log:
  - Update to Xerces 2.0.1.
  
  Revision  ChangesPath
  1.34  +9 -9  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.properties.sample   15 Apr 2002 22:54:34 -  1.33
  +++ build.properties.sample   16 Apr 2002 20:16:45 -  1.34
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.33 2002/04/15 22:54:34 remm Exp $
  +# $Id: build.properties.sample,v 1.34 2002/04/16 20:16:45 remm Exp $
   # -
   
   
  @@ -92,17 +92,17 @@
   
   # - Xerces XML Parser, version 1.4.4 to 2.0.0 Beta 4 -
   # 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.home=${base.path}/xerces-1_4_4
  +#xerces.lib=${xerces.home}
  +#xerces.jar=${xerces.lib}/xerces.jar
   
   
  -# - Xerces XML Parser, version 2.0.0 Beta 4 or later -
  +# - 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_0
  -#xerces.lib=${xerces.home}
  -#xercesImpl.jar=${xerces.lib}/xercesImpl.jar
  -#xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  +xerces.home=${base.path}/xerces-2_0_1
  +xerces.lib=${xerces.home}
  +xercesImpl.jar=${xerces.lib}/xercesImpl.jar
  +xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   
   
   # --
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-04-15 Thread remm

remm02/04/15 15:54:34

  Modified:.build.properties.sample
  Log:
  - Add property sample for jasper.home.
  
  Revision  ChangesPath
  1.33  +5 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.properties.sample   1 Mar 2002 01:48:14 -   1.32
  +++ build.properties.sample   15 Apr 2002 22:54:34 -  1.33
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.32 2002/03/01 01:48:14 remm Exp $
  +# $Id: build.properties.sample,v 1.33 2002/04/15 22:54:34 remm Exp $
   # -
   
   
  @@ -34,6 +34,10 @@
   
   # - Jakarta Tomcat Connectors source path -
   #jtc.home=../../jakarta-tomcat-connectors
  +
  +
  +# - Jakarta Tomcat Jasper source path -
  +#jasper.home=../jakarta-tomcat-jasper/jasper2
   
   
   # --
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample BUILDING.txt

2002-02-28 Thread remm

remm02/02/28 17:48:14

  Modified:.build.properties.sample BUILDING.txt
  Log:
  - Various changes to the buld  instructions.
  - Submitted in part by Luc Vanlerberghe lvl at bvdep.com
  
  Revision  ChangesPath
  1.32  +7 -5  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.properties.sample   23 Feb 2002 02:06:21 -  1.31
  +++ build.properties.sample   1 Mar 2002 01:48:14 -   1.32
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.31 2002/02/23 02:06:21 remm Exp $
  +# $Id: build.properties.sample,v 1.32 2002/03/01 01:48:14 remm Exp $
   # -
   
   
  @@ -146,10 +146,10 @@
   jdbc20ext.jar=${jdbc20ext.lib}/jdbc2_0-stdext.jar
   
   
  -# - Java Management Extensions (JMX), JMX RI 1.0.1 or later or OpenJMX 1.0b2 or 
later -
  -jmx.home=${base.path}/openjmx-1.0
  +# - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.0 or 
later -
  +jmx.home=${base.path}/mx4j-1.0
   jmx.lib=${jmx.home}/lib
  -jmx.jar=${jmx.lib}/openjmx.jar
  +jmx.jar=${jmx.lib}/mx4j.jar
   
   
   # - Java Secure Sockets Extension (JSSE), version 1.0.2 or later -
  @@ -183,12 +183,14 @@
   
   
   # - Struts, version 1.0.1 or later -
  -struts.home=${base.path}/jakarta-struts-1.0.1
  +struts.home=${base.path}/jakarta-struts-1.0.2
   struts.lib=${struts.home}/lib
   struts.jar=${struts.lib}/struts.jar
   
  +
   # - Tyrex Data Source, version 0.9.7 -
   tyrex.home=${base.path}/tyrex-0.9.7.0
   tyrex.lib=${tyrex.home}
   tyrex.jar=${tyrex.lib}/tyrex-0.9.7.0.jar
  +
   
  
  
  
  1.28  +62 -40jakarta-tomcat-4.0/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- BUILDING.txt  20 Feb 2002 01:07:34 -  1.27
  +++ BUILDING.txt  1 Mar 2002 01:48:14 -   1.28
  @@ -1,4 +1,4 @@
  -$Id: BUILDING.txt,v 1.27 2002/02/20 01:07:34 remm Exp $
  +$Id: BUILDING.txt,v 1.28 2002/03/01 01:48:14 remm Exp $
   
   
  Building The Tomcat 4.0 Servlet/JSP Container
  @@ -73,8 +73,28 @@
   * Make the xalan.jar file of this distribution available to Ant (so that
 it can be used with the style tag) by copying it to ${ant.home}/lib.
   
  +* This is optional with JDK 1.4 or later.
   
  -(3) Download and Install the Xerces 1 or 2 Distribution
  +
  +(3) Download and Install the JNDI 1.2.1 Reference Implementation
  +
  +* Download the Java Naming and Directory Interface (JNDI) package,
  +  (version 1.2.1 or later) from
  +
  +http://java.sun.com/products/jndi/
  +
  +* Unpack the reference implementation into a convenient location so that
  +  it resides in its own subdirectory.
  +
  +* You will also need the LDAP Service Provider Maintenance package,
  +  (version 1.2.3 or later) available on the same download page. Be sure
  +  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.
  +
  +
  +(4) Download and Install the Xerces 1 or 2 Distribution
   
   * Download a binary distribution from:
   
  @@ -97,8 +117,10 @@
 - 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.
  +
   
  -(4) Download and Install Subproject Source Code
  +(5) Download and Install Subproject Source Code
   
   * Use Anonymous CVS (as described on the Jakarta web site at
 http://jakarta.apache.org/site/cvsindex.html, or
  @@ -133,7 +155,7 @@
 described below (see 24) if it resides in a different directory.
   
   
  -(5) Download and Install the Servlet API Binary Distribution
  +(6) Download and Install the Servlet API Binary Distribution
   
   NOTE:  Alternatively, you can download the sources of the
   jakarta-servletapi-4 subproject, and build a binary distribution yourself,
  @@ -154,7 +176,7 @@
 distribution resides in its own directory.
   
   
  -(6) Download and Install the Commons Beanutils Binary Distribution
  +(7) Download and Install the Commons Beanutils Binary Distribution
   
   * Download a binary distribution of Version 1.1 or later from:
   
  @@ -170,7 +192,7 @@
 distribution resides in its own directory.
   
   
  -(7) Download and Install the Commons Collections Binary Distribution
  +(8) 

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-02-22 Thread remm

remm02/02/22 18:06:21

  Modified:.build.properties.sample
  Log:
  - Cleanup sample properties (and update with most current revision numbers).
  
  Revision  ChangesPath
  1.31  +78 -66jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.properties.sample   20 Feb 2002 00:56:58 -  1.30
  +++ build.properties.sample   23 Feb 2002 02:06:21 -  1.31
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.30 2002/02/20 00:56:58 remm Exp $
  +# $Id: build.properties.sample,v 1.31 2002/02/23 02:06:21 remm Exp $
   # -
   
   
  @@ -17,9 +17,14 @@
   
   
   # - Build Control Flags
  +
  +#Build all components
   #full.dist=on
  +
  +#Build lightweight JDK 1.4 distribution
   #light.dist=on
  -#build.sysclasspath=ignore
  +
  +#Hide configuration flags display
   #flags.hide=on
   
   
  @@ -31,16 +36,13 @@
   #jtc.home=../../jakarta-tomcat-connectors
   
   
  -# - JavaService, version 1.2.0 or later -
  -javaservice.home=${base.path}/javaservice
  -
  -
  -# - NSIS, version 1.90 or later -
  -nsis.home=${base.path}/nsis
  +# --
  +#REQUIRED LIBRARIES
  +# --
   
   
   # - Commons Beanutils, version 1.1 or later -
  -commons-beanutils.home=${base.path}/commons-beanutils-1.1
  +commons-beanutils.home=${base.path}/commons-beanutils-1.2
   commons-beanutils.lib=${commons-beanutils.home}
   commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar
   
  @@ -51,12 +53,6 @@
   commons-collections.jar=${commons-collections.lib}/commons-collections.jar
   
   
  -# - Commons Daemon, version 20020219 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 Digester, version 1.1.1 or later -
   commons-digester.home=${base.path}/commons-digester-1.1.1
   commons-digester.lib=${commons-digester.home}
  @@ -64,19 +60,24 @@
   
   
   # - Commons Logging, version 0.1 or later -
  -commons-logging.home=${base.path}/commons-logging-1.1.1
  +commons-logging.home=${base.path}/commons-logging-1.0
   commons-logging.lib=${commons-logging.home}
   commons-logging.jar=${commons-logging.lib}/commons-logging.jar
   
   
  -# - Commons Modeler, version 20020117 or later -
  -commons-modeler.home=${base.path}/commons-modeler
  -commons-modeler.lib=${commons-modeler.home}
  -commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
  +# - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  +# Note: Optional with JDK 1.3+
  +jndi.home=${base.path}/jndi-1.2.1
  +jndi.lib=${jndi.home}/lib
  +jndi.jar=${jndi.lib}/jndi.jar
  +ldap.jar=${jndi.lib}/ldap.jar
  +jaas.jar=${jndi.lib}/jaas.jar
   
   
   # - Jakarta Regular Expressions Library, version 1.2 -
  -regexp.jar=../lib/jakarta-regexp-1.2.jar
  +regexp.home=${base.path}/jakarta-regexp-1.2
  +regexp.lib=${regexp.home}
  +regexp.jar=${regexp.lib}/jakarta-regexp-1.2.jar
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  @@ -85,18 +86,58 @@
   servlet.jar=${servlet.lib}/servlet.jar
   
   
  +# - Xerces XML Parser, version 1.4.4 to 2.0.0 Beta 4 -
  +# 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 Beta 4 or later -
  +# Note: Optional with JDK 1.4+, or if Xerces 1.x is present
  +#xerces.home=${base.path}/xerces-2_0_0
  +#xerces.lib=${xerces.home}
  +#xercesImpl.jar=${xerces.lib}/xercesImpl.jar
  +#xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  +
  +
  +# --
  +#OPTIONAL LIBRARIES
  +# --
  +
  +
   # - Java Activation Framework (JAF), version 1.0.1 or later -
   activation.home=${base.path}/jaf-1.0.1
   activation.lib=${activation.home}
   activation.jar=${activation.lib}/activation.jar
   
   
  -# - Java API for XML Processing (JAXP), version 1.1 or later -
  -jaxp.home=${base.path}/jaxp-1.1
  -jaxp.lib=${jaxp.home}
  -crimson.jar=${jaxp.lib}/crimson.jar
  -jaxp.jar=${jaxp.lib}/jaxp.jar
  -xalan.jar=${jaxp.lib}/xalan.jar
  +# - Commons Daemon, version 20020219 or later -
  

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-02-19 Thread remm

remm02/02/19 16:56:58

  Modified:.build.properties.sample
  Log:
  - Add an optional dependency on commons-daemon.
  - BootstrapService (which I don't plan to rename because of script compatibility 
concerns)
will not be compiled if commons-daemon is not present.
  - BootstrapService now implements the new Daemon interface (which is
very similar to the Service interface used before).
  - Note: I didn't test the service intalled by the installer, so it may fail.
  - Remove older service code.
  
  Revision  ChangesPath
  1.30  +7 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.properties.sample   8 Feb 2002 07:19:03 -   1.29
  +++ build.properties.sample   20 Feb 2002 00:56:58 -  1.30
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.29 2002/02/08 07:19:03 remm Exp $
  +# $Id: build.properties.sample,v 1.30 2002/02/20 00:56:58 remm Exp $
   # -
   
   
  @@ -49,6 +49,12 @@
   commons-collections.home=${base.path}/commons-collections-1.0
   commons-collections.lib=${commons-collections.home}
   commons-collections.jar=${commons-collections.lib}/commons-collections.jar
  +
  +
  +# - Commons Daemon, version 20020219 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 Digester, version 1.1.1 or later -
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-02-07 Thread remm

remm02/02/07 23:19:03

  Modified:.build.properties.sample
  Log:
  - Add the possibility to build a minimal JDK 1.4 optimized distribution.
  
  Revision  ChangesPath
  1.29  +3 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.properties.sample   29 Jan 2002 02:42:25 -  1.28
  +++ build.properties.sample   8 Feb 2002 07:19:03 -   1.29
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.28 2002/01/29 02:42:25 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.29 2002/02/08 07:19:03 remm Exp $
   # -
   
   
  @@ -18,6 +18,7 @@
   
   # - Build Control Flags
   #full.dist=on
  +#light.dist=on
   #build.sysclasspath=ignore
   #flags.hide=on
   
  @@ -105,7 +106,7 @@
   
   
   # - Java Management Extensions (JMX), JMX RI 1.0.1 or later or OpenJMX 1.0b2 or 
later -
  -jmx.home=${base.path}/openjmx
  +jmx.home=${base.path}/openjmx-1.0
   jmx.lib=${jmx.home}/lib
   jmx.jar=${jmx.lib}/openjmx.jar
   
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-02-07 Thread remm

remm02/02/07 23:19:43

  Modified:.Tag: tomcat_40_branch build.properties.sample
  Log:
  - Add the possibility to build a minimal JDK 1.4 optimized distribution.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.7.2.9   +2 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.7.2.8
  retrieving revision 1.7.2.9
  diff -u -r1.7.2.8 -r1.7.2.9
  --- build.properties.sample   4 Oct 2001 19:24:45 -   1.7.2.8
  +++ build.properties.sample   8 Feb 2002 07:19:43 -   1.7.2.9
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.7.2.8 2001/10/04 19:24:45 remm Exp $
  +# $Id: build.properties.sample,v 1.7.2.9 2002/02/08 07:19:43 remm Exp $
   # -
   
   
  @@ -18,6 +18,7 @@
   
   # - Build Control Flags
   #full.dist=on
  +#light.dist=on
   #build.sysclasspath=ignore
   #flags.hide=on
   
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-01-17 Thread remm

remm02/01/17 11:59:26

  Modified:.build.properties.sample
  Log:
  - The JMX support can now be built and distributed with an alternate JMX
implmentation: OpenJMX. OpenJMX is a Sourceforge project which uses
the Apache license, so this should remove the redistribution problems
with the JMX RI. Overall, I think OpenJMX is an ideal candidate for distribution
with upcoming Tomcat releases.
  - The build.properties mentions OpenJMX 1.0 b2, which is not released yet.
1.0 b1 will not work, as a few fixes were needed to work with Tomcat.
  - I don't see any reason why not to enable the JMX support by default once
OpenJMX reaches 1.0 status.
  - Removes use of proprietary APIs from the JMX RI.
  - Rename the main JMX variable: jmxri.jar - jmx.jar (the first one implied that the
JMX RI is required).
  
  Revision  ChangesPath
  1.25  +4 -5  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.properties.sample   15 Jan 2002 18:52:14 -  1.24
  +++ build.properties.sample   17 Jan 2002 19:59:26 -  1.25
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.24 2002/01/15 18:52:14 patrickl Exp $
  +# $Id: build.properties.sample,v 1.25 2002/01/17 19:59:26 remm Exp $
   # -
   
   
  @@ -104,11 +104,10 @@
   mail.jar=${mail.lib}/mail.jar
   
   
  -# - Java Management Extensions (JMX) RI, version 1.0.1 or later -
  -jmx.home=${base.path}/jmx-ri_1.0.1/jmx
  +# - Java Management Extensions (JMX), JMX RI 1.0.1 or later or OpenJMX 1.0b2 or 
later -
  +jmx.home=${base.path}/openjmx
   jmx.lib=${jmx.home}/lib
  -jmxri.jar=${jmx.lib}/jmxri.jar
  -jmxtools.jar=${jmx.lib}/jmxtools.jar
  +jmx.jar=${jmx.lib}/openjmx.jar
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  
  
  

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




cvs commit: jakarta-tomcat-4.0 build.properties.sample build.xml tomcat.nsi

2001-10-04 Thread remm

remm01/10/04 12:24:46

  Modified:.Tag: tomcat_40_branch build.properties.sample
build.xml tomcat.nsi
  Log:
  - Merge a variety of fixes and small feature additions which have been made
and debugged in the HEAD branch, including:
- Removal of Jasper loader (merged with the shared loader).
- Fixes a lot of spec complaince issue regarding the commit state of the
  response when using forwards, sendError or sendRedirect.
- Fixes cache consistency issues for static resource serving.
- Adds content caching for static resources (that's linked to the bugfix
  mentioned just above).
- Merge enhanced error reporting and error page dispatching (which will be
  able to display error pages for most errors returned from the pipeline -
  like the 401 and 403 returned by the authenticator).
- Merge the fixes for all the other more recent bugfixes that have been
  fixed in the HEAD branch.
- Passes all tester and Watchdog tests.
- Merge a variety of small enhancements to the build scripts which have been
  made in the HEAD branch.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.7.2.8   +9 -8  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.7.2.7
  retrieving revision 1.7.2.8
  diff -u -r1.7.2.7 -r1.7.2.8
  --- build.properties.sample   2001/09/28 16:28:13 1.7.2.7
  +++ build.properties.sample   2001/10/04 19:24:45 1.7.2.8
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.7.2.7 2001/09/28 16:28:13 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.7.2.8 2001/10/04 19:24:45 remm Exp $
   # -
   
   
  @@ -26,18 +26,20 @@
   base.path=/usr/local
   
   
  -# - Tomcat Util -
  -tomcat-util.jar=../../jakarta-tomcat-connectors/util/build/lib/tomcat-util.jar
  +# - Jakarta Tomcat Connectors path -
  +jakarta-tomcat-connector.home=../../jakarta-tomcat-connectors
   
   
  +# - Tomcat utils -
  +tomcat-util.jar=../lib/tomcat-util.jar
  +
  +
   # - JK 1.3 connector for Tomcat 4.0 -
  -ajp.jar=../../jakarta-tomcat-connectors/jk/build/lib/ajp.jar
  +tomcat-ajp.jar=../lib/tomcat-ajp.jar
   
   
   # - Jakarta Regular Expressions Library, version 1.2 -
  -regexp.home=${base.path}/jakarta-regexp-1.2
  -regexp.lib=${regexp.home}
  -regexp.jar=${regexp.home}/jakarta-regexp-1.2.jar
  +regexp.jar=../lib/jakarta-regexp-1.2.jar
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  @@ -115,5 +117,4 @@
   xerces.home=${base.path}/xerces-1_4_3
   xerces.lib=${xerces.home}
   xerces.jar=${xerces.lib}/xerces.jar
  -
   
  
  
  
  1.38.2.3  +26 -14jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.38.2.2
  retrieving revision 1.38.2.3
  diff -u -r1.38.2.2 -r1.38.2.3
  --- build.xml 2001/09/26 18:49:08 1.38.2.2
  +++ build.xml 2001/10/04 19:24:45 1.38.2.3
  @@ -18,6 +18,9 @@
 property name=webapps.buildvalue=${basedir}/webapps/build/
 property name=webapps.dist value=${basedir}/webapps/dist/
   
  +  !-- Default AJP and UTIL components for the usual case --
  +  property name=tomcat-ajp.jar   value=${basedir}/lib/tomcat-ajp.jar/
  +  property name=tomcat-util.jar  value=${basedir}/lib/tomcat-util.jar/
   
   
 !-- === DETECT: Display configuration == --
  @@ -91,17 +94,16 @@
 target name=dist-prepare
   mkdir dir=${tomcat.dist}/
   mkdir dir=${tomcat.dist}/bin/
  -mkdir dir=${tomcat.dist}/classes/
   mkdir dir=${tomcat.dist}/common/
   mkdir dir=${tomcat.dist}/common/classes/
   mkdir dir=${tomcat.dist}/common/lib/
   mkdir dir=${tomcat.dist}/conf/
  -mkdir dir=${tomcat.dist}/jasper/
  -mkdir dir=${tomcat.dist}/lib/
   mkdir dir=${tomcat.dist}/logs/
   mkdir dir=${tomcat.dist}/server/
   mkdir dir=${tomcat.dist}/server/classes/
   mkdir dir=${tomcat.dist}/server/lib/
  +mkdir dir=${tomcat.dist}/classes/
  +mkdir dir=${tomcat.dist}/lib/
   mkdir dir=${tomcat.dist}/webapps/
   mkdir dir=${tomcat.dist}/work/
 /target
  @@ -110,6 +112,7 @@
 !-- == DIST: Copy Static Files = --
 target name=dist-static depends=dist-prepare
   
  +!-- Copy the top-level documentation files --
   copy todir=${tomcat.dist}
 fileset dir=.
   include name=LICENSE/
  

cvs commit: jakarta-tomcat-4.0 build.properties.sample BUILDING.txt

2001-10-02 Thread remm

remm01/10/02 11:26:30

  Modified:.build.properties.sample BUILDING.txt
  Log:
  - Update properties values.
  - Update build instructions.
  
  Revision  ChangesPath
  1.17  +10 -7 jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.properties.sample   2001/09/28 14:17:52 1.16
  +++ build.properties.sample   2001/10/02 18:26:30 1.17
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.16 2001/09/28 14:17:52 rubys Exp $
  +# $Id: build.properties.sample,v 1.17 2001/10/02 18:26:30 remm Exp $
   # -
   
   
  @@ -26,18 +26,20 @@
   base.path=/usr/local
   
   
  -# - Tomcat Util -
  -tomcat-util.jar=../../jakarta-tomcat-connectors/util/build/lib/tomcat-util.jar
  +# - Jakarta Tomcat Connectors path -
  +jakarta-tomcat-connector.home=../../jakarta-tomcat-connectors
   
   
  +# - Tomcat utils -
  +tomcat-util.jar=../lib/tomcat-util.jar
  +
  +
   # - JK 1.3 connector for Tomcat 4.0 -
  -ajp.jar=../../jakarta-tomcat-connectors/jk/build/lib/ajp.jar
  +tomcat-ajp.jar=../lib/tomcat-ajp.jar
   
   
   # - Jakarta Regular Expressions Library, version 1.2 -
  -regexp.home=${base.path}/jakarta-regexp-1.2
  -regexp.lib=${regexp.home}
  -regexp.jar=${regexp.home}/jakarta-regexp-1.2.jar
  +regexp.jar=../lib/jakarta-regexp-1.2.jar
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  @@ -109,6 +111,7 @@
   tyrex.home=${base.path}/tyrex-0.9.7.0
   tyrex.lib=${tyrex.home}
   tyrex.jar=${tyrex.lib}/tyrex-0.9.7.0.jar
  +
   
   # - Xerces XML Parser, version 1.4.3 or later -
   xerces.home=${base.path}/xerces-1_4_3
  
  
  
  1.9   +15 -42jakarta-tomcat-4.0/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BUILDING.txt  2001/09/28 05:41:29 1.8
  +++ BUILDING.txt  2001/10/02 18:26:30 1.9
  @@ -1,4 +1,4 @@
  -$Id: BUILDING.txt,v 1.8 2001/09/28 05:41:29 craigmcc Exp $
  +$Id: BUILDING.txt,v 1.9 2001/10/02 18:26:30 remm Exp $
   
   
  Building The Tomcat 4.0 Servlet/JSP Container
  @@ -110,29 +110,9 @@
 pathname of the release directory.
   
   
  -(5) Download and Install the Regular Expressions Binary Distribution
  +(5) Download and Install the Servlet API Binary Distribution
   
   NOTE:  Alternatively, you can download the sources of the
  -jakarta-regexp subproject, and build a binary distribution yourself.
  -
  -* Download a binary distribution from:
  -
  -http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/
  -
  -  On a Windows platform, you will need:
  -jakarta-regexp-1.2.zip
  -
  -  On a Unix platform, you will need:
  -jakarta-regexp-1.2.tar.gz
  -
  -* Unpack the binary distribution into a convenient location so that the
  -  distribution resides in its own directory (conventionally named
  -  jakarta-regexp-x.y).
  -
  -
  -(6) Download and Install the Servlet API Binary Distribution
  -
  -NOTE:  Alternatively, you can download the sources of the
   jakarta-servletapi-4 subproject, and build a binary distribution yourself,
   or use the binary distribution that is available with binary distributions
   of Tomcat 4.0.
  @@ -151,14 +131,14 @@
 distribution resides in its own directory.
   
   
  -(7) Steps (8) - (18) are optional, but are necessary to build a complete binary
  +(6) Steps (7) - (17) are optional, but are necessary to build a complete binary
   distribution of Tomcat 4.0. Set the full.dist property to on in the
  -build.properties file (see step (18)) to build a complete distribution.
  +build.properties file (see step (17)) to build a complete distribution.
   Regular contributors to Tomcat are encouraged to use the complete build 
   option.
   
   
  -(8) Download and Install JDBC Optional Package API Binary Distribution
  +(7) Download and Install JDBC Optional Package API Binary Distribution
   
   * Download the JDBC Optional Pacakge API package (version 2.0) from:
   
  @@ -167,7 +147,7 @@
   * Place the jar in a convenient location.
   
   
  -(9) Download and Install the JMX 1.0 Reference Implementation
  +(8) Download and Install the JMX 1.0 Reference Implementation
   
   * Download the JMX Instrumentation and Agent Reference Implementation
 (version 1.0 or later) from
  @@ -178,7 +158,7 @@
 it resides in its own 

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-09-19 Thread remm

remm01/09/19 13:49:23

  Modified:.build.properties.sample
  Log:
  - Add the new full.dist property in the sample.
  
  Revision  ChangesPath
  1.12  +6 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.properties.sample   2001/09/18 04:56:53 1.11
  +++ build.properties.sample   2001/09/19 20:49:23 1.12
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.11 2001/09/18 04:56:53 jon Exp $
  +# $Id: build.properties.sample,v 1.12 2001/09/19 20:49:23 remm Exp $
   # -
   
   
  @@ -14,6 +14,11 @@
   compile.debug=on
   compile.deprecation=off
   compile.optimize=on
  +
  +
  +# - Build Control Flags
  +#full.dist=on
  +#build.sysclasspath=ignore
   
   
   # - Default Base Path for Dependent Packages -
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-09-17 Thread jon

jon 01/09/17 20:49:42

  Modified:.build.properties.sample
  Log:
  use the name the same way that the directory unpacks.
  
  Revision  ChangesPath
  1.8   +2 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample   2001/09/16 04:58:28 1.7
  +++ build.properties.sample   2001/09/18 03:49:42 1.8
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.7 2001/09/16 04:58:28 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.8 2001/09/18 03:49:42 jon Exp $
   # -
   
   
  @@ -65,7 +65,7 @@
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  -jndi.home=${base.path}/jndi_1.2.1
  +jndi.home=${base.path}/jndi-1.2.1
   jndi.lib=${jndi.home}/lib
   jndi.jar=${jndi.lib}/jndi.jar
   ldap.jar=${jndi.lib}/ldap.jar
  
  
  



Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-09-17 Thread Jon Stevens

on 9/17/01 8:55 PM, Craig R. McClanahan [EMAIL PROTECTED] wrote:

 Jon,
 
 I agree with the general principle of using the same name as it unpacks
 with, but the jndi1_2_1.zip download doesn't even have an internal
 directory -- so the name people use is arbitrary.
 
 Craig

Hmmm...Stuffit created a directory for me. Ok, well, I like this arbitrary
name better because it matches up more closely with the rest of the names.
:-)

-jon




cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-09-17 Thread jon

jon 01/09/17 21:24:24

  Modified:.Tag: tomcat_40_branch build.properties.sample
  Log:
  another dash
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.7.2.2   +2 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -r1.7.2.1 -r1.7.2.2
  --- build.properties.sample   2001/09/18 04:02:08 1.7.2.1
  +++ build.properties.sample   2001/09/18 04:24:24 1.7.2.2
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.7.2.1 2001/09/18 04:02:08 jon Exp $
  +# $Id: build.properties.sample,v 1.7.2.2 2001/09/18 04:24:24 jon Exp $
   # -
   
   
  @@ -72,7 +72,7 @@
   
   
   # - Java Secure Sockets Extension (JSSE), version 1.0.2 or later -
  -jsse.home=${base.path}/jsse1.0.2
  +jsse.home=${base.path}/jsse-1.0.2
   jsse.lib=${jsse.home}/lib
   jcert.jar=${jsse.lib}/jcert.jar
   jnet.jar=${jsse.lib}/jnet.jar
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-09-17 Thread jon

jon 01/09/17 21:53:42

  Modified:.Tag: tomcat_40_branch build.properties.sample
  Log:
  in build.xml, there is:
  
property name=servlet.home value=../jakarta-servletapi-4/dist/
  
  make it match up with build.properties
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.7.2.3   +2 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.7.2.2
  retrieving revision 1.7.2.3
  diff -u -r1.7.2.2 -r1.7.2.3
  --- build.properties.sample   2001/09/18 04:24:24 1.7.2.2
  +++ build.properties.sample   2001/09/18 04:53:42 1.7.2.3
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.7.2.2 2001/09/18 04:24:24 jon Exp $
  +# $Id: build.properties.sample,v 1.7.2.3 2001/09/18 04:53:42 jon Exp $
   # -
   
   
  @@ -27,7 +27,7 @@
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  -servlet.home=${base.path}/jakarta-servletapi-4/
  +servlet.home=${base.path}/jakarta-servletapi-4/dist
   servlet.lib=${servlet.home}/lib
   servlet.jar=${servlet.lib}/servlet.jar
   
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-09-17 Thread jon

jon 01/09/17 21:54:14

  Modified:.build.properties.sample
  Log:
  in build.xml, there is:
  
property name=servlet.home value=../jakarta-servletapi-4/dist/
  
  make it match up with build.properties
  
  Revision  ChangesPath
  1.10  +2 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.properties.sample   2001/09/18 04:45:19 1.9
  +++ build.properties.sample   2001/09/18 04:54:14 1.10
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.9 2001/09/18 04:45:19 jon Exp $
  +# $Id: build.properties.sample,v 1.10 2001/09/18 04:54:14 jon Exp $
   # -
   
   
  @@ -27,7 +27,7 @@
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  -servlet.home=${base.path}/jakarta-servletapi-4/
  +servlet.home=${base.path}/jakarta-servletapi-4/dist
   servlet.lib=${servlet.home}/lib
   servlet.jar=${servlet.lib}/servlet.jar
   
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-09-17 Thread jon

jon 01/09/17 21:56:36

  Modified:.Tag: tomcat_40_branch build.properties.sample
  Log:
  revert previous patch cause BUILDING.txt says we should be using a nightly
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.7.2.4   +2 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.7.2.3
  retrieving revision 1.7.2.4
  diff -u -r1.7.2.3 -r1.7.2.4
  --- build.properties.sample   2001/09/18 04:53:42 1.7.2.3
  +++ build.properties.sample   2001/09/18 04:56:36 1.7.2.4
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.7.2.3 2001/09/18 04:53:42 jon Exp $
  +# $Id: build.properties.sample,v 1.7.2.4 2001/09/18 04:56:36 jon Exp $
   # -
   
   
  @@ -27,7 +27,7 @@
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  -servlet.home=${base.path}/jakarta-servletapi-4/dist
  +servlet.home=${base.path}/jakarta-servletapi-4
   servlet.lib=${servlet.home}/lib
   servlet.jar=${servlet.lib}/servlet.jar
   
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-09-17 Thread jon

jon 01/09/17 21:56:53

  Modified:.build.properties.sample
  Log:
  revert previous patch cause BUILDING.txt says we should be using a nightly
  
  Revision  ChangesPath
  1.11  +2 -2  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.properties.sample   2001/09/18 04:54:14 1.10
  +++ build.properties.sample   2001/09/18 04:56:53 1.11
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to build.properties
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.10 2001/09/18 04:54:14 jon Exp $
  +# $Id: build.properties.sample,v 1.11 2001/09/18 04:56:53 jon Exp $
   # -
   
   
  @@ -27,7 +27,7 @@
   
   
   # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
  -servlet.home=${base.path}/jakarta-servletapi-4/dist
  +servlet.home=${base.path}/jakarta-servletapi-4
   servlet.lib=${servlet.home}/lib
   servlet.jar=${servlet.lib}/servlet.jar
   
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-06-15 Thread amyroh

amyroh  01/06/15 13:48:41

  Modified:.build.properties.sample
  Log:
  Add fix to build with jdk1.2.  Uses an extra property in the build.properties  
using.jdk.1.3=true.
  Uncomment this to compile CGI using jdk 1.3.
  Submitted by John Reilly
  
  Revision  ChangesPath
  1.5   +6 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.properties.sample   2001/06/01 18:30:20 1.4
  +++ build.properties.sample   2001/06/15 20:48:41 1.5
  @@ -6,7 +6,7 @@
   # to build.properties in the same directory that contains the top level
   # build.xml file.
   #
  -# $Id: build.properties.sample,v 1.4 2001/06/01 18:30:20 jon Exp $
  +# $Id: build.properties.sample,v 1.5 2001/06/15 20:48:41 amyroh Exp $
   # -
   
   # The path that is base for the rest of the paths in this file.
  @@ -52,3 +52,8 @@
   # The directory containing your binary distribution of the Servlet 2.3
   # and JSP 1.2 API classes
   servletapi.home=${base.path}/jakarta-servletapi-4/dist
  +
  +# This property should be uncommented if you are using JDK 1.3
  +# If it is not defined, classes that depend on 1.3 APIs will not
  +# be compiled.
  +#using.jdk.1.3=true
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-06-01 Thread craigmcc

craigmcc01/06/01 09:59:06

  Modified:.build.properties.sample
  Log:
  Add an entry for junit.jar to the sample build.properties file.
  
  Revision  ChangesPath
  1.3   +5 -1  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample   2001/05/21 21:51:22 1.2
  +++ build.properties.sample   2001/06/01 16:59:05 1.3
  @@ -6,7 +6,7 @@
   # to build.properties in the same directory that contains the top level
   # build.xml file.
   #
  -# $Id: build.properties.sample,v 1.2 2001/05/21 21:51:22 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.3 2001/06/01 16:59:05 craigmcc Exp $
   # -
   
   
  @@ -38,6 +38,10 @@
   # The directory containing your binary distribution of Java Secure Sockets
   # Extension (JSSE), version 1.0.2 or later
   jsse.home=/usr/local/jsse1.0.2
  +
  +# The JAR file for the JUnit unit test suite you are using.  This is required
  +# only if you wish to execute the unit tests
  +#junit.jar=/usr/local/junit3.5/junit.jar
   
   # The directory containing your binary distribution of the Jakarta
   # regular expressions package (jakarta-regexp), version 1.2.
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-06-01 Thread jon

jon 01/06/01 11:30:22

  Modified:.build.properties.sample
  Log:
  added ${base.path}
  
  -jon
  
  Revision  ChangesPath
  1.4   +10 -9 jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample   2001/06/01 16:59:05 1.3
  +++ build.properties.sample   2001/06/01 18:30:20 1.4
  @@ -6,15 +6,17 @@
   # to build.properties in the same directory that contains the top level
   # build.xml file.
   #
  -# $Id: build.properties.sample,v 1.3 2001/06/01 16:59:05 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.4 2001/06/01 18:30:20 jon Exp $
   # -
   
  +# The path that is base for the rest of the paths in this file.
  +base.path=/usr/local
   
   # The directory containing your binary distribution of JAXP and its
   # associated declarations.  You can customize the versions of JAXP used
   # for Catalina and Jasper below.  If you are using JAXP/1.0, replace
   # crimson.jar with parser.jar
  -jaxp.home=/usr/local/jaxp-1.1
  +jaxp.home=${base.path}/jaxp-1.1
   jaxp.parser.jar=crimson.jar
   
   # The version of JAXP that is used for Catalina
  @@ -27,27 +29,26 @@
   
   # The directory containing your binary distribution of the Java Management
   # Extensions (JMX) Reference Implementation, version 1.0 or later
  -jmx.home=/usr/local/jmx_ri_1.0
  +jmx.home=${base.path}/jmx_ri_1.0
   
   # The directory containing your binary distribution of the Java Naming and
   # Directory Interface (JNDI), version 1.2.1 or later.  (You must also add
   # ldap.jar into the ${jndi.home}/lib directory if you want to build and
   # use JNDIRealm.)
  -jndi.home=/usr/local/jndi_1.2.1
  +jndi.home=${base.path}/jndi_1.2.1
   
   # The directory containing your binary distribution of Java Secure Sockets
   # Extension (JSSE), version 1.0.2 or later
  -jsse.home=/usr/local/jsse1.0.2
  +jsse.home=${base.path}/jsse1.0.2
   
   # The JAR file for the JUnit unit test suite you are using.  This is required
   # only if you wish to execute the unit tests
  -#junit.jar=/usr/local/junit3.5/junit.jar
  +#junit.jar=${base.path}/junit3.5/junit.jar
   
   # The directory containing your binary distribution of the Jakarta
   # regular expressions package (jakarta-regexp), version 1.2.
  -regexp.home=/usr/local/jakarta-regexp-1.2
  +regexp.home=${base.path}/jakarta-regexp-1.2
   
   # The directory containing your binary distribution of the Servlet 2.3
   # and JSP 1.2 API classes
  -servletapi.home=/usr/local/jakarta-servletapi-4/dist
  -
  +servletapi.home=${base.path}/jakarta-servletapi-4/dist
  
  
  



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2001-05-21 Thread craigmcc

craigmcc01/05/21 14:51:24

  Modified:.build.properties.sample
  Log:
  Forgot to save to disk before checking in.
  
  Revision  ChangesPath
  1.2   +0 -48 jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   2001/05/21 21:47:12 1.1
  +++ build.properties.sample   2001/05/21 21:51:22 1.2
  @@ -6,7 +6,7 @@
   # to build.properties in the same directory that contains the top level
   # build.xml file.
   #
  -# $Id: build.properties.sample,v 1.1 2001/05/21 21:47:12 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.2 2001/05/21 21:51:22 craigmcc Exp $
   # -
   
   
  @@ -47,51 +47,3 @@
   # and JSP 1.2 API classes
   servletapi.home=/usr/local/jakarta-servletapi-4/dist
   
  -
  -
  -
  -# The directory containing your binary distribution of Tomcat 4.0 (Catalina
  -# is the servlet container part of this distribution), from CVS module
  -# jakarta-tomcat-4.0 at jakarta.apache.org).  This is only required
  -# if you are going to execute the deploy.catalina target.
  -catalina.home=../jakarta-tomcat-4.0/build
  -
  -# The JAR file containing the JDBC 2.0 Optional Package extensions API
  -# (javax.sql).  This file will automatically be added to your class path
  -# when you compile Struts
  -jdbc20ext.jar=../jdbc20/jdbc2_0-stdext.jar
  -
  -# The JAR file containing the Servlet API classes to compile against (either
  -# version 2.2 or 2.3)
  -servlet.jar=../jakarta-servletapi/lib/servlet.jar
  -
  -# The directory containing your binary distribution of Tomcat 3.2, from CVS
  -# module jakarta-tomcat (and branch TOMCAT_32) at jakarta.apache.org.
  -# This is only required if you are going to execute the deploy.tomcat target.
  -tomcat.home=../build/tomcat
  -
  -# The JAR file containing the Xerces parser.  This is only required if you are
  -# going to execute the deploy.catalina target.
  -xerces.jar=../xml-xerces/xerces.jar
  -
  -# Properties related to Struts unit testing
  -# -
  -
  -# Cactus jar for the Servlet API corresponding to the servlet.jar file
  -# selected above (either 2.2 or 2.3)
  -cactus.jar = ../jakarta-commons/cactus/out/servlet22/dist/lib/commons-cactus.jar 
  -
  -# Cactus Ant custom tasks jar
  -cactus.ant.jar = 
../jakarta-commons/cactus/out/servlet22/dist/lib/commons-cactus-ant.jar
  -
  -# JUnit jar file
  -junit.jar = f:/applis/jakarta-ant-1.4alpha/lib/junit.jar
  -
  -# Servlet engine locations for the tests
  -
  -# Note: If you don't want to run the test on a given servlet engine, just
  -#   comment it's home property. For example, if you don't want to run the
  -#   tests on Tomcat 4.0, comment the tomcat.home.40 property.
  -
  -tomcat.home.32 = f:/applis/jakarta-tomcat-3.2.1
  -tomcat.home.40 = f:/applis/jakarta-tomcat-4.0-b1