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

2005-08-27 Thread remm
remm2005/08/27 02:43:39

  Modified:.build.properties.default
  Log:
  - Fix NSIS path.
  
  Revision  ChangesPath
  1.159 +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.158
  retrieving revision 1.159
  diff -u -r1.158 -r1.159
  --- build.properties.default  19 Aug 2005 13:00:43 -  1.158
  +++ build.properties.default  27 Aug 2005 09:43:39 -  1.159
  @@ -221,7 +221,7 @@
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
   nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll
   nsis.nsisdl.dll=${nsis.home}/Plugins/nsisdl.dll
  -nsis.loc=${base-sf.loc}/nsis/nsis-2.0.exe
  +nsis.loc=${base-sf.loc}/nsis/nsis20.exe
   
   
   # - Struts, version 1.2.4 or later -
  
  
  

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



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

2005-08-19 Thread remm
remm2005/08/19 06:00:43

  Modified:.build.properties.default
  Log:
  - Revert to NSIS 2.0: NSIS 2.0.8 matches files differently (I think in a 
broken
way) and the release contents are messed up.
  - Upgrading to a new NSIS 2.0.x will need some effort (after 3 hours, I can't
quite figure how the new one matches stuff: for example File /r server\lib
will cause server\webapps\admin\WEB-INF\lib).
  
  Revision  ChangesPath
  1.158 +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.157
  retrieving revision 1.158
  diff -u -r1.157 -r1.158
  --- build.properties.default  2 Aug 2005 19:08:07 -   1.157
  +++ build.properties.default  19 Aug 2005 13:00:43 -  1.158
  @@ -216,12 +216,12 @@
   
   
   # - NSIS, version 2.0 or later -
  -nsis.home=${base.path}/nsis-2.08
  +nsis.home=${base.path}/nsis-2.0
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
   nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll
  -nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll
  -nsis.loc=${base-sf.loc}/nsis/nsis-2.08.exe
  +nsis.nsisdl.dll=${nsis.home}/Plugins/nsisdl.dll
  +nsis.loc=${base-sf.loc}/nsis/nsis-2.0.exe
   
   
   # - Struts, version 1.2.4 or later -
  
  
  

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



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

2005-08-02 Thread yoavs
yoavs   2005/08/02 07:01:58

  Modified:.build.properties.default
  Log:
  Update NSIS to 2.08: the releaes from 2.0 to 2.08 have many bug fixes.
  
  Revision  ChangesPath
  1.155 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.154
  retrieving revision 1.155
  diff -u -r1.154 -r1.155
  --- build.properties.default  2 Aug 2005 13:47:10 -   1.154
  +++ build.properties.default  2 Aug 2005 14:01:58 -   1.155
  @@ -216,11 +216,11 @@
   
   
   # - NSIS, version 2.0 or later -
  -nsis.home=${base.path}/nsis-2.0
  +nsis.home=${base.path}/nsis-2.08
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
   nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll
  -nsis.loc=${base-sf.loc}/nsis/nsis20.exe
  +nsis.loc=${base-sf.loc}/nsis/nsis-2.08.exe
   
   
   # - Struts, version 1.2.4 or later -
  
  
  

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



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

2005-07-31 Thread yoavs
yoavs   2005/07/31 06:18:37

  Modified:.build.properties.default
  Log:
  Updating default JavaMail dependency to latest FCS.
  
  Revision  ChangesPath
  1.153 +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.152
  retrieving revision 1.153
  diff -u -r1.152 -r1.153
  --- build.properties.default  30 Jul 2005 21:22:24 -  1.152
  +++ build.properties.default  31 Jul 2005 13:18:37 -  1.153
  @@ -271,7 +271,7 @@
   
   
   # - Java Mail, version 1.2 or later -
  -mail.home=${base.path}/javamail-1.3.1
  +mail.home=${base.path}/javamail-1.3.2
   mail.lib=${mail.home}
   mail.jar=${mail.lib}/mail.jar
   
  
  
  

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



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

2005-07-27 Thread remm
remm2005/07/27 04:06:20

  Modified:webapps/docs changelog.xml
   .build.properties.default
  Log:
  - Update Xerces again.
  
  Revision  ChangesPath
  1.343 +1 -1  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.342
  retrieving revision 1.343
  diff -u -r1.342 -r1.343
  --- changelog.xml 27 Jul 2005 00:54:35 -  1.342
  +++ changelog.xml 27 Jul 2005 11:06:19 -  1.343
  @@ -30,7 +30,7 @@
 subsection name=General
   changelog
 update
  -Update to Xerces 1.7.0 (remm)
  +Update to Xerces 1.7.1 (remm)
 /update
   /changelog
 /subsection
  
  
  
  1.150 +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.149
  retrieving revision 1.150
  diff -u -r1.149 -r1.150
  --- build.properties.default  25 Jul 2005 11:38:12 -  1.149
  +++ build.properties.default  27 Jul 2005 11:06:20 -  1.150
  @@ -132,12 +132,12 @@
   jaas.jar=${jndi.lib}/jaas.jar
   
   
  -# - Xerces XML Parser, version 2.7.0 -
  -xerces.home=${base.path}/xerces-2_7_0
  +# - Xerces XML Parser, version 2.7.1 -
  +xerces.home=${base.path}/xerces-2_7_1
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xml-apis.jar=${xerces.lib}/xml-apis.jar
  -xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.7.0.tar.gz
  +xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.7.1.tar.gz
   
   
   # - Eclipse JDT, version 3.1.0 or later -
  
  
  

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



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

2005-07-27 Thread remm
remm2005/07/27 15:16:25

  Modified:.build.properties.default
  Log:
  - Update default SF location (the old one doesn't seem to work that well).
  
  Revision  ChangesPath
  1.151 +2 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -u -r1.150 -r1.151
  --- build.properties.default  27 Jul 2005 11:06:20 -  1.150
  +++ build.properties.default  27 Jul 2005 22:16:25 -  1.151
  @@ -59,8 +59,7 @@
   base-struts.loc=http://archive.apache.org/dist/struts
   
   # - Sourceforge files base location -
  -base-sf.loc=http://umn.dl.sourceforge.net/sourceforge
  -#base-sf.loc=http://switch.dl.sourceforge.net/sourceforge
  +base-sf.loc=http://switch.dl.sourceforge.net/sourceforge
   #base-sf.loc=http://heanet.dl.sourceforge.net/sourceforge
   #base-sf.loc=http://internap.dl.sourceforge.net/sourceforge
   
  
  
  

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



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

2005-07-25 Thread remm
remm2005/07/25 04:38:12

  Modified:.build.properties.default
  Log:
  - Update some dependencies, in particular Xerces to 2.7.0.
  
  Revision  ChangesPath
  1.149 +8 -8  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.148
  retrieving revision 1.149
  diff -u -r1.148 -r1.149
  --- build.properties.default  3 Jul 2005 16:41:23 -   1.148
  +++ build.properties.default  25 Jul 2005 11:38:12 -  1.149
  @@ -94,10 +94,10 @@
   
   
   # - Commons Digester, version 1.4 or later -
  -commons-digester.home=${base.path}/commons-digester-1.6
  +commons-digester.home=${base.path}/commons-digester-1.7
   commons-digester.lib=${commons-digester.home}
  -commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
-commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.6.tar.gz
  +commons-digester.jar=${commons-digester.lib}/commons-digester-1.7.jar
  
+commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.7.tar.gz
   
   
   # - Commons Expression Language (EL), version 1.0 or later -
  @@ -132,15 +132,15 @@
   jaas.jar=${jndi.lib}/jaas.jar
   
   
  -# - Xerces XML Parser, version 2.6.2 -
  -xerces.home=${base.path}/xerces-2_6_2
  +# - Xerces XML Parser, version 2.7.0 -
  +xerces.home=${base.path}/xerces-2_7_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xml-apis.jar=${xerces.lib}/xml-apis.jar
  -xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.6.2.tar.gz
  +xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.7.0.tar.gz
   
   
  -# - Eclipse JDT, version 3.0 or later -
  +# - Eclipse JDT, version 3.1.0 or later -
   jdt.home=${base.path}/eclipse/plugins
   jdt.lib=${jdt.home}
   jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.0.jar
  
  
  

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



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

2005-07-03 Thread remm
remm2005/07/03 09:41:23

  Modified:webapps/docs apr.xml changelog.xml
   .build.properties.default
  Log:
  - Update chengelog.
  - Update JDT to Eclipse 3.1.
  
  Revision  ChangesPath
  1.2   +9 -7  jakarta-tomcat-catalina/webapps/docs/apr.xml
  
  Index: apr.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/apr.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apr.xml   27 Jun 2005 14:15:10 -  1.1
  +++ apr.xml   3 Jul 2005 16:41:22 -   1.2
  @@ -14,11 +14,17 @@
   body
   
 section name=Introduction
  +
 p
 Tomcat can use the a href=http://apr.apache.org/;Apache Portable 
Runtime/a to 
 provide superior scalability, performance, and better integration with 
native server 
 technologies. The Apache Portable Runtime is a highly portable library 
that is at 
  -  the heart of Apache HTTP Server 2.x.
  +  the heart of Apache HTTP Server 2.x. APR has many uses, including 
access to advanced IO
  +  functionality (such as sendfile, epoll and OpenSSL), OS level 
functionality (random number
  +  generation, system status, etc), and native process handling (shared 
memory, NT
  +  pipes and Unix sockets). These features will allow making Tomcat a 
general purpose
  +  webserver, and go far beyond simply allowing a slightly more scalable 
HTTP
  +  connector.
 /p
   
 /section
  @@ -26,15 +32,11 @@
 section name=Installation
   
   p
  -  FIXME !!!
  -/p
  -
  -p
  -  APR support requires three main components to be installed:
  +  APR support requires three main native components to be installed:
 ul
   liAPR library (libapr)/li
   liJNI wrappers for APR used by Tomcat (libtcnative)/li
  -liOpenSSL library/li
  +liOpenSSL libraries/li
 /ul
   /p
   
  
  
  
  1.321 +6 -4  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.320
  retrieving revision 1.321
  diff -u -r1.320 -r1.321
  --- changelog.xml 3 Jul 2005 00:31:53 -   1.320
  +++ changelog.xml 3 Jul 2005 16:41:23 -   1.321
  @@ -55,7 +55,7 @@
   bug34248/bug: Update JavaMail download instructions to include 
JAF. (yoavs)
 /update
 update
  -Update to JDT from Eclipse 3.1M6, which is now feature complete 
(remm)
  +Update to JDT from Eclipse 3.1, with support for Java 5 (remm)
 /update
 update
   Refactoring, redesign and extend the cluster module
  @@ -173,7 +173,7 @@
 /fix
 fix
   Fix handling of symbolic links when the DefaultServlet is generating 
directory
  -listings.
  +listings. (markt)
 /fix
   /changelog
 /subsection
  @@ -187,8 +187,7 @@
   Add some Mbean attributes and operations to ChannelSocket (pero)
 /update
 add
  -Add Apache Portable Runtime based HTTP/1.1 protocol handler, without 
SSL support, which
  -provides efficient worker thread usage (remm)
  +Apache Portable Runtime based HTTP/1.1 protocol handler (remm)
 /add
 add
   Add support for simple file-based CRLs under JDK 1.5 (billbarker)
  @@ -208,6 +207,9 @@
 add
   Add bufferSize option to the AJP/1.3 Java connector to control 
output buffering. (billbarker)
 /add
  +  add
  +Apache Portable Runtime based AJP/1.3 protocol handler (remm)
  +  /add
/changelog
 /subsection
   
  
  
  
  1.148 +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- build.properties.default  24 Jun 2005 17:18:36 -  1.147
  +++ build.properties.default  3 Jul 2005 16:41:23 -   1.148
  @@ -144,7 +144,7 @@
   jdt.home=${base.path}/eclipse/plugins
   jdt.lib=${jdt.home}
   jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.0.jar
  
-jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/S-3.1M7-200505131415/eclipse-JDT-3.1M7.zip
  
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1-200506271435/eclipse-JDT-3.1.zip
   
   # --
   #  CORE OPTIONAL LIBRARIES
  
  
  

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



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

2005-06-24 Thread remm
remm2005/06/24 10:18:36

  Modified:catalina build.xml
   .build.properties.default
  Log:
  - Add JMX remote.
  
  Revision  ChangesPath
  1.82  +1 -0  jakarta-tomcat-catalina/catalina/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- build.xml 24 Jun 2005 11:54:21 -  1.81
  +++ build.xml 24 Jun 2005 17:18:36 -  1.82
  @@ -62,6 +62,7 @@
   pathelement location=${jcert.jar}/
   pathelement location=${jdbc20ext.jar}/
   pathelement location=${jmx.jar}/
  +pathelement location=${jmx-remote.jar}/
   pathelement location=${jndi.jar}/
   pathelement location=${jnet.jar}/
   pathelement location=${jsse.jar}/
  
  
  
  1.147 +2 -1  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.146
  retrieving revision 1.147
  diff -u -r1.146 -r1.147
  --- build.properties.default  8 Jun 2005 15:28:00 -   1.146
  +++ build.properties.default  24 Jun 2005 17:18:36 -  1.147
  @@ -195,6 +195,7 @@
   jmx.lib=${jmx.home}/lib
   jmx.jar=${jmx.lib}/mx4j.jar
   jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
  +jmx-remote.jar=${jmx.lib}/mx4j-remote.jar
   jmx.loc=${base-sf.loc}/mx4j/mx4j-3.0.1.tar.gz
   
   
  
  
  

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



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

2005-06-08 Thread mturk
mturk   2005/06/08 01:51:40

  Modified:.build.properties.default
  Log:
  Update Sourceforge mirror because unc is not usable any more.
  
  Revision  ChangesPath
  1.145 +5 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- build.properties.default  24 May 2005 10:58:42 -  1.144
  +++ build.properties.default  8 Jun 2005 08:51:40 -   1.145
  @@ -59,7 +59,10 @@
   base-struts.loc=http://archive.apache.org/dist/struts
   
   # - Sourceforge files base location -
  -base-sf.loc=http://unc.dl.sourceforge.net/sourceforge
  +base-sf.loc=http://umn.dl.sourceforge.net/sourceforge
  +#base-sf.loc=http://switch.dl.sourceforge.net/sourceforge
  +#base-sf.loc=http://heanet.dl.sourceforge.net/sourceforge
  +#base-sf.loc=http://internap.dl.sourceforge.net/sourceforge
   
   # --
   #REQUIRED LIBRARIES
  
  
  

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



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

2005-06-08 Thread mturk
mturk   2005/06/08 08:28:00

  Modified:.build.properties.default
  Log:
  Unquote CVSROOT. Having quotes fails on Solaris 8.
  Hope it wont break other platforms.
  
  Revision  ChangesPath
  1.146 +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- build.properties.default  8 Jun 2005 08:51:40 -   1.145
  +++ build.properties.default  8 Jun 2005 15:28:00 -   1.146
  @@ -39,7 +39,7 @@
   
   
   # - CVS root for the jakarta repositories --
  -cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
  +cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
   
   # - Default Base Path for Dependent Packages -
   base.path=/usr/share/java
  
  
  

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



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

2005-05-24 Thread remm
remm2005/05/24 03:58:42

  Modified:.build.properties.default
  Log:
  - Update commons-daemon.
  
  Revision  ChangesPath
  1.144 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.143
  retrieving revision 1.144
  diff -u -r1.143 -r1.144
  --- build.properties.default  15 May 2005 09:45:35 -  1.143
  +++ build.properties.default  24 May 2005 10:58:42 -  1.144
  @@ -83,10 +83,10 @@
   
   
   # - Commons Daemon, version 1.0-Alpha or later -
  -commons-daemon.home=${base.path}/commons-daemon-1.0
  +commons-daemon.home=${base.path}/commons-daemon-1.0.1
   commons-daemon.lib=${commons-daemon.home}
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  
-commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/commons-daemon-1.0.tar.gz
  
+commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/commons-daemon-1.0.1.tar.gz
   commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz
   
   
  
  
  

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



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

2005-05-15 Thread remm
remm2005/05/15 02:45:35

  Modified:.build.properties.default
  Log:
  - Update to Eclpise 3.1M7.
  
  Revision  ChangesPath
  1.143 +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- build.properties.default  4 Apr 2005 13:57:49 -   1.142
  +++ build.properties.default  15 May 2005 09:45:35 -  1.143
  @@ -138,10 +138,10 @@
   
   
   # - Eclipse JDT, version 3.0 or later -
  -jdt.home=${base.path}/eclipse/plugins/org.eclipse.jdt.core_3.1.0
  +jdt.home=${base.path}/eclipse/plugins
   jdt.lib=${jdt.home}
  -jdt.jar=${jdt.lib}/jdtcore.jar
  
-jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/S-3.1M6-200504011645/eclipse-JDT-SDK-3.1M6.zip
  +jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.0.jar
  
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/S-3.1M7-200505131415/eclipse-JDT-3.1M7.zip
   
   # --
   #  CORE OPTIONAL LIBRARIES
  
  
  

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



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

2005-03-24 Thread pero
pero2005/03/24 03:42:10

  Modified:.build.properties.default
  Log:
  Update to MX4J 3.0.1
  
  Revision  ChangesPath
  1.141 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.140
  retrieving revision 1.141
  diff -u -r1.140 -r1.141
  --- build.properties.default  20 Jan 2005 12:00:20 -  1.140
  +++ build.properties.default  24 Mar 2005 11:42:10 -  1.141
  @@ -189,11 +189,11 @@
   
commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz
   
   # - Java Management Extensions (JMX), JMX RI 1.2.1 or later or MX4J 
2.0.1 or later -
  -jmx.home=${base.path}/mx4j-2.1.1
  +jmx.home=${base.path}/mx4j-3.0.1
   jmx.lib=${jmx.home}/lib
   jmx.jar=${jmx.lib}/mx4j.jar
   jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
  -jmx.loc=${base-sf.loc}/mx4j/mx4j-2.1.1.tar.gz
  +jmx.loc=${base-sf.loc}/mx4j/mx4j-3.0.1.tar.gz
   
   
   # - 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-5 build.properties.default

2005-01-19 Thread remm
remm2005/01/19 06:34:38

  Modified:.build.properties.default
  Log:
  - Update to new JDT 3.0.1, MX4J 2.1.0 for compat package, Struts 1.2.6 and 
deps for admin.
  
  Revision  ChangesPath
  1.139 +18 -12jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- build.properties.default  18 Oct 2004 06:45:00 -  1.138
  +++ build.properties.default  19 Jan 2005 14:34:38 -  1.139
  @@ -49,9 +49,15 @@
   # - Jakarta files base location -
   base-jakarta.loc=http://archive.apache.org/dist/jakarta
   
  +# - Logging files base location -
  +base-logging.loc=http://archive.apache.org/dist/logging
  +
   # - XML files base location -
   base-xml.loc=http://archive.apache.org/dist/xml
   
  +# - Struts files base location -
  +base-struts.loc=http://archive.apache.org/dist/struts
  +
   # - Sourceforge files base location -
   base-sf.loc=http://telia.dl.sourceforge.net/sourceforge
   
  @@ -85,10 +91,10 @@
   
   
   # - Commons Digester, version 1.4 or later -
  -commons-digester.home=${base.path}/commons-digester-1.5
  +commons-digester.home=${base.path}/commons-digester-1.6
   commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
-commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.5.tar.gz
  
+commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.6.tar.gz
   
   
   # - Commons Expression Language (EL), version 1.0 or later -
  @@ -132,10 +138,10 @@
   
   
   # - Eclipse JDT, version 3.0 or later -
  -jdt.home=${base.path}/eclipse/plugins/org.eclipse.jdt.core_3.0.0
  +jdt.home=${base.path}/eclipse/plugins/org.eclipse.jdt.core_3.0.1
   jdt.lib=${jdt.home}
   jdt.jar=${jdt.lib}/jdtcore.jar
  
-jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.0-200406251208/eclipse-JDT-3.0.zip
  
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.0.1-200409161125/eclipse-JDT-3.0.1.zip
   
   
   # --
  @@ -144,10 +150,10 @@
   
   
   # - Log4j, version 1.2 or later -
  -log4j.home=${base.path}/jakarta-log4j-1.2.8
  +log4j.home=${base.path}/logging-log4j-1.2.9
   log4j.lib=${log4j.home}
  -log4j.jar=${log4j.lib}/dist/lib/log4j-1.2.8.jar
  -log4j.loc=${base-jakarta.loc}/log4j/binaries/jakarta-log4j-1.2.8.tar.gz
  +log4j.jar=${log4j.lib}/dist/lib/log4j-1.2.9.jar
  +log4j.loc=${base-logging.loc}/log4j/1.2.9/logging-log4j-1.2.9.tar.gz
   
   
   # - Commons DBCP, version 1.1 or later -
  @@ -183,11 +189,11 @@
   
commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz
   
   # - Java Management Extensions (JMX), JMX RI 1.2.1 or later or MX4J 
2.0.1 or later -
  -jmx.home=${base.path}/mx4j-2.0.1
  +jmx.home=${base.path}/mx4j-2.1.0/mx4j-2.1.0
   jmx.lib=${jmx.home}/lib
   jmx.jar=${jmx.lib}/mx4j.jar
   jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
  -jmx.loc=${base-sf.loc}/mx4j/mx4j-2.0.1.zip
  +jmx.loc=${base-sf.loc}/mx4j/mx4j-2.1.0.zip
   
   
   # - JUnit Unit Test Suite, version 3.7 or later -
  @@ -206,10 +212,10 @@
   
   
   # - Struts, version 1.2.4 or later -
  -struts.home=${base.path}/jakarta-struts-1.2.4
  +struts.home=${base.path}/struts-1.2.6
   struts.lib=${struts.home}/lib
   struts.jar=${struts.lib}/struts.jar
  -struts.loc=${base-jakarta.loc}/../struts/binaries/jakarta-struts-1.2.4.tar.gz
  +struts.loc=${base-struts.loc}/binaries/struts-1.2.6.tar.gz
   
   
   # --
  
  
  

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



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

2004-10-18 Thread billbarker
billbarker2004/10/17 23:45:00

  Modified:.build.properties.default
  Log:
  Update to struts-1.2.4
  
  Revision  ChangesPath
  1.138 +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- build.properties.default  5 Oct 2004 14:01:52 -   1.137
  +++ build.properties.default  18 Oct 2004 06:45:00 -  1.138
  @@ -205,11 +205,11 @@
   nsis.loc=${base-sf.loc}/nsis/nsis20.exe
   
   
  -# - Struts, version 1.1 or later -
  -struts.home=${base.path}/jakarta-struts-1.1
  +# - Struts, version 1.2.4 or later -
  +struts.home=${base.path}/jakarta-struts-1.2.4
   struts.lib=${struts.home}/lib
   struts.jar=${struts.lib}/struts.jar
  -struts.loc=${base-jakarta.loc}/struts/binaries/jakarta-struts-1.1.tar.gz
  +struts.loc=${base-jakarta.loc}/../struts/binaries/jakarta-struts-1.2.4.tar.gz
   
   
   # --
  
  
  

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



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

2004-09-16 Thread mturk
mturk   2004/09/16 06:38:15

  Modified:.build.properties.default build.xml
  Log:
  Remove versioning from build.xml to build.properties. This way
  one can set version to any name desired. Just don't forget to set
  the numbers accordingly too.
  
  Revision  ChangesPath
  1.136 +9 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- build.properties.default  3 Sep 2004 11:23:46 -   1.135
  +++ build.properties.default  16 Sep 2004 13:38:14 -  1.136
  @@ -9,6 +9,13 @@
   # $Id$
   # -
   
  +# - Vesion Control Flags -
  +version.major=5
  +version.minor=5
  +version.build=0
  +version.patch=0
  +#Set the pretty version name
  +version=5.5.0-dev
   
   # - Compile Control Flags -
   compile.debug=on
  @@ -36,7 +43,7 @@
   
   # - Default Base Path for Dependent Packages -
   base.path=/usr/share/java
  -#base.path=../repository
  +#base.path=C:/path/to/the/repository
   #base.path=/usr/local
   
   # - Jakarta files base location -
  
  
  
  1.214 +3 -22 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.213
  retrieving revision 1.214
  diff -u -r1.213 -r1.214
  --- build.xml 15 Sep 2004 13:05:41 -  1.213
  +++ build.xml 16 Sep 2004 13:38:14 -  1.214
  @@ -15,28 +15,9 @@
 property name=year  value=2004 /
 property name=version.major value=5 /
 property name=version.minor value=5 /
  -  !-- When releasing set the 'version.build' to even number
  -and 'version.isdev' to zero.
  -  --
  -  property name=version.build value=3 /
  -  property name=version.patch value=0 /
  -  property name=version.isdev value=1 /
  -
  -  condition property=isDevVersion value=-dev
  -not
  -  equals arg1=${version.isdev} arg2=0/
  -/not
  -  /condition
  -  condition property=isPatchedVersion value=.${version.patch}
  -not
  -  equals arg1=${version.patch} arg2=0/
  -/not
  -  /condition
  -  !-- Second definition if not already conditionaly set --
  -  property name=isDevVersion  value= /
  -  property name=isPatchedVersion  value= /
  -  
  -  property name=version   
value=${version.major}.${version.minor}.${version.build}${isPatchedVersion}${isDevVersion}
 /
  +  property name=version.build value=0 /
  +  property name=version.patch value=0 /  
  +  property name=version   value=5.5.0-dev /
 property name=version.number
value=${version.major}.${version.minor}.${version.build}.${version.patch} /
   
 property name=project   value=jakarta-tomcat /
  
  
  

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



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

2004-09-16 Thread Shapira, Yoav

Hi,
Good solution -- thanks.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 16, 2004 9:38 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-5 build.properties.default
build.xml

mturk   2004/09/16 06:38:15

  Modified:.build.properties.default build.xml
  Log:
  Remove versioning from build.xml to build.properties. This way
  one can set version to any name desired. Just don't forget to set
  the numbers accordingly too.

  Revision  ChangesPath
  1.136 +9 -2  jakarta-tomcat-5/build.properties.default

  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- build.properties.default 3 Sep 2004 11:23:46 -   1.135
  +++ build.properties.default 16 Sep 2004 13:38:14 -  1.136
  @@ -9,6 +9,13 @@
   # $Id$
   #
--
---

  +# - Vesion Control Flags -
  +version.major=5
  +version.minor=5
  +version.build=0
  +version.patch=0
  +#Set the pretty version name
  +version=5.5.0-dev

   # - Compile Control Flags -
   compile.debug=on
  @@ -36,7 +43,7 @@

   # - Default Base Path for Dependent Packages -
   base.path=/usr/share/java
  -#base.path=../repository
  +#base.path=C:/path/to/the/repository
   #base.path=/usr/local

   # - Jakarta files base location -



  1.214 +3 -22 jakarta-tomcat-5/build.xml

  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.213
  retrieving revision 1.214
  diff -u -r1.213 -r1.214
  --- build.xml15 Sep 2004 13:05:41 -  1.213
  +++ build.xml16 Sep 2004 13:38:14 -  1.214
  @@ -15,28 +15,9 @@
 property name=year  value=2004 /
 property name=version.major value=5 /
 property name=version.minor value=5 /
  -  !-- When releasing set the 'version.build' to even number
  -and 'version.isdev' to zero.
  -  --
  -  property name=version.build value=3 /
  -  property name=version.patch value=0 /
  -  property name=version.isdev value=1 /
  -
  -  condition property=isDevVersion value=-dev
  -not
  -  equals arg1=${version.isdev} arg2=0/
  -/not
  -  /condition
  -  condition property=isPatchedVersion value=.${version.patch}
  -not
  -  equals arg1=${version.patch} arg2=0/
  -/not
  -  /condition
  -  !-- Second definition if not already conditionaly set --
  -  property name=isDevVersion  value= /
  -  property name=isPatchedVersion  value= /
  -
  -  property name=version
value=${version.major}.${version.minor}.${version.build}${isPatchedVer
sion
}${isDevVersion} /
  +  property name=version.build value=0 /
  +  property name=version.patch value=0 /
  +  property name=version   value=5.5.0-dev /
 property name=version.number
value=${version.major}.${version.minor}.${version.build}.${version.pat
ch}
/

 property name=project   value=jakarta-tomcat /




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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



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

2004-08-21 Thread yoavs
yoavs   2004/08/21 08:49:21

  Modified:.Tag: TOMCAT_5_0 build.properties.default
  Log:
  Back-ported CVS HEAD patches to TOMCAT_5_0 for 5.0.28 release.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.129.2.1 +6 -6  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.129
  retrieving revision 1.129.2.1
  diff -u -r1.129 -r1.129.2.1
  --- build.properties.default  16 Jun 2004 18:04:47 -  1.129
  +++ build.properties.default  21 Aug 2004 15:49:21 -  1.129.2.1
  @@ -54,17 +54,17 @@
   
   
   # - Commons Beanutils, version 1.4 or later -
  -commons-beanutils.home=${base.path}/commons-beanutils-1.6.1
  +commons-beanutils.home=${base.path}/commons-beanutils-1.7.0
   commons-beanutils.lib=${commons-beanutils.home}
   commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar
  
-commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
  
+commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.7.0.tar.gz
   
   
   # - Commons Collections, version 2.0 or later -
  -commons-collections.home=${base.path}/commons-collections-2.1.1
  +commons-collections.home=${base.path}/commons-collections-3.1
   commons-collections.lib=${commons-collections.home}
  -commons-collections.jar=${commons-collections.lib}/commons-collections-2.1.1.jar
  
-commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-2.1.1.tar.gz
  +commons-collections.jar=${commons-collections.lib}/commons-collections-3.1.jar
  
+commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-3.1.tar.gz
   
   
   # - Commons Launcher, version 0.9 or later -
  
  
  

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



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

2004-08-05 Thread yoavs
yoavs   2004/08/05 13:20:15

  Modified:.build.properties.default
  Log:
  Oops, took my home dir out of the properties file.
  
  Revision  ChangesPath
  1.132 +2 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- build.properties.default  5 Aug 2004 20:10:48 -   1.131
  +++ build.properties.default  5 Aug 2004 20:20:15 -   1.132
  @@ -35,10 +35,9 @@
   cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
   
   # - Default Base Path for Dependent Packages -
  -#base.path=/usr/share/java
  +base.path=/usr/share/java
   #base.path=../repository
   #base.path=/usr/local
  -base.path=/home/yoavs/temp
   
   # - Jakarta files base location -
   base-jakarta.loc=http://archive.apache.org/dist/jakarta
  
  
  

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



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

2004-07-29 Thread markt
markt   2004/07/29 12:16:09

  Modified:.build.properties.default build.xml
  Log:
  Update build scripts for JMX 1.2 in preperaton for a fix for bug 28178.
  
  Revision  ChangesPath
  1.130 +5 -5  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- build.properties.default  16 Jun 2004 18:04:47 -  1.129
  +++ build.properties.default  29 Jul 2004 19:16:08 -  1.130
  @@ -177,12 +177,12 @@
   commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0.jar
   
commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz
   
  -# - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or 
later -
  -jmx.home=${base.path}/mx4j-1.1.1
  +# - Java Management Extensions (JMX), JMX RI 1.2.1 or later or MX4J 2.0.1 or 
later -
  +jmx.home=${base.path}/mx4j-2.0.1
   jmx.lib=${jmx.home}/lib
  -jmx.jar=${jmx.lib}/mx4j-jmx.jar
  +jmx.jar=${jmx.lib}/mx4j.jar
   jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
  -jmx.loc=${base-sf.loc}/mx4j/mx4j-1.1.1.tar.gz
  +jmx.loc=${base-sf.loc}/mx4j/mx4j-2.0.1.zip
   
   
   # - JUnit Unit Test Suite, version 3.7 or later -
  
  
  
  1.192 +2 -1  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.191
  retrieving revision 1.192
  diff -u -r1.191 -r1.192
  --- build.xml 28 Jun 2004 02:38:41 -  1.191
  +++ build.xml 29 Jul 2004 19:16:08 -  1.192
  @@ -1597,9 +1597,10 @@
 param name=destfile value=${xml-apis.jar}/
   /antcall
   
  -antcall target=downloadgz
  +antcall target=downloadzip
 param name=sourcefile value=${jmx.loc}/
 param name=destfile value=${jmx.jar}/
  +  param name=destdir value=${jmx.home}/
   /antcall
   
   antcall target=downloadzip
  
  
  

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



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

2004-06-16 Thread yoavs
yoavs   2004/06/16 06:13:53

  Modified:.build.properties.default
  Log:
  Updated commons-logging dependency to 1.0.4
  
  Revision  ChangesPath
  1.128 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- build.properties.default  15 Jun 2004 18:42:06 -  1.127
  +++ build.properties.default  16 Jun 2004 13:13:53 -  1.128
  @@ -99,11 +99,11 @@
   
   
   # - Commons Logging, version 1.0.1 or later -
  -commons-logging.home=${base.path}/commons-logging-1.0.3
  +commons-logging.home=${base.path}/commons-logging-1.0.4
   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=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.0.3.tar.gz
  
+commons-logging.loc=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.0.4.tar.gz
   
   
   # - Commons Modeler, version 1.1 or later -
  
  
  

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



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

2004-06-16 Thread yoavs
yoavs   2004/06/16 11:04:47

  Modified:.build.properties.default build.xml
  Log:
  Bugzilla 29368 done: replaced references to xmlParserAPIs.jar with xmls-apis.jar.
  
  Revision  ChangesPath
  1.129 +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -r1.128 -r1.129
  --- build.properties.default  16 Jun 2004 13:13:53 -  1.128
  +++ build.properties.default  16 Jun 2004 18:04:47 -  1.129
  @@ -134,7 +134,7 @@
   xerces.home=${base.path}/xerces-2_6_2
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
  -xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  +xml-apis.jar=${xerces.lib}/xml-apis.jar
   xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.6.2.tar.gz
   
   
  
  
  
  1.188 +3 -3  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- build.xml 27 May 2004 14:10:44 -  1.187
  +++ build.xml 16 Jun 2004 18:04:47 -  1.188
  @@ -777,7 +777,7 @@
   /jar
   
   copy todir=${tomcat.deployer}/lib file=${xercesImpl.jar}/
  -copy todir=${tomcat.deployer}/lib file=${xmlParserAPIs.jar}/
  +copy todir=${tomcat.deployer}/lib file=${xml-apis.jar}/
   
   copy todir=${tomcat.deployer}
 fileset dir=${basedir}/resources/deployer /
  @@ -800,7 +800,7 @@
 target name=compat description=Create compatibility binaries for JREs before 
1.4 
   
   copy todir=${tomcat.compat}/common/endorsed file=${xercesImpl.jar}/
  -copy todir=${tomcat.compat}/common/endorsed file=${xmlParserAPIs.jar}/
  +copy todir=${tomcat.compat}/common/endorsed file=${xml-apis.jar}/
   
 /target
   
  @@ -1595,7 +1595,7 @@
   antcall target=downloadgz
 !-- xerces2 brings 2 files, test for one of them --
 param name=sourcefile value=${xerces.loc}/
  -  param name=destfile value=${xmlParserAPIs.jar}/
  +  param name=destfile value=${xml-apis.jar}/
   /antcall
   
   antcall target=downloadgz
  
  
  

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



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

2004-06-15 Thread yoavs
yoavs   2004/06/15 11:14:39

  Modified:.build.properties.default
  Log:
  Updated DBCP dependency default to 1.2.1
  
  Revision  ChangesPath
  1.126 +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.125
  retrieving revision 1.126
  diff -u -r1.125 -r1.126
  --- build.properties.default  8 Jun 2004 20:23:12 -   1.125
  +++ build.properties.default  15 Jun 2004 18:14:39 -  1.126
  @@ -151,10 +151,10 @@
   
   
   # - Commons DBCP, version 1.1 or later -
  -commons-dbcp.home=${base.path}/commons-dbcp-1.2
  +commons-dbcp.home=${base.path}/commons-dbcp-1.2.1
   commons-dbcp.lib=${commons-dbcp.home}
  -commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp-1.2.jar
  -commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/commons-dbcp-1.2.tar.gz
  +commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp-1.2.1.jar
  +commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/commons-dbcp-1.2.1.tar.gz
   
   
   # - Commons HttpClient, version 2.0 or later -
  
  
  

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



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

2004-06-08 Thread remm
remm2004/06/08 13:23:12

  Modified:.build.properties.default
  Log:
  - Update to new DBCP.
  
  Revision  ChangesPath
  1.125 +7 -7  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- build.properties.default  27 May 2004 20:01:16 -  1.124
  +++ build.properties.default  8 Jun 2004 20:23:12 -   1.125
  @@ -151,10 +151,10 @@
   
   
   # - Commons DBCP, version 1.1 or later -
  -commons-dbcp.home=${base.path}/commons-dbcp-1.1
  +commons-dbcp.home=${base.path}/commons-dbcp-1.2
   commons-dbcp.lib=${commons-dbcp.home}
  -commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp-1.1.jar
  -commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/commons-dbcp-1.1.tar.gz
  +commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp-1.2.jar
  +commons-dbcp.loc=${base-jakarta.loc}/commons/dbcp/binaries/commons-dbcp-1.2.tar.gz
   
   
   # - Commons HttpClient, version 2.0 or later -
  @@ -165,10 +165,10 @@
   
   
   # - Commons Pool, version 1.1 or later -
  -commons-pool.home=${base.path}/commons-pool-1.1
  +commons-pool.home=${base.path}/commons-pool-1.2
   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.jar=${commons-pool.lib}/commons-pool-1.2.jar
  +commons-pool.loc=${base-jakarta.loc}/commons/pool/binaries/commons-pool-1.2.tar.gz
   
   
   # - Commons FileUpload, version 1.0-20030531 or later -
  
  
  

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



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

2004-05-27 Thread yoavs
yoavs   2004/05/27 13:01:16

  Modified:.build.properties.default
  Log:
  Added activation.jar definition and updated javamail definition to be for 1.3.1 by 
default.
  
  Revision  ChangesPath
  1.124 +6 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.123
  retrieving revision 1.124
  diff -u -r1.123 -r1.124
  --- build.properties.default  19 May 2004 16:54:22 -  1.123
  +++ build.properties.default  27 May 2004 20:01:16 -  1.124
  @@ -251,10 +251,14 @@
   
   
   # - Java Mail, version 1.2 or later -
  -mail.home=${base.path}/javamail-1.2
  +mail.home=${base.path}/javamail-1.3.1
   mail.lib=${mail.home}
   mail.jar=${mail.lib}/mail.jar
   
  +# - Java Activation Framework, version 1.0.1 or later -
  +activation.home=${base.path}/jaf-1.0.2
  +activation.lib=${activation.home}
  +activation.jar=${activation.lib}/activation.jar
   
   # - PureTLS Extension, version 0.9 or later -
   puretls.home=${base.path}/puretls-0.9b4
  
  
  

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



cvs commit: jakarta-tomcat-5 build.properties.default KEYS

2004-04-07 Thread remm
remm2004/04/07 06:55:00

  Modified:.build.properties.default KEYS
  Log:
  - Deps updates.
  
  Revision  ChangesPath
  1.121 +4 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- build.properties.default  24 Feb 2004 09:24:49 -  1.120
  +++ build.properties.default  7 Apr 2004 13:55:00 -   1.121
  @@ -131,11 +131,11 @@
   
   
   # - Xerces XML Parser, version 2.6.1 -
  -xerces.home=${base.path}/xerces-2_6_1
  +xerces.home=${base.path}/xerces-2_6_2
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.6.1.tar.gz
  +xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.6.2.tar.gz
   
   
   # --
  @@ -196,6 +196,7 @@
   nsis.home=${base.path}/nsis-2.0
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  +nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll
   nsis.loc=${base-sf.loc}/nsis/nsis20.exe
   
   
  
  
  
  1.5   +33 -15jakarta-tomcat-5/KEYS
  
  Index: KEYS
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/KEYS,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- KEYS  11 Jan 2003 08:03:17 -  1.4
  +++ KEYS  7 Apr 2004 13:55:00 -   1.5
  @@ -144,25 +144,43 @@
   -END PGP PUBLIC KEY BLOCK-
   
   Type bits  keyID  Date   User ID
  -DSS  1024  0x7572CDEF 2001/10/12 *** DEFAULT SIGNING KEY ***
  +DSS  3072/1024 0xA01422B5 2001/10/09 *** DEFAULT SIGNING KEY ***
Remy Maucherat [EMAIL PROTECTED]
   
   -BEGIN PGP PUBLIC KEY BLOCK-
  -Version: PGP 6.5.1i
  +Version: PGP 6.5.8
   
  -mQGiBDvGnR4RBADPVhGl+eo6ie6UJ9E4sIW8xbBCYHQxIMwWalcLzbz2FKWl57VP
  -JzoIaTZZP6op3yhRv4qRm7NGC/gpabRj/im8vK7eKgoh2VVKhqVdIjWbQW+u9pEb
  -pXlp1AAFUbP4kqSIggV54s4lRulE6Uq0eDy6sXK8mBFLGRggwEFvLTHPYQCg/2qx
  -u1/hBovB0I8+XJoSzconttMEAJVYrxD2W9FhnVCn3ffHhkjQBxUeXr8bQIRwid6R
  -ukAqlcVkGohOngdJ94O7KL40mm2A0t9APFVC0tgEk0M7piB5cE1zAZjoLTrlvWrC
  -0tH0LzEyaUgvHdG1fVeHtgwsiGW/raWDzCfiIvLCx80yiaMw2TtYXLmhjy+1qWv3
  -v78JA/4idwIP7zEF8O6hSEcn5RopddUte5Ne+Ya+fsuSmKDCqPNnIkVvHYarFbkY
  -QPDEiUA2fS9j1ShDz3t0Adt1TRbN2VbENH6rYbx9gwiQGu41jjRVit2Z9JM5YDyq
  -VDyYH5PpyKOJkKPzuIFzq6Wn6dh/wczhDNn7YHXH49ES2nO+/LQgUmVteSBNYXVj
  -aGVyYXQgPHJlbW1AYXBhY2hlLm9yZz6JAE4EEBECAA4FAjvGnR4ECwMBAgIZAQAK
  -CRBuHJULdXLN72cHAKCbdPNI0ep6mGivq/xXoeQOPbBEBwCgpBbCFwc4Q6W+Y+VT
  -KQh+f5jVojw=
  -=1iBa
  +mQGiBDvDY+ERBADJ+GZ2SSlHMb0wRjfsHdJbb4zrRfHn4McEkYGUXyLtZJquAj3V
  +8/JxrL3+wiBuXFQitf5qYXLDlRH+F1iFT17kqalFTvxZMA3Hg2kLB6ZUvIP8sTrD
  +b8WJU18Lu2GwPMEUT1ito2eG3PDzgIVRwA0c5btLOhkwoRT+5bEl4ad8KwCg/0XV
  +CEchMuZtOdJi6WOf8hfwF+cD/iTdfkuxGZEn6fK9erJb5GCr1v/0l83qKU36r8DX
  +3kGpR6yac/2xv7+NEaKS1t9k/0seRsFQ/gWZA192HpsRhhe4C2lWmTh+YI7jS7mB
  +Bw8dY304yhwPZuUYw86cLMpG5PXz9519kkDFGHlLG6MaxHnhfe0dXWzs/yv4uSsm
  +35QfBACUx677GL4pEFJq2pP30aWhxc1but0ncLh5WDCael7wVuTGVSk8TorWoteM
  +GcQkmDLo+my7xettXUTssijSn+NVRsFjcgMEpAWeJTBtfDRCyf312ECx7BM5G9oh
  +HxtzMW4ZJYY4M1+3qklgpZaEYx1J8g8bIBv661vunbbcj1/OrLQgUmVteSBNYXVj
  +aGVyYXQgPHJlbW1AYXBhY2hlLm9yZz6JAE4EEBECAA4FAjvDY+EECwMBAgIZAQAK
  +CRB7QXnboBQitdfbAKD8zt0jeFHIlX6awuu9atxWyWaB3ACfb08JdEElpF7cTZhx
  +yRpnKZDUvpa5Aw0EO8Nj5RAMAMwdd1ckOErixPDojhNnl06SE2H22+slDhf99pj3
  +yHx5sHIdOHX79sFzxIMRJitDYMPj6NYK/aEoJguuqa6zZQ+iAFMBoHzWq6MSHvoP
  +Ks4fdIRPyvMX86RA6dfSd7ZCLQI2wSbLaF6dfJgJCo1+Le3kXXn11JJPmxiO/Cqn
  +S3wy9kJXtwh/CBdyorrWqULzBej5UxE5T7bxbrlLOCDaAadWoxTpj0BV89AHxstD
  +qZSt90xkhkn4DIO9ZekX1KHTUPj1WV/cdlJPPT2N286Z4VeSWc39uK50T8X8dryD
  +xUcwYc58yWb/Ffm7/ZFexwGq01uejaClcjrUGvC/RgBYK+X0iP1YTknbzSC0neSR
  +BzZrM2w4DUUdD3yIsxx8Wy2O9vPJI8BD8KVbGI2Ou1WMuF040zT9fBdXQ6MdGGze
  +MyEstSr/POGxKUAYEY18hKcKctaGxAMZyAcpesqVDNmWn6vQClCbAkbTCD1mpF1B
  +n5x8vYlLIhkmuquiXsNV6UwybwACAgwAkwuQXCs1OPX398vydLxtt6AX9KreX4wm
  +ykMG+hjgNUsUhYbi03fInYtqTd0TS9qtvSyFUP1aahoY7xKDECI8fyN20Xphb2ih
  +fgipT6lBFH1tYX4cS1NHcQEdPU3b96Uat6cy7bma0/kUr3EZuxQlc6UVvsxD+lsT
  +HsSqymY3om8Jx2yaDB58yK/VRUMs7/GPaqe/jQiHxbwyS7sWqhew7uNp+wJL5lEx
  +x5PkbKj/eA2pKUpMrPKVJfK3E4nq5Q9feBgukhMCADxon2KYa4z4orU3EkM7I3sn
  +wujj9dnCkoK2+P6/WvhNhR6q9fbdTHQqtDi4zSwip90m4CPWX/26RrEw2Lax1vC9
  +LNJu5olQORxWvaDEoPFkU23kohGe9Qtxozqjn2Sya8VQoq1X5IMrQoCrf3MUWGrJ
  ++UzABENqSj4mM5XSGazkzTsx59hQMLEz/zKsFlQqTSaZ88VXNoRjj3Hm7b8KQeDE
  +nTVtyjsrfoYjqPLSdhypI6HyNbUZ4mDJiQBGBBgRAgAGBQI7w2PlAAoJEHtBedug
  +FCK1DkkAoJpMzhUJ2LrraHk7ALnqEeOlPnusAKCQ0vyLlJGktTxwzZ6yv2xwSj6O
  +XQ==
  +=1Jv0
   -END PGP PUBLIC KEY BLOCK-
   
   Type Bits/KeyID Date   User ID

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

2004-02-24 Thread remm
remm2004/02/24 01:24:49

  Modified:.build.properties.default
  Log:
  - New daemon binaries.
  
  Revision  ChangesPath
  1.120 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- build.properties.default  8 Feb 2004 14:47:04 -   1.119
  +++ build.properties.default  24 Feb 2004 09:24:49 -  1.120
  @@ -77,10 +77,10 @@
   
   
   # - Commons Daemon, version 1.0-Alpha or later -
  -commons-daemon.home=${base.path}/commons-daemon-1.0-Alpha
  +commons-daemon.home=${base.path}/commons-daemon-1.0
   commons-daemon.lib=${commons-daemon.home}
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  
-commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/commons-daemon-1.0-Alpha.tar.gz
  
+commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/commons-daemon-1.0.tar.gz
   commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz
   
   
  
  
  

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



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

2004-02-08 Thread remm
remm2004/02/08 06:47:04

  Modified:.build.properties.default
  Log:
  - Update to NSIS 2.0 (at last).
  
  Revision  ChangesPath
  1.119 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- build.properties.default  2 Feb 2004 18:28:26 -   1.118
  +++ build.properties.default  8 Feb 2004 14:47:04 -   1.119
  @@ -193,10 +193,10 @@
   
   
   # - NSIS, version 2.0 or later -
  -nsis.home=${base.path}/nsis-2.0-rc2
  +nsis.home=${base.path}/nsis-2.0
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=${base-sf.loc}/nsis/nsis20rc2.exe
  +nsis.loc=${base-sf.loc}/nsis/nsis20.exe
   
   
   # - Struts, version 1.1 or later -
  
  
  

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



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

2004-01-15 Thread jfclere
jfclere 2004/01/15 06:37:38

  Modified:.build.properties.default build.xml
  Log:
  Add jaxen/saxpath location.
  
  Revision  ChangesPath
  1.117 +3 -1  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- build.properties.default  13 Jan 2004 14:32:29 -  1.116
  +++ build.properties.default  15 Jan 2004 14:37:37 -  1.117
  @@ -220,11 +220,13 @@
   # - Jaxen ( required by taglibs/standard required by jasper ) -
   jaxen.home=${base.path}/jaxen-1.0-FCS
   jaxen.jar=${jaxen.home}/jaxen-full.jar
  +jaxen.loc=${base-sf.loc}/jaxen/jaxen-1.0-FCS.tar.gz
   
   
   # - Saxpath ( required by taglibs/standard required by jasper ) -
   saxpath.home=${base.path}/saxpath-1.0-FCS
   saxpath.jar=${saxpath.home}/saxpath.jar
  +saxpath.loc=${base-sf.loc}/saxpath/saxpath-1.0.tar.gz
   
   
   # - Java Database Connectivity (JDBC) Optional Package, version 2.0 -
  
  
  
  1.174 +10 -0 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.173
  retrieving revision 1.174
  diff -u -r1.173 -r1.174
  --- build.xml 15 Jan 2004 09:38:49 -  1.173
  +++ build.xml 15 Jan 2004 14:37:37 -  1.174
  @@ -1630,6 +1630,16 @@
 param name=destfile value=${commons-daemon.jar}/
   /antcall
   
  +antcall target=downloadgz
  +  param name=sourcefile value=${jaxen.loc}/
  +  param name=destfile value=${jaxen.jar}/
  +/antcall
  +
  +antcall target=downloadgz
  +  param name=sourcefile value=${saxpath.loc}/
  +  param name=destfile value=${saxpath.jar}/
  +/antcall
  +
   !-- Build the dependencies that are not yet released --
   antcall target=build-depends/
   
  
  
  

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



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

2004-01-13 Thread remm
remm2004/01/13 06:32:29

  Modified:.build.properties.default
  Log:
  - NSIS RC 2.
  
  Revision  ChangesPath
  1.116 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- build.properties.default  7 Jan 2004 08:57:24 -   1.115
  +++ build.properties.default  13 Jan 2004 14:32:29 -  1.116
  @@ -193,10 +193,10 @@
   
   
   # - NSIS, version 2.0 or later -
  -nsis.home=${base.path}/nsis-2.0-rc1
  +nsis.home=${base.path}/nsis-2.0-rc2
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=${base-sf.loc}/nsis/nsis20rc1.exe
  +nsis.loc=${base-sf.loc}/nsis/nsis20rc2.exe
   
   
   # - Struts, version 1.1 or later -
  
  
  

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



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

2004-01-07 Thread remm
remm2004/01/07 00:57:24

  Modified:.build.properties.default
  Log:
  - Update NSIS again.
  - Use a property for SF location.
  
  Revision  ChangesPath
  1.115 +13 -7 jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.properties.default  26 Dec 2003 17:31:54 -  1.114
  +++ build.properties.default  7 Jan 2004 08:57:24 -   1.115
  @@ -40,7 +40,13 @@
   #base.path=/usr/local
   
   # - Jakarta files base location -
  -base-jakarta.loc=http://archive.apache.org/dist/jakarta/
  +base-jakarta.loc=http://archive.apache.org/dist/jakarta
  +
  +# - XML files base location -
  +base-xml.loc=http://archive.apache.org/dist/xml
  +
  +# - Sourceforge files base location -
  +base-sf.loc=http://telia.dl.sourceforge.net/sourceforge
   
   # --
   #REQUIRED LIBRARIES
  @@ -129,7 +135,7 @@
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  
-xerces.loc=http://archive.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.2.6.0.tar.gz
  +xerces.loc=${base-xml.loc}/xerces-j/binaries/Xerces-J-bin.2.6.0.tar.gz
   
   
   # --
  @@ -176,21 +182,21 @@
   jmx.lib=${jmx.home}/lib
   jmx.jar=${jmx.lib}/mx4j-jmx.jar
   jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
  -jmx.loc=http://telia.dl.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz
  +jmx.loc=${base-sf.loc}/mx4j/mx4j-1.1.1.tar.gz
   
   
   # - JUnit Unit Test Suite, version 3.7 or later -
   junit.home=${base.path}/junit3.7
   junit.lib=${junit.home}
   junit.jar=${junit.lib}/junit.jar
  -junit.loc=http://telia.dl.sourceforge.net/sourceforge/junit/junit3.7.zip
  +junit.loc=${base-sf.loc}/junit/junit3.7.zip
   
   
   # - NSIS, version 2.0 or later -
  -nsis.home=${base.path}/nsis-2.0-b4
  +nsis.home=${base.path}/nsis-2.0-rc1
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b4.exe
  +nsis.loc=${base-sf.loc}/nsis/nsis20rc1.exe
   
   
   # - Struts, version 1.1 or later -
  
  
  

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



cvs commit: jakarta-tomcat-5 build.properties.default tomcat.nsi

2003-12-26 Thread remm
remm2003/12/26 09:31:54

  Modified:.build.properties.default tomcat.nsi
  Log:
  - Update to HEAD (almost beta 5) of NSIS.
  
  Revision  ChangesPath
  1.114 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- build.properties.default  5 Dec 2003 09:56:50 -   1.113
  +++ build.properties.default  26 Dec 2003 17:31:54 -  1.114
  @@ -187,10 +187,10 @@
   
   
   # - NSIS, version 2.0 or later -
  -nsis.home=${base.path}/nsis-2.0-b3
  +nsis.home=${base.path}/nsis-2.0-b4
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b3.exe
  +nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b4.exe
   
   
   # - Struts, version 1.1 or later -
  
  
  
  1.39  +28 -41jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- tomcat.nsi25 Nov 2003 14:16:52 -  1.38
  +++ tomcat.nsi26 Dec 2003 17:31:54 -  1.39
  @@ -5,34 +5,22 @@
 ;Compression options
 CRCCheck on
 SetCompress force
  -  SetCompressor bzip2
  +  SetCompressor lzma
 SetDatablockOptimize on
   
   !include MUI.nsh
   
  -!define MUI_PRODUCT Apache Tomcat
  -!define MUI_VERSION @VERSION@
  +Name Apache Tomcat
   
   ;
   ;Configuration
   
  -  !define MUI_WELCOMEPAGE
  -  !define MUI_FINISHPAGE
 !define MUI_FINISHPAGE_SHOWREADME $INSTDIR\webapps\ROOT\RELEASE-NOTES.txt
 !define MUI_FINISHPAGE_RUN $INSTDIR\bin\tomcatw.exe
 !define MUI_FINISHPAGE_RUN_PARAMETERS //GT//Tomcat5
  -
 !define MUI_FINISHPAGE_NOREBOOTSUPPORT
   
  -  !define MUI_LICENSEPAGE
  -  !define MUI_COMPONENTSPAGE
  -  !define MUI_DIRECTORYPAGE
  -
 !define MUI_ABORTWARNING
  -  !define MUI_CUSTOMPAGECOMMANDS
  -
  -  !define MUI_UNINSTALLER
  -  !define MUI_UNCONFIRMPAGE
   
 !define TEMP1 $R0
 !define TEMP2 $R1
  @@ -40,9 +28,6 @@
 !define MUI_ICON tomcat.ico
 !define MUI_UNICON tomcat.ico
   
  -  ;Language
  -  !insertmacro MUI_LANGUAGE English
  -
 ;General
 OutFile tomcat-installer.exe
   
  @@ -55,15 +40,19 @@
 LangString TEXT_CONF_SUBTITLE ${LANG_ENGLISH} Tomcat basic configuration.
 LangString TEXT_CONF_PAGETITLE ${LANG_ENGLISH} : Configuration Options
   
  -  ;Page order
  -  !insertmacro MUI_PAGECOMMAND_WELCOME
  -  !insertmacro MUI_PAGECOMMAND_LICENSE
  -  !insertmacro MUI_PAGECOMMAND_COMPONENTS
  -  !insertmacro MUI_PAGECOMMAND_DIRECTORY
  -  Page custom SetConfiguration $(TEXT_CONF_PAGETITLE)
  -  Page custom SetChooseJVM $(TEXT_JVM_PAGETITLE)
  -  !insertmacro MUI_PAGECOMMAND_INSTFILES
  -  !insertmacro MUI_PAGECOMMAND_FINISH
  +  ;Install Page order
  +  !insertmacro MUI_PAGE_WELCOME
  +  !insertmacro MUI_PAGE_LICENSE INSTALLLICENSE
  +  !insertmacro MUI_PAGE_COMPONENTS
  +  !insertmacro MUI_PAGE_DIRECTORY
  +  Page custom SetConfiguration Void $(TEXT_CONF_PAGETITLE)
  +  Page custom SetChooseJVM Void $(TEXT_JVM_PAGETITLE)
  +  !insertmacro MUI_PAGE_INSTFILES
  +  !insertmacro MUI_PAGE_FINISH
  +
  +  ;Uninstall Page order
  +  !insertmacro MUI_UNPAGE_CONFIRM
  +  !insertmacro MUI_UNPAGE_INSTFILES
   
 ;License dialog
 LicenseData INSTALLLICENSE
  @@ -78,6 +67,9 @@
   LangString DESC_SecMenu ${LANG_ENGLISH} Create a Start Menu program group for 
Tomcat.
   LangString DESC_SecExamples ${LANG_ENGLISH} Installs some examples web 
applications.
   
  +  ;Language
  +  !insertmacro MUI_LANGUAGE English
  +
 ;Folder-select dialog
 InstallDir $PROGRAMFILES\Apache Software Foundation\Tomcat 5.0
   
  @@ -89,17 +81,11 @@
 ; Main registry key
 InstallDirRegKey HKLM SOFTWARE\Apache Software Foundation\Tomcat\5.0 
   
  -  !insertmacro MUI_RESERVEFILE_WELCOMEFINISHPAGE
 !insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
 ReserveFile jvm.ini
 ReserveFile config.ini
   
   ;
  -;Modern UI System
  -
  -!insertmacro MUI_SYSTEM
  -
  -;
   ;Installer Sections
   
   SubSection Tomcat SecTomcat
  @@ -116,11 +102,11 @@
 File /r bin
 File /r common
 File /r conf
  -  File /r shared
  -  File /r logs
  +  File /nonfatal /r shared
  +  File /nonfatal /r logs
 File /r server
  -  File /r work
  -  File /r temp
  +  File /nonfatal /r work
  +  File /nonfatal /r temp
 SetOutPath $INSTDIR\webapps
 File /r webapps\balancer
 File /r webapps\ROOT
  @@ -257,10 +243,13 @@
 !insertmacro 

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

2003-12-05 Thread remm
remm2003/12/05 01:56:50

  Modified:.build.properties.default
  Log:
  - Update to Xerces 2.6.0.
  
  Revision  ChangesPath
  1.113 +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- build.properties.default  11 Nov 2003 10:59:26 -  1.112
  +++ build.properties.default  5 Dec 2003 09:56:50 -   1.113
  @@ -124,12 +124,12 @@
   regexp.loc=${base-jakarta.loc}/regexp/binaries/jakarta-regexp-1.3.tar.gz
   
   
  -# - Xerces XML Parser, version 2.5.0 -
  -xerces.home=${base.path}/xerces-2_5_0
  +# - Xerces XML Parser, version 2.6.0 -
  +xerces.home=${base.path}/xerces-2_6_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  
-xerces.loc=http://archive.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.2.5.0.tar.gz
  
+xerces.loc=http://archive.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.2.6.0.tar.gz
   
   
   # --
  
  
  

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



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

2003-11-11 Thread jfclere
jfclere 2003/11/11 02:59:26

  Modified:.build.properties.default build.xml
  Log:
  Arrange build.properties.sample and build.xml to use the released daemon.
  Arrange the location to use base-jakarta.loc like in 4.x.
  
  Revision  ChangesPath
  1.112 +21 -19jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- build.properties.default  6 Nov 2003 10:57:51 -   1.111
  +++ build.properties.default  11 Nov 2003 10:59:26 -  1.112
  @@ -39,6 +39,9 @@
   #base.path=../repository
   #base.path=/usr/local
   
  +# - Jakarta files base location -
  +base-jakarta.loc=http://archive.apache.org/dist/jakarta/
  +
   # --
   #REQUIRED LIBRARIES
   # --
  @@ -48,14 +51,14 @@
   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://archive.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 2.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://archive.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 Launcher, version 0.9 or later -
  @@ -64,15 +67,14 @@
   commons-launcher.bin=${commons-launcher.home}/bin
   commons-launcher.jar=${commons-launcher.bin}/commons-launcher.jar
   commons-launcher.bootstrap.class=${commons-launcher.bin}/LauncherBootstrap.class
  
-commons-launcher.loc=http://archive.apache.org/dist/jakarta/commons/launcher/binaries/launcher-0.9.tar.gz
  
+commons-launcher.loc=${base-jakarta.loc}/commons/launcher/binaries/launcher-0.9.tar.gz
   
   
  -# - Commons Daemon -
  -commons-daemon.home=${base.path}/commons-daemon
  +# - Commons Daemon, version 1.0-Alpha or later -
  +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=jakarta-commons/daemon
  -commons-daemon.cvs.loc=jakarta-commons/daemon
  
+commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/commons-daemon-1.0-Alpha.tar.gz
   commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz
   
   
  @@ -80,14 +82,14 @@
   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://archive.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 Expression Language (EL), version 1.0 or later -
   commons-el.home=${base.path}/commons-el-1.0
   commons-el.lib=${commons-el.home}
   commons-el.jar=${commons-el.lib}/commons-el.jar
  
-commons-el.loc=http://archive.apache.org/dist/jakarta/commons/el/binaries/commons-el-1.0.tar.gz
  +commons-el.loc=${base-jakarta.loc}/commons/el/binaries/commons-el-1.0.tar.gz
   
   
   # - Commons Logging, version 1.0.1 or later -
  @@ -95,7 +97,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://archive.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
   
   
   # - Commons Modeler, version 1.1 or later -
  @@ -103,7 +105,7 @@
   #commons-modeler.lib=${commons-modeler.home}
   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
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  @@ -119,7 +121,7 @@
   regexp.home=${base.path}/jakarta-regexp-1.3
   regexp.lib=${regexp.home}
   

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

2003-11-06 Thread remm
remm2003/11/06 02:57:51

  Modified:.build.properties.default
  Log:
  - New Xerces 2.5.0 location.
  
  Revision  ChangesPath
  1.111 +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- build.properties.default  23 Oct 2003 17:33:32 -  1.110
  +++ build.properties.default  6 Nov 2003 10:57:51 -   1.111
  @@ -127,7 +127,7 @@
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
  
+xerces.loc=http://archive.apache.org/dist/xml/xerces-j/binaries/Xerces-J-bin.2.5.0.tar.gz
   
   
   # --
  
  
  

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



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

2003-10-23 Thread remm
remm2003/10/23 10:33:32

  Modified:.build.properties.default
  Log:
  - Upgrade to new DBCP and pool.
  
  Revision  ChangesPath
  1.110 +9 -9  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- build.properties.default  29 Sep 2003 10:27:40 -  1.109
  +++ build.properties.default  23 Oct 2003 17:33:32 -  1.110
  @@ -142,11 +142,11 @@
   
log4j.loc=http://archive.apache.org/dist/jakarta/log4j/binaries/jakarta-log4j-1.2.8.tar.gz
   
   
  -# - Commons DBCP, version 1.0 or later -
  -commons-dbcp.home=${base.path}/commons-dbcp-1.0
  +# - Commons DBCP, version 1.1 or later -
  +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=http://archive.apache.org/dist/jakarta/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 HttpClient, version 2.0 or later -
  @@ -156,11 +156,11 @@
   
commons-httpclient.loc=http://archive.apache.org/dist/jakarta/commons/httpclient/binary/commons-httpclient-2.0-rc1.tar.gz
   
   
  -# - Commons Pool, version 1.0.1 or later -
  -commons-pool.home=${base.path}/commons-pool-1.0.1
  +# - Commons Pool, version 1.1 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.loc=http://archive.apache.org/dist/jakarta/commons/pool/binaries/pool-1.0.1.tar.gz
  +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 FileUpload, version 1.0-20030531 or later -
  
  
  

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



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

2003-09-29 Thread remm
remm2003/09/29 03:27:40

  Modified:.build.properties.default build.xml tomcat.nsi
  Log:
  - Set -Dsun.io.useCanonCaches=false for Windows. This decreases
startup performance significantly, but is needed for now (since Sun doesn't
seem to be willing to fix the bug in a timely fashion).
  - Update after procrun move.
  
  Revision  ChangesPath
  1.109 +1 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- build.properties.default  23 Sep 2003 18:41:11 -  1.108
  +++ build.properties.default  29 Sep 2003 10:27:40 -  1.109
  @@ -73,9 +73,6 @@
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
   commons-daemon.loc=jakarta-commons/daemon
   commons-daemon.cvs.loc=jakarta-commons/daemon
  -commons-daemon.procrun.home=${commons-daemon.lib}/bin
  -commons-daemon.procrun.exe=${commons-daemon.procrun.home}/tomcat.exe
  -commons-daemon.procrunw.exe=${commons-daemon.procrun.home}/tomcatw.exe
   commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz
   
   
  
  
  
  1.161 +4 -2  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.160
  retrieving revision 1.161
  diff -u -r1.160 -r1.161
  --- build.xml 28 Sep 2003 12:23:27 -  1.160
  +++ build.xml 29 Sep 2003 10:27:40 -  1.161
  @@ -1266,8 +1266,10 @@
 fileset dir=resources /
   /copy
   copy file=${nsis.installoptions.dll} todir=${tomcat.dist} /
  -copy file=${commons-daemon.procrun.exe} 
tofile=${tomcat.dist}/bin/tomcat.exe /
  -copy file=${commons-daemon.procrunw.exe} 
tofile=${tomcat.dist}/bin/tomcatw.exe /
  +copy file=${jtc.home}/procrun/bin/tomcat.exe 
  +tofile=${tomcat.dist}/bin/tomcat.exe /
  +copy file=${jtc.home}/procrun/bin/tomcatw.exe 
  +tofile=${tomcat.dist}/bin/tomcatw.exe /
   filter token=VERSION value=${version}/
   copy file=tomcat.nsi tofile=${tomcat.dist}/tomcat.nsi 
filtering=true/
  
  
  
  1.35  +3 -3  jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- tomcat.nsi16 Jun 2003 21:15:40 -  1.34
  +++ tomcat.nsi29 Sep 2003 10:27:40 -  1.35
  @@ -130,7 +130,7 @@
   
 Call configure
   
  -  ExecWait '$INSTDIR\bin\tomcatw.exe //IS//Tomcat5 --DisplayName Apache Tomcat 
--Description Apache Tomcat @VERSION@ Server - http://jakarta.apache.org/tomcat/;  
--Install $INSTDIR\bin\tomcat.exe --ImagePath $INSTDIR\bin\bootstrap.jar 
--StartupClass org.apache.catalina.startup.Bootstrap;main;start --ShutdownClass 
org.apache.catalina.startup.Bootstrap;main;stop --Java java --JavaOptions -Xrs 
--Startup manual'
  +  ExecWait '$INSTDIR\bin\tomcatw.exe //IS//Tomcat5 --Group Tomcat --DisplayName 
Apache Tomcat --Description Apache Tomcat @VERSION@ Server - 
http://jakarta.apache.org/tomcat/;  --Install $INSTDIR\bin\tomcat.exe --ImagePath 
$INSTDIR\bin\bootstrap.jar --StartupClass 
org.apache.catalina.startup.Bootstrap;main;start --ShutdownClass 
org.apache.catalina.startup.Bootstrap;main;stop --Java java --JavaOptions -Xrs 
--Startup manual'
   
   SectionEnd
   
  @@ -222,7 +222,7 @@
   
   Section -post
   
  -  ExecWait '$INSTDIR\bin\tomcatw.exe //US//Tomcat5 --JavaOptions 
-Dcatalina.home=\$INSTDIR\#-Djava.endorsed.dirs=\$INSTDIR\common\endorsed\#-Xrs
 --StdOutputFile $INSTDIR\logs\stdout.log --StdErrorFile $INSTDIR\logs\stderr.log 
--WorkingPath $INSTDIR'
  +  ExecWait '$INSTDIR\bin\tomcatw.exe //US//Tomcat5 --JavaOptions 
-Dcatalina.home=\$INSTDIR\#-Djava.endorsed.dirs=\$INSTDIR\common\endorsed\#-Dsun.io.useCanonCaches=false#-Xrs
 --StdOutputFile $INSTDIR\logs\stdout.log --StdErrorFile $INSTDIR\logs\stderr.log 
--WorkingPath $INSTDIR'
   
 WriteUninstaller $INSTDIR\Uninstall.exe
   
  
  
  

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



Re: cvs commit: jakarta-tomcat-5 build.properties.default build.xml tomcat.nsi

2003-09-29 Thread Remy Maucherat
[EMAIL PROTECTED] wrote:

remm2003/09/29 03:27:40

  Modified:.build.properties.default build.xml tomcat.nsi
  Log:
  - Set -Dsun.io.useCanonCaches=false for Windows. This decreases
startup performance significantly, but is needed for now (since Sun doesn't
seem to be willing to fix the bug in a timely fashion).
It doesn't decrease startup performance significantly at all (maybe 
2-3%). I actually had forgotten to remove the Watchdog and tester 
webapps before looking at the results ;-)

Remy



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


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

2003-09-23 Thread jfarcand
jfarcand2003/09/23 11:41:11

  Modified:.build.properties.default
  Log:
  Use Xerces 2.5 as it validate DT properly (only schema are broken). Working on a 
solution.
  
  Revision  ChangesPath
  1.108 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- build.properties.default  8 Sep 2003 10:11:39 -   1.107
  +++ build.properties.default  23 Sep 2003 18:41:11 -  1.108
  @@ -126,11 +126,11 @@
   
   
   # - Xerces XML Parser, version 2.5.0 -
  -xerces.home=${base.path}/xerces-2_1_0
  +xerces.home=${base.path}/xerces-2_5_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
   
   
   # --
  
  
  

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



Re: cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-10 Thread NormW
Good morning... looks like another beautiful day here!
Unfortunately it isn't off to a good start somehow your most recent
e-mail got picked up in the lot to be deleted... sigh... could you send a
copy of your last one, with a subject of 'rainy Wednesday...' please? I quit
the tomcat-user list ages ago, and after only one day, there were still more
than 80 and so many SPAM, I guess in my 'excitement' I must have pressed
delete once too many times, since of them all, yours was the only one from a
person actually addressed to me, that I did want to read...;-(

Yesterday's outing was tiring but didn't find much of interest... did buy a
film and might finish off the roll with a 'view' from my window, just so
that we are even...

Hope all goes well,
For the minute,
Norm

- Original Message - 
From: Bill Barker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 09, 2003 3:59 PM
Subject: Re: cvs commit: jakarta-tomcat-5 build.properties.default



 [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
  remm2003/09/08 02:31:38
 
Modified:.build.properties.default
Log:
- New PureTLS version.
- I'll be including PureTLS support in 5.0.11+.
 

 While I'm +1, this may cause problems since at the moment Tomcat will
select
 PureTLS by default if it is found (on the grounds that you've had to
 download and install it, so you must want it :).  If PureTLS ships with,
 then there needs to be a big bold instruction in the ssl_howto to select
 JSSE.




 -
 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]



Re: cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-09 Thread Bill Barker

[EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 remm2003/09/08 02:31:38

   Modified:.build.properties.default
   Log:
   - New PureTLS version.
   - I'll be including PureTLS support in 5.0.11+.


While I'm +1, this may cause problems since at the moment Tomcat will select
PureTLS by default if it is found (on the grounds that you've had to
download and install it, so you must want it :).  If PureTLS ships with,
then there needs to be a big bold instruction in the ssl_howto to select
JSSE.




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



Re: cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-09 Thread Remy Maucherat
Bill Barker wrote:
[EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
remm2003/09/08 02:31:38

 Modified:.build.properties.default
 Log:
 - New PureTLS version.
 - I'll be including PureTLS support in 5.0.11+.
While I'm +1, this may cause problems since at the moment Tomcat will select
PureTLS by default if it is found (on the grounds that you've had to
download and install it, so you must want it :).  If PureTLS ships with,
then there needs to be a big bold instruction in the ssl_howto to select
JSSE.
I won't be shipping PureTLS and Cryptix ;-) I meant build the PureTLS 
support in j-t-c/util (with versions before 5.0.11, you had to rebuild 
j-t-c/util). Basically, when I got my new laptop, I forgot about PureTLS.

Remy

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


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

2003-09-08 Thread remm
remm2003/09/08 02:10:54

  Modified:.build.properties.default
  Log:
  - Update all d/l locations (including launcher) to archive.apache.org (they are
supposed to last forever ;-) ).
  
  Revision  ChangesPath
  1.105 +21 -21jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- build.properties.default  5 Sep 2003 06:46:01 -   1.104
  +++ build.properties.default  8 Sep 2003 09:10:54 -   1.105
  @@ -48,14 +48,14 @@
   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=http://archive.apache.org/dist/jakarta/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
   
   
   # - Commons Collections, version 2.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=http://archive.apache.org/dist/jakarta/commons/collections/binaries/collections-2.1.tar.gz
   
   
   # - Commons Launcher, version 0.9 or later -
  @@ -64,7 +64,7 @@
   commons-launcher.bin=${commons-launcher.home}/bin
   commons-launcher.jar=${commons-launcher.bin}/commons-launcher.jar
   commons-launcher.bootstrap.class=${commons-launcher.bin}/LauncherBootstrap.class
  
-commons-launcher.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-launcher/v0.9/commons-launcher-0.9.tar.gz
  
+commons-launcher.loc=http://archive.apache.org/dist/jakarta/commons/launcher/binaries/launcher-0.9.tar.gz
   
   
   # - Commons Daemon -
  @@ -83,14 +83,14 @@
   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=http://archive.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.5.tar.gz
   
   
   # - Commons Expression Language (EL), version 1.0 or later -
   commons-el.home=${base.path}/commons-el-1.0
   commons-el.lib=${commons-el.home}
   commons-el.jar=${commons-el.lib}/commons-el.jar
  
-commons-el.loc=http://www.apache.org/dist/jakarta/commons/el/binaries/commons-el-1.0.tar.gz
  
+commons-el.loc=http://archive.apache.org/dist/jakarta/commons/el/binaries/commons-el-1.0.tar.gz
   
   
   # - Commons Logging, version 1.0.1 or later -
  @@ -98,7 +98,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=http://archive.apache.org/dist/jakarta/commons/logging/binaries/commons-logging-1.0.3.tar.gz
   
   
   # - Commons Modeler, version 1.1 or later -
  @@ -106,7 +106,7 @@
   #commons-modeler.lib=${commons-modeler.home}
   commons-modeler.lib=${commons-modeler.home}
   commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
  
-commons-modeler.loc=http://www.apache.org/dist/jakarta/commons/modeler/binaries/modeler-1.1.tar.gz
  
+commons-modeler.loc=http://archive.apache.org/dist/jakarta/commons/modeler/binaries/modeler-1.1.tar.gz
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  @@ -119,10 +119,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
   
   
   # - Xerces XML Parser, version 2.5.0 -
  @@ -139,38 +139,38 @@
   
   
   # - Log4j -
  -log4j.home=${base.path}/jakarta-log4j-1.2.7
  +log4j.home=${base.path}/jakarta-log4j-1.2.8
   log4j.lib=${log4j.home}
  -log4j.jar=${log4j.lib}/dist/lib/log4j-1.2.7.jar
  -log4j.loc=http://jakarta.apache.org/log4j/jakarta-log4j-1.2.7.tar.gz
  

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

2003-09-08 Thread remm
remm2003/09/08 02:31:38

  Modified:.build.properties.default
  Log:
  - New PureTLS version.
  - I'll be including PureTLS support in 5.0.11+.
  
  Revision  ChangesPath
  1.106 +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- build.properties.default  8 Sep 2003 09:10:54 -   1.105
  +++ build.properties.default  8 Sep 2003 09:31:38 -   1.106
  @@ -249,7 +249,7 @@
   
   
   # - PureTLS Extension, version 0.9 or later -
  -puretls.home=${base.path}/puretls-0.9b2
  +puretls.home=${base.path}/puretls-0.9b4
   puretls.lib=${puretls.home}/build
   puretls.jar=${puretls.lib}/puretls.jar
   
  
  
  

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



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

2003-09-08 Thread remm
remm2003/09/08 03:11:39

  Modified:.build.properties.default
  Log:
  - /usr/share/java seems a better default than /usr/local for d/led stuff.
  
  Revision  ChangesPath
  1.107 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- build.properties.default  8 Sep 2003 09:31:38 -   1.106
  +++ build.properties.default  8 Sep 2003 10:11:39 -   1.107
  @@ -35,9 +35,9 @@
   cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
   
   # - Default Base Path for Dependent Packages -
  -#base.path=/usr/share/java
  +base.path=/usr/share/java
   #base.path=../repository
  -base.path=/usr/local
  +#base.path=/usr/local
   
   # --
   #REQUIRED LIBRARIES
  
  
  

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



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

2003-09-05 Thread remm
remm2003/09/04 23:46:01

  Modified:.build.properties.default build.xml
  Log:
  - Daemon moved to commons proper.
  
  Revision  ChangesPath
  1.104 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -u -r1.103 -r1.104
  --- build.properties.default  26 Aug 2003 08:42:38 -  1.103
  +++ build.properties.default  5 Sep 2003 06:46:01 -   1.104
  @@ -71,8 +71,8 @@
   commons-daemon.home=${base.path}/commons-daemon
   commons-daemon.lib=${commons-daemon.home}
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  -commons-daemon.loc=jakarta-commons-sandbox/daemon
  -commons-daemon.cvs.loc=jakarta-commons-sandbox/daemon
  +commons-daemon.loc=jakarta-commons/daemon
  +commons-daemon.cvs.loc=jakarta-commons/daemon
   commons-daemon.procrun.home=${commons-daemon.lib}/bin
   commons-daemon.procrun.exe=${commons-daemon.procrun.home}/tomcat.exe
   commons-daemon.procrunw.exe=${commons-daemon.procrun.home}/tomcatw.exe
  
  
  
  1.156 +2 -2  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.155
  retrieving revision 1.156
  diff -u -r1.155 -r1.156
  --- build.xml 31 Aug 2003 16:52:05 -  1.155
  +++ build.xml 5 Sep 2003 06:46:01 -   1.156
  @@ -119,7 +119,7 @@
   
   uptodate property=commons-daemon.build.notrequired
 targetfile=${commons-daemon.jar}
  -  srcfiles dir=${cvs.base}/jakarta-commons-sandbox/daemon/src includes=** 
/
  +  srcfiles dir=${cvs.base}/jakarta-commons/daemon/src includes=** /
   /uptodate
 /target
   
  @@ -479,7 +479,7 @@
 target name=build-commons-daemon unless=commons-daemon.build.notrequired 
description=build commons-daemon 
   echo== Building: commons-daemon /echo
   
  -ant dir=${cvs.base}/jakarta-commons-sandbox/daemon target=dist 
  +ant dir=${cvs.base}/jakarta-commons/daemon target=dist 
   property name=compile.optimize value=false /
   property name=dist.home value=${commons-daemon.home} /
   /ant
  
  
  

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



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

2003-08-26 Thread remm
remm2003/08/26 01:42:39

  Modified:.build.properties.default build.xml
  Log:
  - Use Xerces 2.1, which has less issues with schema validation.
  - The deployer doesn't need the Ant binary (as Ant is required to run the
build.xml anyway). This will make the binary much smaller.
  
  Revision  ChangesPath
  1.103 +4 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- build.properties.default  19 Aug 2003 16:22:22 -  1.102
  +++ build.properties.default  26 Aug 2003 08:42:38 -  1.103
  @@ -126,11 +126,12 @@
   
   
   # - Xerces XML Parser, version 2.5.0 -
  -xerces.home=${base.path}/xerces-2_5_0
  +xerces.home=${base.path}/xerces-2_1_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
  +
   
   # --
   #  CORE OPTIONAL LIBRARIES
  
  
  
  1.152 +0 -2  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- build.xml 25 Aug 2003 18:43:04 -  1.151
  +++ build.xml 26 Aug 2003 08:42:38 -  1.152
  @@ -705,8 +705,6 @@
   
 target name=deployer description=Create the Tomcat deployer binary  
   
  -copy todir=${tomcat.deployer}/lib file=${tomcat.build}/common/lib/ant.jar/
  -
   !-- JSP and Servlet runtime --
   copy todir=${tomcat.deployer}/lib
 fileset dir=${tomcat.build}/common/lib
  
  
  

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



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

2003-08-19 Thread remm
remm2003/08/19 09:22:22

  Modified:.build.properties.default
  Log:
  - My testing has revealed that there are similar problems between Xerces 2.1 and
2.5 with schema validation, so it seems best to use Xerces 2.5, and disable
schema validation for now (I'll add a workaround for this tomorrow if no fix
is found until then).
  
  Revision  ChangesPath
  1.102 +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- build.properties.default  12 Aug 2003 16:49:24 -  1.101
  +++ build.properties.default  19 Aug 2003 16:22:22 -  1.102
  @@ -125,12 +125,12 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 2.1.0 -
  -xerces.home=${base.path}/xerces-2_1_0
  +# - Xerces XML Parser, version 2.5.0 -
  +xerces.home=${base.path}/xerces-2_5_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
   
   # --
   #  CORE OPTIONAL LIBRARIES
  
  
  

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



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

2003-08-14 Thread remm
remm2003/08/10 01:50:44

  Modified:.build.properties.default build.xml
  Log:
  - Update to commons-modeler 1.1. Thanks to Yoav :)
  
  Revision  ChangesPath
  1.100 +3 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- build.properties.default  1 Aug 2003 06:54:10 -   1.99
  +++ build.properties.default  10 Aug 2003 08:50:44 -  1.100
  @@ -102,12 +102,11 @@
   
   
   # - Commons Modeler, version 1.1 or later -
  -commons-modeler.home=${base.path}/commons-modeler-1.1dev
  +commons-modeler.home=${base.path}/commons-modeler-1.1
   #commons-modeler.lib=${commons-modeler.home}
   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-modeler.cvs.loc=jakarta-commons/modeler
  
+commons-modeler.loc=http://www.apache.org/dist/jakarta/commons/modeler/binaries/modeler-1.1.tar.gz
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  
  
  
  1.148 +12 -2 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- build.xml 2 Aug 2003 17:15:54 -   1.147
  +++ build.xml 10 Aug 2003 08:50:44 -  1.148
  @@ -117,10 +117,12 @@
 srcfiles dir=${catalina.home}/webapps/admin includes=** /
   /uptodate
   
  +!--
   uptodate property=commons-modeler.build.notrequired
 targetfile=${commons-modeler.jar}
 srcfiles dir=${cvs.base}/jakarta-commons/modeler/src/java includes=** /
   /uptodate
  +--
   
   uptodate property=commons-daemon.build.notrequired
 targetfile=${commons-daemon.jar}
  @@ -463,6 +465,7 @@
   
 !-- == Build dependent code === --
   
  +!--
 target name=build-commons-modeler unless=commons-modeler.build.notrequired 
description=build commons-modeler
   echo== Building: commons-modeler /echo
   
  @@ -474,7 +477,7 @@
   property name=build.home value=${tomcat.build} /
   /ant
 /target
  -
  +--
   
 target name=build-commons-daemon unless=commons-daemon.build.notrequired 
description=build commons-daemon 
   echo== Building: commons-daemon /echo
  @@ -494,7 +497,7 @@
   antcall target=build-servletapi/
   antcall target=build-jspapi/
   
  -antcall target=build-commons-modeler /
  +!-- antcall target=build-commons-modeler / --
   antcall target=build-commons-daemon /
   
 /target
  @@ -1531,6 +1534,11 @@
   /antcall
   
   antcall target=downloadgz
  +  param name=sourcefile value=${commons-modeler.loc}/
  +  param name=destfile value=${commons-modeler.jar}/
  +/antcall
  +
  +antcall target=downloadgz
 param name=sourcefile value=${log4j.loc}/
 param name=destfile value=${log4j.jar}/
   /antcall
  @@ -1700,9 +1708,11 @@
   cvs cvsroot=${cvsroot} quiet=true
command=checkout -P ${cvstag} ${commons-daemon.cvs.loc}
dest=${cvs.base}/
  +!--
   cvs cvsroot=${cvsroot} quiet=true
command=checkout -P ${cvstag} ${commons-modeler.cvs.loc} 
dest=${cvs.base}/
  +--
 /target
   
   
  
  
  

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



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

2003-08-14 Thread jfarcand
jfarcand2003/08/12 09:49:24

  Modified:.build.properties.default
  Log:
  Until I figure out what is the problem with Xerces 2.3.0+, use Xerces 2.1.0 so at 
least people can turn on validation and test Tld validation.
  
  Revision  ChangesPath
  1.101 +4 -5  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- build.properties.default  10 Aug 2003 08:50:44 -  1.100
  +++ build.properties.default  12 Aug 2003 16:49:24 -  1.101
  @@ -125,13 +125,12 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 2.4.0 -
  -xerces.home=${base.path}/xerces-2_5_0
  +# - Xerces XML Parser, version 2.1.0 -
  +xerces.home=${base.path}/xerces-2_1_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
  -
  +xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
   
   # --
   #  CORE OPTIONAL LIBRARIES
  
  
  

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



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

2003-08-01 Thread remm
remm2003/07/31 23:54:10

  Modified:.build.properties.default
  Log:
  - Update to Xerces 2.5.0 (will revert to 2.4.0 if there are problems ;-) ).
  
  Revision  ChangesPath
  1.99  +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- build.properties.default  18 Jul 2003 14:29:29 -  1.98
  +++ build.properties.default  1 Aug 2003 06:54:10 -   1.99
  @@ -127,11 +127,11 @@
   
   
   # - Xerces XML Parser, version 2.4.0 -
  -xerces.home=${base.path}/xerces-2_4_0
  +xerces.home=${base.path}/xerces-2_5_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.4.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
   
   
   # --
  
  
  

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



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

2003-07-18 Thread remm
remm2003/07/18 07:29:29

  Modified:.build.properties.default build.xml
  Log:
  - Add commons-httpclient to the download list, for use with the tester
component.
  
  Revision  ChangesPath
  1.98  +15 -8 jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build.properties.default  30 Jun 2003 18:21:34 -  1.97
  +++ build.properties.default  18 Jul 2003 14:29:29 -  1.98
  @@ -101,6 +101,15 @@
   
commons-logging.loc=http://www.apache.org/dist/jakarta/commons/logging/binaries/commons-logging-1.0.3.tar.gz
   
   
  +# - Commons Modeler, version 1.1 or later -
  +commons-modeler.home=${base.path}/commons-modeler-1.1dev
  +#commons-modeler.lib=${commons-modeler.home}
  +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-modeler.cvs.loc=jakarta-commons/modeler
  +
  +
   # - 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
  @@ -144,13 +153,11 @@
   
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.1dev
  -#commons-modeler.lib=${commons-modeler.home}
  -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-modeler.cvs.loc=jakarta-commons/modeler
  +# - Commons HttpClient, version 2.0 or later -
  +commons-httpclient.home=${base.path}/commons-httpclient-2.0-beta2
  +commons-httpclient.lib=${commons-httpclient.home}
  +commons-httpclient.jar=${commons-httpclient.lib}/commons-httpclient-2.0-beta2.jar
  
+commons-httpclient.loc=http://www.apache.org/dist/jakarta/commons/httpclient/binary/commons-httpclient-2.0-beta2.tar.gz
   
   
   # - Commons Pool, version 1.0.1 or later -
  
  
  
  1.141 +5 -0  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.140
  retrieving revision 1.141
  diff -u -r1.140 -r1.141
  --- build.xml 16 Jul 2003 22:50:41 -  1.140
  +++ build.xml 18 Jul 2003 14:29:29 -  1.141
  @@ -1589,6 +1589,11 @@
 param name=destdir value=${base.path}/
   /antcall
   
  +antcall target=downloadgz
  +  param name=sourcefile value=${commons-httpclient.loc}/
  +  param name=destfile value=${commons-httpclient.jar}/
  +/antcall
  +
   antcall target=downloadfile
 param name=sourcefile value=${nsis.loc}/
 param name=destfile value=${nsis.exe}/
  
  
  

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



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

2003-06-30 Thread remm
remm2003/06/30 11:21:35

  Modified:.build.properties.default build.xml
  Log:
  - Update to Struts 1.1.
  
  Revision  ChangesPath
  1.97  +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- build.properties.default  26 Jun 2003 22:23:15 -  1.96
  +++ build.properties.default  30 Jun 2003 18:21:34 -  1.97
  @@ -189,10 +189,10 @@
   
   
   # - Struts, version 1.1 or later -
  -struts.home=${base.path}/jakarta-struts-1.1-rc1
  +struts.home=${base.path}/jakarta-struts-1.1
   struts.lib=${struts.home}/lib
   struts.jar=${struts.lib}/struts.jar
  
-struts.loc=http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-rc1.tar.gz
  
+struts.loc=http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1.tar.gz
   
   
   # --
  
  
  
  1.136 +1 -1  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- build.xml 22 Jun 2003 17:42:46 -  1.135
  +++ build.xml 30 Jun 2003 18:21:34 -  1.136
  @@ -12,7 +12,7 @@
   
 !-- Project Properties --
 property name=name  value=Apache Tomcat /
  -  property name=year  value=2002 /
  +  property name=year  value=2003 /
 property name=version   value=5.0 /
 property name=project   value=jakarta-tomcat /
 property name=final.namevalue=${project}-${version} /
  
  
  

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



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

2003-06-26 Thread remm
remm2003/06/26 15:23:15

  Modified:.build.properties.default
  Log:
  - Upgrade to commons-fileupload 1.0.
  
  Revision  ChangesPath
  1.96  +4 -5  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- build.properties.default  21 Jun 2003 13:37:21 -  1.95
  +++ build.properties.default  26 Jun 2003 22:23:15 -  1.96
  @@ -161,11 +161,10 @@
   
   
   # - Commons FileUpload, version 1.0-20030531 or later -
  -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/binaries/commons-fileupload-1.0.tar.gz
   
   # - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or 
later -
   jmx.home=${base.path}/mx4j-1.1.1
  
  
  

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



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

2003-06-21 Thread remm
remm2003/06/21 06:37:21

  Modified:.build.properties.default build.xml
  Log:
  - Upgrade to commons-el 1.0.
  - Thanks to Jan Luehe for the release.
  
  Revision  ChangesPath
  1.95  +4 -5  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- build.properties.default  16 Jun 2003 21:36:54 -  1.94
  +++ build.properties.default  21 Jun 2003 13:37:21 -  1.95
  @@ -86,12 +86,11 @@
   
commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.5.tar.gz
   
   
  -# - Commons Expression Language (EL) -
  -commons-el.home=${base.path}/commons-el
  +# - Commons Expression Language (EL), version 1.0 or later -
  +commons-el.home=${base.path}/commons-el-1.0
   commons-el.lib=${commons-el.home}
   commons-el.jar=${commons-el.lib}/commons-el.jar
  -commons-el.loc=jakarta-commons/el
  -commons-el.cvs.loc=jakarta-commons/el
  
+commons-el.loc=http://www.apache.org/dist/jakarta/commons/el/binaries/commons-el-1.0.tar.gz
   
   
   # - Commons Logging, version 1.0.1 or later -
  
  
  
  1.134 +10 -2 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- build.xml 16 Jun 2003 21:36:54 -  1.133
  +++ build.xml 21 Jun 2003 13:37:21 -  1.134
  @@ -122,10 +122,12 @@
 srcfiles dir=${cvs.base}/jakarta-commons/modeler/src/java includes=** /
   /uptodate
   
  +!--
   uptodate property=commons-el.build.notrequired
 targetfile=${commons-el.jar}
 srcfiles dir=${cvs.base}/jakarta-commons/el/src/java includes=** /
   /uptodate
  +--
   
   uptodate property=commons-daemon.build.notrequired
 targetfile=${commons-daemon.jar}
  @@ -488,7 +490,7 @@
   /ant
 /target
   
  -
  +!--
 target name=build-commons-el unless=commons-el.build.notrequired 
description=build commons-el 
   echo== Building: commons-el /echo
   
  @@ -499,6 +501,7 @@
   property name=dist.home value=${commons-el.home} /
   /ant
 /target
  +--
   
 target name=build-commons-daemon unless=commons-daemon.build.notrequired 
description=build commons-daemon 
   echo== Building: commons-daemon /echo
  @@ -518,7 +521,7 @@
   antcall target=build-servletapi/
   antcall target=build-jspapi/
   
  -antcall target=build-commons-el /
  +!-- antcall target=build-commons-el / --
   antcall target=build-commons-modeler /
   antcall target=build-commons-daemon /
   
  @@ -1468,6 +1471,11 @@
   antcall target=downloadgz
 param name=sourcefile value=${commons-collections.loc}/
 param name=destfile value=${commons-collections.jar}/
  +/antcall
  +
  +antcall target=downloadgz
  +  param name=sourcefile value=${commons-el.loc}/
  +  param name=destfile value=${commons-el.jar}/
   /antcall
   
   antcall target=downloadgz
  
  
  

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



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

2003-06-16 Thread remm
remm2003/06/16 14:36:54

  Modified:.build.properties.default build.xml
  Log:
  - Remove bundled Tyrex support, as agreed on earlier (Tyrex is no longer
supported, apparently; there are alternatives, readu to use with TC, such
as JOTM).
  
  Revision  ChangesPath
  1.94  +1 -8  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- build.properties.default  5 Jun 2003 18:28:07 -   1.93
  +++ build.properties.default  16 Jun 2003 21:36:54 -  1.94
  @@ -197,13 +197,6 @@
   
struts.loc=http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-rc1.tar.gz
   
   
  -# - Tyrex Data Source, version 1.0 -
  -tyrex.home=${base.path}/tyrex-1.0
  -tyrex.lib=${tyrex.home}
  -tyrex.jar=${tyrex.lib}/tyrex-1.0.jar
  -tyrex.loc=http://telia.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.jar
  -
  -
   # --
   #OPTIONAL LIBRARIES
   # --
  
  
  
  1.133 +4 -9  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.132
  retrieving revision 1.133
  diff -u -r1.132 -r1.133
  --- build.xml 15 Jun 2003 13:32:35 -  1.132
  +++ build.xml 16 Jun 2003 21:36:54 -  1.133
  @@ -142,12 +142,12 @@
   copy file=${commons-el.jar} 
 todir=${tomcat.build}/common/lib/
   
  -copy todir=${tomcat.build}/common/lib file=${commons-logging-api.jar} /
  +copy todir=${tomcat.build}/common/lib 
  +   file=${commons-logging-api.jar} /
   copy tofile=${tomcat.build}/common/lib/jmx.jar file=${jmx.jar} /
  -!--
   copy tofile=${tomcat.build}/common/lib/jmx-tools.jar 
  -  file=${jmx-tools.jar} /
  ---
  +file=${jmx-tools.jar} /
  +
   copy todir=${tomcat.build}/server/lib file=${commons-logging.jar} /
   copy todir=${tomcat.build}/server/lib file=${commons-modeler.jar} /
   
  @@ -1536,11 +1536,6 @@
   antcall target=downloadgz
 param name=sourcefile value=${struts.loc}/
 param name=destfile value=${struts.jar}/
  -/antcall
  -antcall target=downloadfile
  -  param name=sourcefile value=${tyrex.loc}/
  -  param name=destfile value=${tyrex.jar}/
  -  param name=destdir value=${tyrex.home}/
   /antcall
   
   !-- Build the dependencies that are not yet released --
  
  
  

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



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

2003-06-06 Thread remm
remm2003/06/05 11:28:07

  Modified:.build.properties.default build.xml
  Log:
  - Package the jsvc source code with Tomcat, for Unix users.
  
  Revision  ChangesPath
  1.93  +2 -1  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- build.properties.default  4 Jun 2003 18:14:26 -   1.92
  +++ build.properties.default  5 Jun 2003 18:28:07 -   1.93
  @@ -76,6 +76,7 @@
   commons-daemon.procrun.home=${commons-daemon.lib}/bin
   commons-daemon.procrun.exe=${commons-daemon.procrun.home}/tomcat.exe
   commons-daemon.procrunw.exe=${commons-daemon.procrun.home}/tomcatw.exe
  +commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz
   
   
   # - Commons Digester, version 1.4 or later -
  
  
  
  1.130 +6 -1  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- build.xml 3 Jun 2003 21:38:52 -   1.129
  +++ build.xml 5 Jun 2003 18:28:07 -   1.130
  @@ -151,6 +151,8 @@
   copy todir=${tomcat.build}/server/lib file=${commons-logging.jar} /
   copy todir=${tomcat.build}/server/lib file=${commons-modeler.jar} /
   
  +copy todir=${tomcat.build}/bin file=${commons-daemon.jsvc.tar.gz} /
  +
   copy todir=${tomcat.build}/common/lib file=${ant.jar}/
 /target
   
  @@ -814,7 +816,6 @@
   
 target name=deploy.old depends=deploy-static
   
  -
   echoTarget: Modeler - Dist .../echo
   ant dir=${commons-modeler.home} target=dist/
   
  @@ -848,6 +849,10 @@
   copy todir=${tomcat.build}/webapps/servlets-examples
 fileset dir=${api.home}/jsr154/build/examples/
   /copy
  +
  +!-- Copy Unix JSVC from commons-daemon --
  +copy file=${commons-daemon.jsvc.tar.gz} 
  +tofile=${tomcat.dist}/bin/jsvc.tar.gz /
   
   echoTarget: Webapps precompilation .../echo
   
  
  
  

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



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

2003-06-05 Thread remm
remm2003/06/04 11:14:27

  Modified:.build.properties.default
  Log:
  - The nighlies rool out to quickly to link to them :-(
  
  Revision  ChangesPath
  1.92  +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- build.properties.default  4 Jun 2003 08:20:43 -   1.91
  +++ build.properties.default  4 Jun 2003 18:14:26 -   1.92
  @@ -163,8 +163,8 @@
   # - Commons FileUpload, version 1.0-20030531 or later -
   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-dev.jar
  
-commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/nightly/fileupload/commons-fileupload-20030531.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
   
   
   # - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or 
later -
  
  
  

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



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

2003-06-04 Thread billbarker
billbarker2003/06/04 01:06:14

  Modified:.build.properties.default
  Log:
  Default commons-fileupload to nightly build for now.
  
  Revision  ChangesPath
  1.90  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- build.properties.default  28 Apr 2003 17:50:25 -  1.89
  +++ build.properties.default  4 Jun 2003 08:06:13 -   1.90
  @@ -160,11 +160,11 @@
   
commons-pool.loc=http://www.apache.org/dist/jakarta/commons/pool/binaries/pool-1.0.1.tar.gz
   
   
  -# - Commons FileUpload, version 1.0 or later -
  -commons-fileupload.home=${base.path}/commons-fileupload-1.0-beta-1
  +# - Commons FileUpload, version 1.0-20030531 or later -
  +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/binaries/commons-fileupload-1.0-beta-1.tar.gz
  
+commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/nightly/fileupload/commons-fileupload-20030531.tar.gz
   
   
   # - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or 
later -
  
  
  

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



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

2003-06-04 Thread billbarker
billbarker2003/06/04 01:20:43

  Modified:.build.properties.default
  Log:
  Forgot one change.
  
  Revision  ChangesPath
  1.91  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- build.properties.default  4 Jun 2003 08:06:13 -   1.90
  +++ build.properties.default  4 Jun 2003 08:20:43 -   1.91
  @@ -163,7 +163,7 @@
   # - Commons FileUpload, version 1.0-20030531 or later -
   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.jar=${commons-fileupload.lib}/commons-fileupload-1.0-dev.jar
   
commons-fileupload.loc=http://www.apache.org/dist/jakarta/commons/nightly/fileupload/commons-fileupload-20030531.tar.gz
   
   
  
  
  

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



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

2003-03-28 Thread jfarcand
jfarcand2003/03/28 06:52:43

  Modified:.build.properties.default
  Log:
  New Xerces 2.3.0 location. Will do some test with Xerces 2.4 before using it...maybe 
we will have another stable release (wow, two in a row :-) )
  
  Revision  ChangesPath
  1.82  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- build.properties.default  26 Mar 2003 09:53:38 -  1.81
  +++ build.properties.default  28 Mar 2003 14:52:43 -  1.82
  @@ -122,7 +122,7 @@
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.3.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.3.0.tar.gz
   
   
   # --
  
  
  

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



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

2003-03-28 Thread jfarcand
jfarcand2003/03/28 06:59:23

  Modified:.build.properties.default
  Log:
  New Xerces 2.3.0 packaging structure.
  
  Revision  ChangesPath
  1.83  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- build.properties.default  28 Mar 2003 14:52:43 -  1.82
  +++ build.properties.default  28 Mar 2003 14:59:23 -  1.83
  @@ -119,7 +119,7 @@
   
   # - Xerces XML Parser, version 2.3.0 -
   xerces.home=${base.path}/xerces-2_3_0
  -xerces.lib=${xerces.home}
  +xerces.lib=${xerces.home}/tools
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.3.0.tar.gz
  
  
  

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



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

2003-03-28 Thread jfarcand
jfarcand2003/03/28 07:10:03

  Modified:.build.properties.default
  Log:
  Revert last commit. Did not download the right file. The packaging structure is the 
same.
  
  Revision  ChangesPath
  1.84  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- build.properties.default  28 Mar 2003 14:59:23 -  1.83
  +++ build.properties.default  28 Mar 2003 15:10:03 -  1.84
  @@ -119,7 +119,7 @@
   
   # - Xerces XML Parser, version 2.3.0 -
   xerces.home=${base.path}/xerces-2_3_0
  -xerces.lib=${xerces.home}/tools
  +xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.3.0.tar.gz
  
  
  

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



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

2003-03-26 Thread remm
remm2003/03/26 01:53:38

  Modified:.build.properties.default
  Log:
  - Update to NSIS 2.0 b3.
  
  Revision  ChangesPath
  1.81  +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- build.properties.default  17 Mar 2003 19:56:49 -  1.80
  +++ build.properties.default  26 Mar 2003 09:53:38 -  1.81
  @@ -183,10 +183,10 @@
   
   
   # - NSIS, version 2.0 or later -
  -nsis.home=${base.path}/nsis-2.0-b2
  +nsis.home=${base.path}/nsis-2.0-b3
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b2.exe
  +nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b3.exe
   
   
   # - Struts, version 1.1 or later -
  
  
  

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



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

2003-03-17 Thread jfarcand
jfarcand2003/03/17 11:56:50

  Modified:.build.properties.default
  Log:
  For backward compatilitity ;-), set the base.path=/usr/local like it was before.
  
  ../repository fail with common-el, jakarta-servletapi-5 because those repositories 
need to use ../../repository to works.
  
  Revision  ChangesPath
  1.80  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- build.properties.default  14 Mar 2003 20:21:04 -  1.79
  +++ build.properties.default  17 Mar 2003 19:56:49 -  1.80
  @@ -37,7 +37,7 @@
   # - Default Base Path for Dependent Packages -
   #base.path=/usr/share/java
   #base.path=../repository
  -
  +base.path=/usr/local
   
   # --
   #REQUIRED LIBRARIES
  
  
  

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



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

2003-03-14 Thread remm
remm2003/03/14 10:39:50

  Modified:.build.properties.default build.xml
  Log:
  - Remove logkit. What was that used for ?
  
  Revision  ChangesPath
  1.78  +1 -8  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- build.properties.default  13 Mar 2003 22:56:37 -  1.77
  +++ build.properties.default  14 Mar 2003 18:39:50 -  1.78
  @@ -137,13 +137,6 @@
   log4j.loc=http://jakarta.apache.org/log4j/jakarta-log4j-1.2.7.tar.gz
   
   
  -# - LogKit -
  -logkit.home=${base.path}/LogKit-1.1
  -logkit.lib=${logkit.home}
  -logkit.jar=${logkit.lib}/logkit-1.1.jar
  
-logkit.loc=http://jakarta.apache.org/builds/jakarta-avalon/release/logkit/latest/LogKit-1.2-bin.tar.gz
  -
  -
   # - Commons DBCP, version 1.0 or later -
   commons-dbcp.home=${base.path}/commons-dbcp-1.0
   commons-dbcp.lib=${commons-dbcp.home}
  
  
  
  1.108 +0 -5  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- build.xml 14 Mar 2003 15:28:06 -  1.107
  +++ build.xml 14 Mar 2003 18:39:50 -  1.108
  @@ -1275,11 +1275,6 @@
   /antcall
   
   antcall target=downloadgz
  -  param name=sourcefile value=${logkit.loc}/
  -  param name=destfile value=${logkit.jar}/
  -/antcall
  -
  -antcall target=downloadgz
 param name=sourcefile value=${commons-digester.loc}/
 param name=destfile value=${commons-digester.jar}/
   /antcall
  
  
  

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



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

2003-03-13 Thread costin
costin  2003/03/13 14:56:38

  Modified:.build.properties.default
  Log:
  One more fix
  
  Revision  ChangesPath
  1.77  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- build.properties.default  13 Mar 2003 22:48:00 -  1.76
  +++ build.properties.default  13 Mar 2003 22:56:37 -  1.77
  @@ -154,7 +154,7 @@
   # - Commons Modeler, version 1.0 or later -
   commons-modeler.home=${base.path}/commons-modeler-1.1dev
   #commons-modeler.lib=${commons-modeler.home}
  -commons-modeler.lib=${commons-modeler.home}/dist
  +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-modeler.cvs.loc=jakarta-commons/modeler
  
  
  

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



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

2003-03-12 Thread costin
costin  2003/03/12 14:53:47

  Modified:.build.properties.default build.xml
  Log:
  I changed the base.dir to make sure no older files are picked up.
  Hopefully we'll have a real repository ( and a download tool in ant16)
  
  Stop downloading commons-modeler and el as part of the download, we build
  it in build-depends. When a release is available we should use it, but
  for now build-depends seems a better solution.
  
  Revision  ChangesPath
  1.74  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- build.properties.default  5 Mar 2003 16:48:33 -   1.73
  +++ build.properties.default  12 Mar 2003 22:53:47 -  1.74
  @@ -36,7 +36,7 @@
   
   # - Default Base Path for Dependent Packages -
   #base.path=/usr/share/java
  -base.path=/usr/local
  +base.path=../repository
   
   
   # --
  
  
  
  1.98  +3 -6  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- build.xml 12 Mar 2003 20:52:28 -  1.97
  +++ build.xml 12 Mar 2003 22:53:47 -  1.98
  @@ -1251,6 +1251,7 @@
   
 target name=download depends=proxyflags 
 description=Download binary packages 
  +mkdir dir=${base.path} /
   
   !-- commons-digester needs ../LICENSE --
   !-- That is ugly XXX needs a review --
  @@ -1338,12 +1339,7 @@
   /antcall
   
   !--
  -antcall target=downloadgz
  -  param name=sourcefile value=${commons-modeler.loc}/
  -  param name=destfile value=${commons-modeler.jar}/
  -/antcall
  --- 
  -
  +This is our own stuff - don't get binaries, we'll build it ourself
   antcall target=cvsbuild
 param name=location value=${commons-modeler.cvs.loc}/
 param name=subdir value=${commons-modeler.home}/
  @@ -1355,6 +1351,7 @@
 param name=subdir value=${commons-el.home}/
 param name=destfile value=${commons-el.jar}/
   /antcall
  +-- 
   
   antcall target=downloadfile
 param name=sourcefile value=${nsis.loc}/
  
  
  

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



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

2003-03-12 Thread costin
costin  2003/03/12 15:15:17

  Modified:.build.properties.default build.xml
  Log:
  Add back downloading - the other target might use it.
  
  Fix the ../repository ( it needs location ).
  
  Fix the clean-build of modeler.
  
  Revision  ChangesPath
  1.75  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- build.properties.default  12 Mar 2003 22:53:47 -  1.74
  +++ build.properties.default  12 Mar 2003 23:15:17 -  1.75
  @@ -36,7 +36,7 @@
   
   # - Default Base Path for Dependent Packages -
   #base.path=/usr/share/java
  -base.path=../repository
  +#base.path=../repository
   
   
   # --
  
  
  
  1.99  +15 -6 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- build.xml 12 Mar 2003 22:53:47 -  1.98
  +++ build.xml 12 Mar 2003 23:15:17 -  1.99
  @@ -7,6 +7,11 @@
 !-- property values you must customize for successful building!!!--
 property file=${user.home}/build.properties/
 property file=build.properties/
  +  
  +  !-- If not set explicitely in one of the user overrides, set it here 
  +--
  +  property name=base.path location=../repository /
  +
 property file=build.properties.default/
   
 !-- Project Properties --
  @@ -447,6 +452,8 @@
   ant dir=${cvs.base}/jakarta-commons/modeler target=jar 
   property name=commons-logging.jar 
location=${tomcat.build}/server/lib/commons-logging.jar /
   property name=commons-modeler.jar 
location=${tomcat.build}/server/lib/commons-modeler.jar /
  +property name=jmx.jar location=${jmx.jar} /
  +property name=commons-digester.jar location=${commons-digester.jar} /
   property name=build.home value=${tomcat.build} /
   /ant
 /target
  @@ -1340,18 +1347,20 @@
   
   !--
   This is our own stuff - don't get binaries, we'll build it ourself
  -antcall target=cvsbuild
  -  param name=location value=${commons-modeler.cvs.loc}/
  -  param name=subdir value=${commons-modeler.home}/
  -  param name=destfile value=${commons-modeler.jar}/
  -/antcall
  +-- 
  +ant target=cvsbuild
  +  property name=location value=${commons-modeler.cvs.loc}/
  +  property name=subdir value=${commons-modeler.home}/
  +  property name=destfile value=${commons-modeler.jar}/
  +  property name=jmx.jar location=${jmx.jar} /
  +  property name=commons-digester.jar location=${commons-digester.jar} /
  +/ant
   
   antcall target=cvsbuild
 param name=location value=${commons-el.cvs.loc}/
 param name=subdir value=${commons-el.home}/
 param name=destfile value=${commons-el.jar}/
   /antcall
  --- 
   
   antcall target=downloadfile
 param name=sourcefile value=${nsis.loc}/
  
  
  

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



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

2003-03-05 Thread jfarcand
jfarcand2003/03/05 08:48:33

  Modified:.build.properties.default
  Log:
  Use tar.gz instead of zip since it fail under solaris.
  
  Revision  ChangesPath
  1.73  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.properties.default  2 Mar 2003 18:49:33 -   1.72
  +++ build.properties.default  5 Mar 2003 16:48:33 -   1.73
  @@ -55,7 +55,7 @@
   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.zip
  
+commons-collections.loc=http://www.apache.org/dist/jakarta/commons/collections/binaries/collections-2.1.tar.gz
   
   
   # - Commons Launcher, version 0.9 or later -
  
  
  

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



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

2003-03-02 Thread remm
remm2003/03/02 10:49:33

  Modified:.build.properties.default
  Log:
  - Update to digester 1.4.1.
  
  Revision  ChangesPath
  1.72  +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- build.properties.default  1 Mar 2003 17:34:04 -   1.71
  +++ build.properties.default  2 Mar 2003 18:49:33 -   1.72
  @@ -79,10 +79,10 @@
   
   
   # - Commons Digester, version 1.4 or later -
  -commons-digester.home=${base.path}/commons-digester-1.4
  +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://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.4.tar.gz
  
+commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.4.1.tar.gz
   
   
   # - Commons Expression Language (EL) -
  
  
  

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



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

2003-03-01 Thread remm
remm2003/03/01 09:34:04

  Modified:.build.properties.default build.xml
  Log:
  - In preparation for the 5.0.1 release, upgrade to new versions of the various
dependencies.
  
  Revision  ChangesPath
  1.71  +17 -24jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- build.properties.default  20 Feb 2003 00:48:12 -  1.70
  +++ build.properties.default  1 Mar 2003 17:34:04 -   1.71
  @@ -45,17 +45,17 @@
   
   
   # - Commons Beanutils, version 1.4 or later -
  -commons-beanutils.home=${base.path}/commons-beanutils-1.5
  +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.5/commons-beanutils-1.5.tar.gz
  
+commons-beanutils.loc=http://www.apache.org/dist/jakarta/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
   
   
   # - Commons Collections, version 2.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://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/commons-collections-2.1.tar.gz
  
+commons-collections.loc=http://www.apache.org/dist/jakarta/commons/collections/binaries/collections-2.1.zip
   
   
   # - Commons Launcher, version 0.9 or later -
  @@ -98,7 +98,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://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/commons-logging-1.0.2.tar.gz
  
+commons-logging.loc=http://www.apache.org/dist/jakarta/commons/logging/binaries/logging.1.0.2.tar.gz
   
   
   # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
  @@ -164,21 +164,14 @@
   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.1/commons-pool-1.0.1.tar.gz
  
+commons-pool.loc=http://www.apache.org/dist/jakarta/commons/pool/binaries/pool-1.0.1.tar.gz
   
   
  -# - Commons FileUpload, nightly build -
  -commons-fileupload.home=${base.path}/commons-fileupload
  -commons-fileupload.lib=${commons-fileupload.home}/dist
  -commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload.jar
  -commons-fileupload.loc=jakarta-commons/fileupload
  -
  -
  -# - JavaGroups, version 2.0.3 or later -
  -javagroups.home=${base.path}/JavaGroups-2.0.3.bin
  -javagroups.lib=${javagroups.home}
  -javagroups.jar=${javagroups.lib}/javagroups-all.jar
  
-javagroups.loc=http://telia.dl.sourceforge.net/sourceforge/javagroups/JavaGroups-2.0.3.bin.zip
  +# - Commons FileUpload, version 1.0 or later -
  +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/binaries/commons-fileupload-1.0-beta-1.tar.gz
   
   
   # - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or 
later -
  @@ -196,18 +189,18 @@
   junit.loc=http://telia.dl.sourceforge.net/sourceforge/junit/junit3.7.zip
   
   
  -# - NSIS, version 2.0a7 or later -
  -nsis.home=${base.path}/nsis-2.0-b1
  +# - NSIS, version 2.0 or later -
  +nsis.home=${base.path}/nsis-2.0-b2
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b1.exe
  +nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b2.exe
   
   
  -# - Struts, version 1.1 Beta 2 or later -
  -struts.home=${base.path}/jakarta-struts-1.1-b2
  +# - Struts, version 1.1 or later -
  +struts.home=${base.path}/jakarta-struts-1.1-rc1
   struts.lib=${struts.home}/lib
   struts.jar=${struts.lib}/struts.jar
  
-struts.loc=http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2/jakarta-struts-1.1-b2.tar.gz
  
+struts.loc=http://www.apache.org/dist/jakarta/struts/binaries/jakarta-struts-1.1-rc1.tar.gz
   
   
   # - Tyrex Data Source, version 1.0 -
  
  
  
  1.92  +2 -10 

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

2003-02-19 Thread remm
remm2003/02/19 06:39:20

  Modified:.build.properties.default
  Log:
  - Update to the new binaries provided by Mldaen.
  
  Revision  ChangesPath
  1.69  +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.properties.default  16 Feb 2003 18:28:47 -  1.68
  +++ build.properties.default  19 Feb 2003 14:39:20 -  1.69
  @@ -72,8 +72,8 @@
   commons-daemon.lib=${commons-daemon.home}/dist
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
   commons-daemon.procrun.home=${commons-daemon.home}/src/native/nt/procrun/bin
  -commons-daemon.procrun.exe=${commons-daemon.procrun.home}/procrun.exe
  -commons-daemon.procrunw.exe=${commons-daemon.procrun.home}/procrunw.exe
  +commons-daemon.procrun.exe=${commons-daemon.procrun.home}/tomcat.exe
  +commons-daemon.procrunw.exe=${commons-daemon.procrun.home}/tomcatw.exe
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   commons-daemon.cvs.loc=jakarta-commons-sandbox/daemon
   
  
  
  

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




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

2003-02-19 Thread jfarcand
jfarcand2003/02/19 16:48:13

  Modified:.build.properties.default
  Log:
  Update to the latest LogKit release (1.2)
  
  Revision  ChangesPath
  1.70  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- build.properties.default  19 Feb 2003 14:39:20 -  1.69
  +++ build.properties.default  20 Feb 2003 00:48:12 -  1.70
  @@ -141,7 +141,7 @@
   logkit.home=${base.path}/LogKit-1.1
   logkit.lib=${logkit.home}
   logkit.jar=${logkit.lib}/logkit-1.1.jar
  
-logkit.loc=http://jakarta.apache.org/builds/jakarta-avalon/release/logkit/latest/LogKit-1.1-bin.tar.gz
  
+logkit.loc=http://jakarta.apache.org/builds/jakarta-avalon/release/logkit/latest/LogKit-1.2-bin.tar.gz
   
   
   # - Commons DBCP, version 1.0 or later -
  
  
  

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




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

2003-02-16 Thread remm
remm2003/02/16 10:28:48

  Modified:.build.properties.default build.xml tomcat.nsi
  Log:
  - Update to use procrun instead of JavaService.
  - Unfortunately, procrun doesn't work as advertised yet.
  
  Revision  ChangesPath
  1.68  +12 -7 jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- build.properties.default  12 Feb 2003 17:26:15 -  1.67
  +++ build.properties.default  16 Feb 2003 18:28:47 -  1.68
  @@ -67,6 +67,17 @@
   
commons-launcher.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-launcher/v0.9/commons-launcher-0.9.tar.gz
   
   
  +# - Commons Daemon -
  +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.procrun.home=${commons-daemon.home}/src/native/nt/procrun/bin
  +commons-daemon.procrun.exe=${commons-daemon.procrun.home}/procrun.exe
  +commons-daemon.procrunw.exe=${commons-daemon.procrun.home}/procrunw.exe
  +commons-daemon.loc=jakarta-commons-sandbox/daemon
  +commons-daemon.cvs.loc=jakarta-commons-sandbox/daemon
  +
  +
   # - Commons Digester, version 1.4 or later -
   commons-digester.home=${base.path}/commons-digester-1.4
   commons-digester.lib=${commons-digester.home}
  @@ -168,12 +179,6 @@
   javagroups.lib=${javagroups.home}
   javagroups.jar=${javagroups.lib}/javagroups-all.jar
   
javagroups.loc=http://telia.dl.sourceforge.net/sourceforge/javagroups/JavaGroups-2.0.3.bin.zip
  -
  -
  -# - JavaService, version 1.2.0 or later -
  -javaservice.home=${base.path}/javaservice
  -javaservice.exe=${javaservice.home}/bin/JavaService.exe
  
-javaservice.loc=http://www.alexandriasc.com/software/JavaService/JavaService-bin-1.2.0.zip
   
   
   # - Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or 
later -
  
  
  
  1.81  +10 -4 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- build.xml 15 Feb 2003 22:33:23 -  1.80
  +++ build.xml 16 Feb 2003 18:28:48 -  1.81
  @@ -42,8 +42,6 @@
 !-- Build Defaults --
 property name=catalina.build   value=${catalina.home}/build/
 property name=jasper.build value=${jasper.home}/build/
  -  property name=javaservice.home value=../javaservice/
  -  property name=nsis.homevalue=c:\program files\nsis/
 property name=servlet.home value=../jakarta-servletapi-5/jsr154/dist/
 property name=jsp.home value=../jakarta-servletapi-5/jsr152/dist/
 property name=tomcat.build value=${basedir}/build/
  @@ -827,7 +825,8 @@
 fileset dir=resources /
   /copy
   copy file=${nsis.installoptions.dll} todir=${tomcat.dist} /
  -copy file=${javaservice.exe} tofile=${tomcat.dist}/bin/tomcat.exe /
  +copy file=${commons-daemon.procrun.exe} 
tofile=${tomcat.dist}/bin/tomcat.exe /
  +copy file=${commons-daemon.procrunw.exe} 
tofile=${tomcat.dist}/bin/tomcatw.exe /
   filter token=VERSION value=${version}/
   copy file=tomcat.nsi tofile=${tomcat.dist}/tomcat.nsi 
filtering=true/
  @@ -907,7 +906,8 @@
   condition property=execute.installer
 and
   os family=windows /
  -available file=${javaservice.exe} /
  +available file=${commons-daemon.procrun.exe} /
  +available file=${commons-daemon.procrunw.exe} /
   available file=${nsis.exe} /
   available file=${nsis.installoptions.dll} /
 /and
  @@ -1063,6 +1063,12 @@
 param name=sourcefile value=${junit.loc}/
 param name=destfile value=${junit.jar}/
 param name=destdir value=${base.path}/
  +/antcall
  +
  +antcall target=cvsbuild
  +  param name=location value=${commons-daemon.cvs.loc}/
  +  param name=subdir value=${commons-daemon.home}/
  +  param name=destfile value=${commons-daemon.jar}/
   /antcall
   
   antcall target=downloadgz
  
  
  
  1.22  +19 -22jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- tomcat.nsi13 Feb 2003 14:45:44 -  1.21
  +++ tomcat.nsi16 Feb 2003 18:28:48 -  1.22
  @@ -111,7 +111,6 @@
 File tomcat.ico
 File LICENSE
 File /r bin
  -  Delete $INSTDIR\bin\tomcat.exe
 File /r common
 File /r conf
 File /r shared
  @@ -124,7 

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

2003-02-12 Thread remm
remm2003/02/12 09:26:15

  Modified:.build.properties.default build.xml
  Log:
  - Update to digester 1.4.
  - Update to NSIS 2.0b1 (I'll likely need to update the script, obviously ;-) ).
  
  Revision  ChangesPath
  1.67  +7 -7  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.properties.default  5 Feb 2003 08:44:09 -   1.66
  +++ build.properties.default  12 Feb 2003 17:26:15 -  1.67
  @@ -67,11 +67,11 @@
   
commons-launcher.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-launcher/v0.9/commons-launcher-0.9.tar.gz
   
   
  -# - Commons Digester, version 20020820 or later -
  -commons-digester.home=${base.path}/commons-digester
  -commons-digester.lib=${commons-digester.home}/dist
  +# - Commons Digester, version 1.4 or later -
  +commons-digester.home=${base.path}/commons-digester-1.4
  +commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  -commons-digester.loc=jakarta-commons/digester
  
+commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.4.tar.gz
   
   
   # - Commons Expression Language (EL) -
  @@ -192,10 +192,10 @@
   
   
   # - NSIS, version 2.0a7 or later -
  -nsis.home=${base.path}/nsis-2.0
  +nsis.home=${base.path}/nsis-2.0-b1
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b0.exe
  +nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b1.exe
   
   
   # - Struts, version 1.1 Beta 2 or later -
  
  
  
  1.79  +2 -3  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml 10 Feb 2003 19:17:51 -  1.78
  +++ build.xml 12 Feb 2003 17:26:15 -  1.79
  @@ -958,9 +958,8 @@
 param name=destfile value=${logkit.jar}/
   /antcall
   
  -antcall target=cvsbuild
  -  param name=location value=${commons-digester.loc}/
  -  param name=subdir value=${commons-digester.home}/
  +antcall target=downloadgz
  +  param name=sourcefile value=${commons-digester.loc}/
 param name=destfile value=${commons-digester.jar}/
   /antcall
   
  
  
  

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




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

2003-02-05 Thread remm
remm2003/02/05 00:44:09

  Modified:.build.properties.default
  Log:
  - Fix download target.
  
  Revision  ChangesPath
  1.66  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build.properties.default  4 Feb 2003 23:41:01 -   1.65
  +++ build.properties.default  5 Feb 2003 08:44:09 -   1.66
  @@ -76,7 +76,7 @@
   
   # - Commons Expression Language (EL) -
   commons-el.home=${base.path}/commons-el
  -commons-el.lib=${commons-el.home}
  +commons-el.lib=${commons-el.home}/dist
   commons-el.jar=${commons-el.lib}/commons-el.jar
   commons-el.loc=jakarta-commons/el
   commons-el.cvs.loc=jakarta-commons/el
  
  
  

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




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

2003-01-31 Thread costin
costin  2003/01/31 11:01:57

  Modified:.build.properties.default
  Log:
  cvstag=HEAD doesn't work.
  
  Use -r TAG for a specific tag, leave the default  for head
  
  Revision  ChangesPath
  1.64  +2 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- build.properties.default  30 Jan 2003 16:40:40 -  1.63
  +++ build.properties.default  31 Jan 2003 19:01:56 -  1.64
  @@ -13,7 +13,7 @@
   # - Compile Control Flags -
   compile.debug=on
   compile.deprecation=off
  -compile.optimize=on
  +compile.optimize=off
   
   
   # - Build Control Flags
  @@ -33,7 +33,6 @@
   
   # - CVS root for the jakarta repositories --
   cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
  -cvstag=HEAD
   
   # - Default Base Path for Dependent Packages -
   #base.path=/usr/share/java
  @@ -135,7 +134,6 @@
   
   # - Commons Modeler, version 1.0 or later -
   commons-modeler.home=${base.path}/commons-modeler-1.1dev
  -#commons-modeler.home=${base.path}/commons-modeler-1.0
   #commons-modeler.lib=${commons-modeler.home}
   commons-modeler.lib=${commons-modeler.home}/dist
   commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
  
  
  

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




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

2003-01-30 Thread jfarcand
jfarcand2003/01/30 08:32:38

  Modified:.build.properties.default
  Log:
  Update to Xerces 2.3.0, who seems stable.
  
  Revision  ChangesPath
  1.62  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- build.properties.default  27 Jan 2003 18:18:21 -  1.61
  +++ build.properties.default  30 Jan 2003 16:32:38 -  1.62
  @@ -99,12 +99,12 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 2.1.0 -
  -xerces.home=${base.path}/xerces-2_1_0
  +# - Xerces XML Parser, version 2.3.0 -
  +xerces.home=${base.path}/xerces-2_3_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-src.2.3.0.tar.gz
   
   
   # --
  
  
  

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




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

2003-01-30 Thread remm
remm2003/01/30 08:40:40

  Modified:.build.properties.default
  Log:
  - Use the binary instead.
  
  Revision  ChangesPath
  1.63  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- build.properties.default  30 Jan 2003 16:32:38 -  1.62
  +++ build.properties.default  30 Jan 2003 16:40:40 -  1.63
  @@ -104,7 +104,7 @@
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-src.2.3.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.3.0.tar.gz
   
   
   # --
  
  
  

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




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

2003-01-27 Thread jfarcand
jfarcand2003/01/27 10:18:21

  Modified:.build.properties.default
  Log:
  Do not use quote.
  
  Revision  ChangesPath
  1.61  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- build.properties.default  27 Jan 2003 18:05:10 -  1.60
  +++ build.properties.default  27 Jan 2003 18:18:21 -  1.61
  @@ -33,7 +33,7 @@
   
   # - CVS root for the jakarta repositories --
   cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
  -cvstag=HEAD
  +cvstag=HEAD
   
   # - Default Base Path for Dependent Packages -
   #base.path=/usr/share/java
  
  
  

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




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

2003-01-17 Thread jfarcand
jfarcand2003/01/17 12:30:30

  Modified:.build.properties.default
  Log:
  Force target name download to checkout modeler using cvs (not using the URL)
  
  Revision  ChangesPath
  1.57  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.properties.default  16 Jan 2003 22:00:52 -  1.56
  +++ build.properties.default  17 Jan 2003 20:30:30 -  1.57
  @@ -139,7 +139,7 @@
   #commons-modeler.lib=${commons-modeler.home}
   commons-modeler.lib=${commons-modeler.home}/dist
   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-modeler.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.0/commons-modeler-1.0.tar.gz
   commons-modeler.cvs.loc=jakarta-commons/modeler
   
   
  
  
  

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




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

2003-01-16 Thread remm
remm2003/01/16 14:00:52

  Modified:.build.properties.default build.xml
  Log:
  - Add commons-fileupload to the download target.
  
  Revision  ChangesPath
  1.56  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- build.properties.default  15 Jan 2003 03:38:00 -  1.55
  +++ build.properties.default  16 Jan 2003 22:00:52 -  1.56
  @@ -152,9 +152,9 @@
   
   # - Commons FileUpload, nightly build -
   commons-fileupload.home=${base.path}/commons-fileupload
  -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.lib=${commons-fileupload.home}/dist
  +commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload.jar
  +commons-fileupload.loc=jakarta-commons/fileupload
   
   
   # - JavaGroups, version 2.0.3 or later -
  
  
  
  1.62  +7 -0  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- build.xml 27 Dec 2002 09:25:29 -  1.61
  +++ build.xml 16 Jan 2003 22:00:52 -  1.62
  @@ -818,6 +818,13 @@
 param name=destfile value=${commons-digester.jar}/
   /antcall
   
  +antcall target=cvsbuild
  +  param name=location value=${commons-fileupload.loc}/
  +  param name=subdir value=${commons-fileupload.home}/
  +  param name=destfile value=${commons-fileupload.jar}/
  +  param name=final.name value=commons-fileupload/
  +/antcall
  +
   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]




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

2003-01-14 Thread glenn
glenn   2003/01/14 19:38:00

  Modified:.build.properties.default
  Log:
  Port manager webapp changes from Tomcat 4
  
  Revision  ChangesPath
  1.55  +8 -1  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- build.properties.default  9 Dec 2002 11:16:29 -   1.54
  +++ build.properties.default  15 Jan 2003 03:38:00 -  1.55
  @@ -150,6 +150,13 @@
   
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.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
  +
  +
   # - JavaGroups, version 2.0.3 or later -
   javagroups.home=${base.path}/JavaGroups-2.0.3.bin
   javagroups.lib=${javagroups.home}
  
  
  

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




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

2002-12-09 Thread remm
remm2002/12/09 03:16:30

  Modified:.build.properties.default
  Log:
  - Update to NSIS Beta 0. Hopefully, no more API changes from now on.
  
  Revision  ChangesPath
  1.54  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.properties.default  5 Dec 2002 12:01:32 -   1.53
  +++ build.properties.default  9 Dec 2002 11:16:29 -   1.54
  @@ -182,7 +182,7 @@
   nsis.home=${base.path}/nsis-2.0
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20a7.exe
  +nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b0.exe
   
   
   # - Struts, version 1.1 Beta 2 or later -
  
  
  

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




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

2002-12-05 Thread remm
remm2002/12/05 04:01:32

  Modified:.build.properties.default build.xml
  Log:
  - Add JavaGroups support (which will be moved somewhere else relatively quickly).
  
  Revision  ChangesPath
  1.53  +9 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.properties.default  26 Nov 2002 00:46:29 -  1.52
  +++ build.properties.default  5 Dec 2002 12:01:32 -   1.53
  @@ -150,6 +150,13 @@
   
commons-pool.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0.1/commons-pool-1.0.1.tar.gz
   
   
  +# - JavaGroups, version 2.0.3 or later -
  +javagroups.home=${base.path}/JavaGroups-2.0.3.bin
  +javagroups.lib=${javagroups.home}
  +javagroups.jar=${javagroups.lib}/javagroups-all.jar
  
+javagroups.loc=http://telia.dl.sourceforge.net/sourceforge/javagroups/JavaGroups-2.0.3.bin.zip
  +
  +
   # - JavaService, version 1.2.0 or later -
   javaservice.home=${base.path}/javaservice
   javaservice.exe=${javaservice.home}/bin/JavaService.exe
  @@ -168,7 +175,7 @@
   junit.home=${base.path}/junit3.7
   junit.lib=${junit.home}
   junit.jar=${junit.lib}/junit.jar
  -junit.loc=http://download.sourceforge.net/junit/junit3.7.zip
  +junit.loc=http://telia.dl.sourceforge.net/sourceforge/junit/junit3.7.zip
   
   
   # - NSIS, version 2.0a7 or later -
  
  
  
  1.59  +6 -0  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- build.xml 8 Nov 2002 15:26:50 -   1.58
  +++ build.xml 5 Dec 2002 12:01:32 -   1.59
  @@ -840,6 +840,12 @@
   /antcall
   
   antcall target=downloadzip
  +  param name=sourcefile value=${javagroups.loc}/
  +  param name=destfile value=${javagroups.jar}/
  +  param name=destdir value=${base.path}/
  +/antcall
  +
  +antcall target=downloadzip
 param name=sourcefile value=${commons-dbcp.loc}/
 param name=destfile value=${commons-dbcp.jar}/
 param name=destdir value=${base.path}/
  
  
  

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




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

2002-10-29 Thread remm
remm2002/10/29 09:58:09

  Modified:.build.properties.default build.xml
  Log:
  - Fix incorrect nsis path.
  - Update to MX4J 1.1.1.
  
  Revision  ChangesPath
  1.48  +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.properties.default  26 Oct 2002 14:23:12 -  1.47
  +++ build.properties.default  29 Oct 2002 17:58:09 -  1.48
   -173,11 +173,11 
   
   
   # - 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.home=${base.path}/mx4j-1.1.1
   jmx.lib=${jmx.home}/lib
   jmx.jar=${jmx.lib}/mx4j-jmx.jar
   jmx-tools.jar=${jmx.lib}/mx4j-tools.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 -
  
  
  
  1.54  +1 -1  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.xml 28 Oct 2002 19:32:44 -  1.53
  +++ build.xml 29 Oct 2002 17:58:09 -  1.54
   -856,7 +856,7 
   /antcall
   antcall target=downloadfile
 param name=sourcefile value=${nsis.loc}/
  -  param name=destfile value=${nsis.home}/nsis.exe/
  +  param name=destfile value=${nsis.exe}/
 param name=destdir value=${nsis.home}/
   /antcall
   antcall target=downloadgz
  
  
  

--
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-5 build.properties.default build.xml

2002-10-29 Thread remm
remm2002/10/29 10:07:38

  Modified:.build.properties.default build.xml
  Log:
  - Reorganize property.
  - Add a Watchdog specific download target.
  
  Revision  ChangesPath
  1.49  +55 -49jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.properties.default  29 Oct 2002 17:58:09 -  1.48
  +++ build.properties.default  29 Oct 2002 18:07:37 -  1.49
   -108,21 +108,17 
   
   
   # --
  -#OPTIONAL LIBRARIES
  +#  CORE 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
  -
   # - Log4j -
   log4j.home=${base.path}/jakarta-log4j-1.2.7
   log4j.lib=${log4j.home}
   log4j.jar=${log4j.lib}/dist/lib/log4j-1.2.7.jar
   log4j.loc=http://jakarta.apache.org/log4j/jakarta-log4j-1.2.7.tar.gz
   
  +
   # - LogKit -
   logkit.home=${base.path}/LogKit-1.1
   logkit.lib=${logkit.home}
   -130,15 +126,6 
   
logkit.loc=http://jakarta.apache.org/builds/jakarta-avalon/release/logkit/latest/LogKit-1.1-bin.tar.gz
   
   
  -# - Jaxen ( required by taglibs/standard required by jasper ) -
  -jaxen.home=${base.path}/jaxen-1.0-FCS
  -jaxen.jar=${jaxen.home}/jaxen-full.jar
  -
  -# - Saxpath ( required by taglibs/standard required by jasper ) -
  -saxpath.home=${base.path}/saxpath-1.0-FCS
  -saxpath.jar=${saxpath.home}/saxpath.jar
  -
  -
   # - Commons DBCP, version 1.0 or later -
   commons-dbcp.home=${base.path}/commons-dbcp-1.0
   commons-dbcp.lib=${commons-dbcp.home}
   -166,12 +153,6 
   
javaservice.loc=http://www.alexandriasc.com/software/JavaService/JavaService-bin-1.2.0.zip
   
   
  -# - Java Database Connectivity (JDBC) Optional Package, version 2.0 -
  -jdbc20ext.home=${base.path}/jdbc2_0-stdext
  -jdbc20ext.lib=${jdbc20ext.home}
  -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.1
   jmx.lib=${jmx.home}/lib
   -180,20 +161,6 
   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 -
  -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
  -jsse.jar=${jsse.lib}/jsse.jar
  -
  -
  -# - Java Transaction API (JTA), version 1.0.1a or later -
  -jta.home=${base.path}/jta-1_0_1a
  -jta.lib=${jta.home}
  -jta.jar=${jta.lib}/jta.jar
  -
  -
   # - JUnit Unit Test Suite, version 3.7 or later -
   junit.home=${base.path}/junit3.7
   junit.lib=${junit.home}
   -201,12 +168,6 
   junit.loc=http://download.sourceforge.net/junit/junit3.7.zip
   
   
  -# - Java Mail, version 1.2 or later -
  -mail.home=${base.path}/javamail-1.2
  -mail.lib=${mail.home}
  -mail.jar=${mail.lib}/mail.jar
  -
  -
   # - NSIS, version 2.0a7 or later -
   nsis.home=${base.path}/nsis-2.0
   nsis.exe=${nsis.home}/makensis.exe
   -214,12 +175,6 
   nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20a7.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.1 Beta 2 or later -
   struts.home=${base.path}/jakarta-struts-1.1-b2
   struts.lib=${struts.home}/lib
   -234,6 +189,59 
   tyrex.loc=http://telia.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.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
  +
  +
  +# - Jaxen ( required by taglibs/standard required by jasper ) -
  +jaxen.home=${base.path}/jaxen-1.0-FCS
  +jaxen.jar=${jaxen.home}/jaxen-full.jar
  +
  +
  +# - Saxpath ( required by taglibs/standard required by jasper ) -
  +saxpath.home=${base.path}/saxpath-1.0-FCS
  +saxpath.jar=${saxpath.home}/saxpath.jar
  +
  +
  +# - Java Database Connectivity (JDBC) Optional Package, version 2.0 -
  +jdbc20ext.home=${base.path}/jdbc2_0-stdext
  +jdbc20ext.lib=${jdbc20ext.home}
  +jdbc20ext.jar=${jdbc20ext.lib}/jdbc2_0-stdext.jar
  +
  +
 

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

2002-10-26 Thread remm
remm2002/10/26 07:23:12

  Modified:.build.properties.default build.xml
  Log:
  - Update to new versions.
  - Remove Watchdog from download target. It takes an insane amount of time
to complete, and is mostly not needed. IMO, it should be moved to a different
download-watchdog target or something.
  - Optimize release targets using new Ant features. This should help my poor
laptop HD last a bit longer.
  
  Revision  ChangesPath
  1.47  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.properties.default  24 Oct 2002 11:48:51 -  1.46
  +++ build.properties.default  26 Oct 2002 14:23:12 -  1.47
   -59,13 +59,13 
   
commons-collections.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/commons-collections-2.1.tar.gz
   
   
  -# - Commons Launcher, version 20021012 or later -
  -commons-launcher.home=${base.path}/commons-launcher
  +# - Commons Launcher, version 0.9 or later -
  +commons-launcher.home=${base.path}/commons-launcher-0.9
   commons-launcher.lib=${commons-launcher.home}
   commons-launcher.bin=${commons-launcher.home}/bin
   commons-launcher.jar=${commons-launcher.bin}/commons-launcher.jar
   commons-launcher.bootstrap.class=${commons-launcher.bin}/LauncherBootstrap.class
  -commons-launcher.loc=jakarta-commons-sandbox/launcher
  
+commons-launcher.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-launcher/v0.9/commons-launcher-0.9.tar.gz
   
   
   # - Commons Digester, version 20020820 or later -
  
  
  
  1.49  +59 -110   jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml 18 Oct 2002 20:47:59 -  1.48
  +++ build.xml 26 Oct 2002 14:23:12 -  1.49
   -573,34 +573,14 
 arg value=tomcat.nsi /
   /exec
   move file=${tomcat.dist}/tomcat-installer.exe 
  - tofile=${tomcat.dist}/${final.name}.exe /
  + tofile=${tomcat.release}/v${version}/bin/${final.name}.exe /
 /target
   
   
 !--  RELEASE: Create Release === --
  -  target name=release 
depends=prepare-release,clean,dist,dist-source,installer,package-zip,package-tgz,package-src-zip,package-src-tgz
  +  target name=release 
depends=clean,dist,dist-source,prepare-release,installer,package-zip,package-tgz,package-src-zip,package-src-tgz
  description=Create a Tomcat 5 packaged distribution
   
  -mkdir dir=${tomcat.release}/
  -mkdir dir=${tomcat.release}/v${version}/
  -mkdir dir=${tomcat.release}/v${version}/bin/
  -mkdir dir=${tomcat.release}/v${version}/src/
  -
  -copy file=${tomcat.dist}/${final.name}.exe 
  - todir=${tomcat.release}/v${version}/bin
  - failonerror=false/
  -delete file=${tomcat.dist}/${final.name}.exe 
  - failonerror=false/
  -move file=${tomcat.dist}/${final.name}.tar.gz 
  - todir=${tomcat.release}/v${version}/bin/
  -move file=${tomcat.dist}/${final.name}.zip 
  - todir=${tomcat.release}/v${version}/bin/
  -
  -move file=${tomcat.dist}/${final-src.name}.tar.gz 
  - todir=${tomcat.release}/v${version}/src/
  -move file=${tomcat.dist}/${final-src.name}.zip 
  - todir=${tomcat.release}/v${version}/src/
  -
   filter token=VERSION value=${version}/
   copy file=KEYS 
todir=${tomcat.release}/v${version}/
   -616,10 +596,11 
   copy file=resources/welcome.bin.html 
   tofile=${tomcat.release}/v${version}/bin/README.html
filtering=true/
  +
 /target
   
 target name=package-zip
  -zip zipfile=${tomcat.dist}/${final.name}.zip
  +zip zipfile=${tomcat.release}/v${version}/bin/${final.name}.zip
 zipfileset dir=${tomcat.dist} prefix=${final.name} 
  includes=bin/** /
 zipfileset dir=${tomcat.dist} prefix=${final.name} 
   -654,6 +635,12 
 /target
   
 target name=prepare-release
  +
  +mkdir dir=${tomcat.release}/
  +mkdir dir=${tomcat.release}/v${version}/
  +mkdir dir=${tomcat.release}/v${version}/bin/
  +mkdir dir=${tomcat.release}/v${version}/src/
  +
   condition property=execute.installer
 and
   os family=windows /
   -662,103 +649,72 
   available file=${nsis.installoptions.dll} /
 /and
   /condition
  +
 /target
   
 target name=package-tgz
  -mkdir dir=${tomcat.dist}/${final.name} /
  -copy todir=${tomcat.dist}/${final.name}
  -  fileset dir=${tomcat.dist}
  -include 

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

2002-10-24 Thread remm
remm2002/10/24 04:48:51

  Modified:.build.properties.default
  Log:
  - Update version numbers.
  
  Revision  ChangesPath
  1.46  +8 -8  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.properties.default  17 Oct 2002 06:49:54 -  1.45
  +++ build.properties.default  24 Oct 2002 11:48:51 -  1.46
   -46,17 +46,17 
   
   
   # - Commons Beanutils, version 1.4 or later -
  -commons-beanutils.home=${base.path}/commons-beanutils-1.4.1
  +commons-beanutils.home=${base.path}/commons-beanutils-1.5
   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://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.5/commons-beanutils-1.5.tar.gz
   
   
   # - Commons Collections, version 2.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://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/commons-collections-2.1.tar.gz
   
   
   # - Commons Launcher, version 20021012 or later -
   -118,10 +118,10 
   activation.jar=${activation.lib}/activation.jar
   
   # - Log4j -
  -log4j.home=${base.path}/jakarta-log4j-1.2.6
  +log4j.home=${base.path}/jakarta-log4j-1.2.7
   log4j.lib=${log4j.home}
  -log4j.jar=${log4j.lib}/dist/lib/log4j-1.2.6.jar
  -log4j.loc=http://jakarta.apache.org/log4j/jakarta-log4j-1.2.6.tar.gz
  +log4j.jar=${log4j.lib}/dist/lib/log4j-1.2.7.jar
  +log4j.loc=http://jakarta.apache.org/log4j/jakarta-log4j-1.2.7.tar.gz
   
   # - LogKit -
   logkit.home=${base.path}/LogKit-1.1
  
  
  

--
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-5 build.properties.default

2002-10-17 Thread remm

remm2002/10/16 23:49:54

  Modified:.build.properties.default
  Log:
  - Fix apparent typo.
  
  Revision  ChangesPath
  1.45  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.properties.default  17 Oct 2002 03:00:03 -  1.44
  +++ build.properties.default  17 Oct 2002 06:49:54 -  1.45
  @@ -63,7 +63,7 @@
   commons-launcher.home=${base.path}/commons-launcher
   commons-launcher.lib=${commons-launcher.home}
   commons-launcher.bin=${commons-launcher.home}/bin
  -commons-launcher.jar=${commons-launcher.home.bin}/commons-launcher.jar
  +commons-launcher.jar=${commons-launcher.bin}/commons-launcher.jar
   commons-launcher.bootstrap.class=${commons-launcher.bin}/LauncherBootstrap.class
   commons-launcher.loc=jakarta-commons-sandbox/launcher
   
  
  
  

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




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

2002-10-16 Thread patrickl

patrickl2002/10/16 20:00:03

  Modified:.build.properties.default build.xml
  Log:
  Adjust location of commons-launcher.jar. It is back in the dist/bin directory of 
its build location like it was when the code was in jakarta-commons-sandbox/daemon.
  
  Revision  ChangesPath
  1.44  +2 -2  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.properties.default  11 Oct 2002 15:16:41 -  1.43
  +++ build.properties.default  17 Oct 2002 03:00:03 -  1.44
  @@ -63,7 +63,7 @@
   commons-launcher.home=${base.path}/commons-launcher
   commons-launcher.lib=${commons-launcher.home}
   commons-launcher.bin=${commons-launcher.home}/bin
  -commons-launcher.jar=${commons-launcher.home}/commons-launcher.jar
  +commons-launcher.jar=${commons-launcher.home.bin}/commons-launcher.jar
   commons-launcher.bootstrap.class=${commons-launcher.bin}/LauncherBootstrap.class
   commons-launcher.loc=jakarta-commons-sandbox/launcher
   
  
  
  
  1.46  +1 -1  jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- build.xml 15 Oct 2002 20:44:59 -  1.45
  +++ build.xml 17 Oct 2002 03:00:03 -  1.46
  @@ -800,7 +800,7 @@
 param name=destfile value=${commons-launcher.jar}/
   /antcall
   copy
  -  file=${commons-launcher.home}/dist/commons-launcher.jar
  +  file=${commons-launcher.home}/dist/bin/commons-launcher.jar
 tofile=${commons-launcher.jar}
   /
   copy
  
  
  

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




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

2002-10-11 Thread remm

remm2002/10/11 03:56:55

  Modified:.build.properties.default build.xml
  Log:
  - Remove dependency on daemon. Add one on launcher.
  
  Revision  ChangesPath
  1.42  +8 -9  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.properties.default  10 Oct 2002 18:00:16 -  1.41
  +++ build.properties.default  11 Oct 2002 10:56:55 -  1.42
  @@ -59,14 +59,13 @@
   
commons-collections.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/commons-collections-2.0.tar.gz
   
   
  -# - Commons Daemon, version 20020731 or later -
  -commons-daemon.home=${base.path}/commons-daemon
  -commons-daemon.lib=${commons-daemon.home}
  -commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  -commons-daemon.bin=${commons-daemon.home}/bin
  -commons-daemon-launcher.jar=${commons-daemon.bin}/commons-launcher.jar
  
-commons-daemon-launcher-bootstrap.class=${commons-daemon.bin}/LauncherBootstrap.class
  -commons-daemon.loc=jakarta-commons-sandbox/daemon
  +# - Commons Launcher, version 20021012 or later -
  +commons-launcher.home=${base.path}/commons-launcher
  +commons-launcher.lib=${commons-launcher.home}
  +commons-launcher.bin=${commons-launcher.home}/bin
  +commons-launcher.jar=${commons-launcher.home}/commons-launcher.jar
  +commons-launcher.bootstrap.class=${commons-launcher.bin}/LauncherBootstrap.class
  +commons-launcher.loc=jakarta-commons-sandbox/launcher
   
   
   # - Commons Digester, version 20020820 or later -
  
  
  
  1.41  +7 -11 jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml 9 Oct 2002 12:20:40 -   1.40
  +++ build.xml 11 Oct 2002 10:56:55 -  1.41
  @@ -649,21 +649,17 @@
   /antcall
   
   antcall target=cvsbuild
  -  param name=location value=${commons-daemon.loc}/
  -  param name=subdir value=${commons-daemon.home}/
  -  param name=destfile value=${commons-daemon.jar}/
  +  param name=location value=${commons-launcher.loc}/
  +  param name=subdir value=${commons-launcher.home}/
  +  param name=destfile value=${commons-launcher.jar}/
   /antcall
   copy
  -  file=${commons-daemon.home}/dist/commons-daemon.jar
  -  tofile=${commons-daemon.jar}
  +  file=${commons-launcher.home}/dist/commons-launcher.jar
  +  tofile=${commons-launcher.jar}
   /
   copy
  -  file=${commons-daemon.home}/dist/bin/commons-launcher.jar
  -  tofile=${commons-daemon-launcher.jar}
  -/
  -copy
  -  file=${commons-daemon.home}/dist/bin/LauncherBootstrap.class
  -  tofile=${commons-daemon-launcher-bootstrap.class}
  +  file=${commons-launcher.home}/dist/bin/LauncherBootstrap.class
  +  tofile=${commons-launcher.bootstrap.class}
   /
   
   antcall target=downloadgz
  
  
  

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




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

2002-10-11 Thread bobh

bobh2002/10/11 08:16:41

  Modified:.build.properties.default
  Log:
  - update LogKit (as older edition was no longer available for downloading)
  
  Revision  ChangesPath
  1.43  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- build.properties.default  11 Oct 2002 10:56:55 -  1.42
  +++ build.properties.default  11 Oct 2002 15:16:41 -  1.43
  @@ -124,10 +124,10 @@
   log4j.loc=http://jakarta.apache.org/log4j/jakarta-log4j-1.2.6.tar.gz
   
   # - LogKit -
  -logkit.home=${base.path}/LogKit-1.0.1
  +logkit.home=${base.path}/LogKit-1.1
   logkit.lib=${logkit.home}
  -logkit.jar=${logkit.lib}/logkit-1.0.1.jar
  
-logkit.loc=http://jakarta.apache.org/builds/jakarta-avalon/release/logkit/latest/LogKit-1.0.1-bin.tar.gz
  +logkit.jar=${logkit.lib}/logkit-1.1.jar
  
+logkit.loc=http://jakarta.apache.org/builds/jakarta-avalon/release/logkit/latest/LogKit-1.1-bin.tar.gz
   
   
   # - Jaxen ( required by taglibs/standard required by jasper ) -
  
  
  

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




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

2002-10-10 Thread remm

remm2002/10/10 11:00:16

  Modified:.build.properties.default
  Log:
  - Switch to Struts 1.1-b2.
  
  Revision  ChangesPath
  1.41  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.properties.default  7 Oct 2002 15:03:10 -   1.40
  +++ build.properties.default  10 Oct 2002 18:00:16 -  1.41
  @@ -221,11 +221,11 @@
   puretls.jar=${puretls.lib}/puretls.jar
   
   
  -# - Struts, version 1.0.2 or later -
  -struts.home=${base.path}/jakarta-struts-1.0.2
  +# - Struts, version 1.1 Beta 2 or later -
  +struts.home=${base.path}/jakarta-struts-1.1-b2
   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-b2/jakarta-struts-1.1-b2.tar.gz
   
   
   # - Tyrex Data Source, version 1.0 -
  
  
  

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




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

2002-10-03 Thread remm

remm2002/10/03 05:56:39

  Modified:.build.properties.default
  Log:
  - New Xerces version.
  
  Revision  ChangesPath
  1.38  +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.properties.default  18 Sep 2002 11:44:21 -  1.37
  +++ build.properties.default  3 Oct 2002 12:56:39 -   1.38
  @@ -104,11 +104,11 @@
   
   
   # - Xerces XML Parser, version 2.1.0 or later -
  -xerces.home=${base.path}/xerces-2_1_0
  +xerces.home=${base.path}/xerces-2_2_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz
   
   
   # --
  
  
  

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




Re: cvs commit: jakarta-tomcat-5 build.properties.default

2002-10-03 Thread Steve Downey

This causes all 181 Watchdog JSP tests to fail.

I don't know why yet, and it's probably something simple, but it's not a good 
sign.

On Thursday 03 October 2002 08:56 am, [EMAIL PROTECTED] wrote:
 remm2002/10/03 05:56:39

   Modified:.build.properties.default
   Log:
   - New Xerces version.

   Revision  ChangesPath
   1.38  +3 -3  jakarta-tomcat-5/build.properties.default

   Index: build.properties.default
   ===
   RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
   retrieving revision 1.37
   retrieving revision 1.38
   diff -u -r1.37 -r1.38
   --- build.properties.default18 Sep 2002 11:44:21 -  1.37
   +++ build.properties.default3 Oct 2002 12:56:39 -   1.38
   @@ -104,11 +104,11 @@


# - Xerces XML Parser, version 2.1.0 or later -
   -xerces.home=${base.path}/xerces-2_1_0
   +xerces.home=${base.path}/xerces-2_2_0
xerces.lib=${xerces.home}
xercesImpl.jar=${xerces.lib}/xercesImpl.jar
xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.1.0.tar.gz
   +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.2.0.tar.gz


# --


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




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

2002-09-18 Thread remm

remm2002/09/18 04:44:21

  Modified:.build.properties.default
  Log:
  - Upgrade to NSIS alpha 7.
  
  Revision  ChangesPath
  1.37  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.properties.default  4 Sep 2002 15:53:49 -   1.36
  +++ build.properties.default  18 Sep 2002 11:44:21 -  1.37
  @@ -211,11 +211,11 @@
   mail.jar=${mail.lib}/mail.jar
   
   
  -# - NSIS, version 2.0a6 or later -
  +# - NSIS, version 2.0a7 or later -
   nsis.home=${base.path}/nsis-2.0
   nsis.exe=${nsis.home}/makensis.exe
  -nsis.installoptions.dll=${nsis.home}/Bin/InstallOptions.dll
  -nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis2k/nsis20a6.exe
  +nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  +nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20a7.exe
   
   
   # - PureTLS Extension, version 0.9 or later -
  
  
  

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




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

2002-09-04 Thread remm

remm2002/09/04 06:39:32

  Modified:.build.properties.default
  Log:
  - Update to Xerces 2.1.0.
  
  Revision  ChangesPath
  1.35  +4 -4  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.properties.default  2 Sep 2002 08:18:03 -   1.34
  +++ build.properties.default  4 Sep 2002 13:39:32 -   1.35
  @@ -103,12 +103,12 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# - Xerces XML Parser, version 2_0_1 -
  -xerces.home=${base.path}/xerces-2_0_1
  +# - Xerces XML Parser, version 2.1.0 or later -
  +xerces.home=${base.path}/xerces-2_1_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.0.1.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
   
   
   # --
  
  
  

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




  1   2   >