cvs commit: jakarta-tomcat build.xml

2005-06-17 Thread billbarker
billbarker2005/06/17 21:16:57

  Modified:.build.xml
  Log:
  Update to support building the APR connectors.
  
  This was actually badly broken before (like, for months :).  It's nice to see 
that the TC 3.3 community is so active ;-).
  
  Revision  ChangesPath
  1.208 +7 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -r1.207 -r1.208
  --- build.xml 15 Apr 2005 03:17:08 -  1.207
  +++ build.xml 18 Jun 2005 04:16:56 -  1.208
  @@ -428,7 +428,7 @@
  

 
  -  
   
  @@ -448,9 +448,13 @@
   
   
   
  -
  +
   
   
  +
  +
  +
  +
   
 
   
  @@ -1236,6 +1240,7 @@
   
   
   
  +
 
   
 
  
  
  

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



cvs commit: jakarta-tomcat build.xml

2005-04-14 Thread billbarker
billbarker2005/04/14 20:17:08

  Modified:.build.xml
  Log:
  Get 3.3 building again with j-t-c/jni.
  
  Revision  ChangesPath
  1.207 +14 -0 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.206
  retrieving revision 1.207
  diff -u -r1.206 -r1.207
  --- build.xml 19 Nov 2004 08:15:53 -  1.206
  +++ build.xml 15 Apr 2005 03:17:08 -  1.207
  @@ -85,6 +85,9 @@
   
 
 
  +  
  +  
 
 
  @@ -241,6 +244,9 @@
   
 
   
  +
  +  
  +
 
   
 
  @@ -416,7 +422,14 @@
   
 
   
  +  
  + 
  +   
  + 
  +  
 
   
 
  @@ -432,6 +445,7 @@
   
   
   
  +
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat build.xml

2004-11-19 Thread billbarker
billbarker2004/11/19 00:15:53

  Modified:.build.xml
  Log:
  Fix the build for new Jk doc location.
  
  Revision  ChangesPath
  1.206 +1 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.205
  retrieving revision 1.206
  diff -u -r1.205 -r1.206
  --- build.xml 20 Oct 2004 05:29:54 -  1.205
  +++ build.xml 19 Nov 2004 08:15:53 -  1.206
  @@ -867,11 +867,10 @@
   
   
   
  -
  +
   
 
   
  -
   
 
   
  
  
  

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



cvs commit: jakarta-tomcat build.xml

2004-10-19 Thread billbarker
billbarker2004/10/19 22:29:55

  Modified:.build.xml
  Log:
  Allow compilation with a 1.5 JDK.
  
  Note that setting compile.source="1.5" won't currently work, since there are still 
some enums floating around.
  
  Revision  ChangesPath
  1.205 +35 -7 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.204
  retrieving revision 1.205
  diff -u -r1.204 -r1.205
  --- build.xml 6 Apr 2004 07:12:31 -   1.204
  +++ build.xml 20 Oct 2004 05:29:54 -  1.205
  @@ -23,6 +23,8 @@
   
 
 
  +  
  +  
   
 
 
  @@ -117,9 +119,6 @@
 
 
 
  -  
  -  
  -
 
 
 
  @@ -433,7 +432,6 @@
   
   
   
  -
   
   
   
  @@ -448,7 +446,8 @@
   
 
   
   
  -
   
   
   
  @@ -513,7 +510,12 @@
  debug="${debug}"
  optimize="${optimize}"
  deprecation="off"
  +   source="${compile.source}"
  +   target="${compile.target}"
  srcdir="src/share">
  +  
  +
  +  
 
 
 
  @@ -543,6 +545,8 @@
  debug="${debug}"
  optimize="${optimize}"
  deprecation="off"
  +   source="${compile.source}"
  +   target="${compile.target}"
  srcdir="src/share">
 
   
  @@ -575,6 +579,8 @@
  debug="${debug}"
  optimize="${optimize}"
  deprecation="off"
  +   source="${compile.source}"
  +   target="${compile.target}"
  srcdir="src/share">
 
   
  @@ -602,6 +608,8 @@
  debug="${debug}"
  optimize="${optimize}"
  deprecation="off"
  +   source="${compile.source}"
  +   target="${compile.target}"
  srcdir="src/share">
 
   
  @@ -626,6 +634,8 @@
  debug="${debug}"
  optimize="${optimize}"
  deprecation="off"
  +   source="${compile.source}"
  +   target="${compile.target}"
  srcdir="src/facade22">
 
   
  @@ -676,6 +686,8 @@
  srcdir="src/share"
  debug="${debug}"
  optimize="${optimize}"
  +   source="${compile.source}"
  +   target="${compile.target}"
  deprecation="off">
 
   
  @@ -744,6 +756,8 @@
  srcdir="src/share"
  debug="${debug}"
  optimize="${optimize}"
  +   source="${compile.source}"
  +   target="${compile.target}"
  deprecation="off">
 
   
  @@ -794,6 +808,8 @@
 
   
   
  
  
  @@ -821,10 +837,14 @@
 
   
   
   
   
  @@ -868,6 +888,8 @@
 
   
   
  @@ -942,6 +964,8 @@
 
   
   
   
   
   
   

cvs commit: jakarta-tomcat build.xml

2004-04-06 Thread hgomez
hgomez  2004/04/06 00:12:31

  Modified:.build.xml
  Log:
  We're now on 3.3.3-dev
  
  Revision  ChangesPath
  1.204 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.203
  retrieving revision 1.204
  diff -u -r1.203 -r1.204
  --- build.xml 3 Mar 2004 06:15:55 -   1.203
  +++ build.xml 6 Apr 2004 07:12:31 -   1.204
  @@ -25,7 +25,7 @@
 
   
 
  -  
  +  
 
 
 
  
  
  

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



cvs commit: jakarta-tomcat build.xml

2004-03-02 Thread billbarker
billbarker2004/03/02 22:15:56

  Modified:.build.xml
  Log:
  Add the j-t-c docs to the bundled documentation.
  
  Revision  ChangesPath
  1.203 +8 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.202
  retrieving revision 1.203
  diff -u -r1.202 -r1.203
  --- build.xml 1 Mar 2004 01:52:59 -   1.202
  +++ build.xml 3 Mar 2004 06:15:55 -   1.203
  @@ -81,6 +81,7 @@
   
 
   
  +  
 
 
 
 
   
  +
  +
  +
  +
  +  
  +
  +
   
 
   
  
  
  

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



cvs commit: jakarta-tomcat build.xml

2004-02-05 Thread billbarker
billbarker2004/02/05 19:37:20

  Modified:.build.xml
  Log:
  It seems that o.a.t.u.log needs to be in the common cl.
  
  Also, actually copy over the regexp jar, so that the CoyoteConnector2 can actually 
work.
  
  Revision  ChangesPath
  1.200 +3 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.199
  retrieving revision 1.200
  diff -u -r1.199 -r1.200
  --- build.xml 1 Jan 2004 23:20:46 -   1.199
  +++ build.xml 6 Feb 2004 03:37:20 -   1.200
  @@ -461,6 +461,7 @@
   
 
 
  +  
   
   
 
  @@ -476,6 +477,8 @@
   
   
  +
   
   
   
  
  
  

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



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

2004-01-01 Thread billbarker
billbarker2004/01/01 15:20:46

  Modified:.build.xml build.properties.sample
  Log:
  Adding Regexp since it is needed by coyote-http11 (I can see how active development 
is in j-t :).
  
  Revision  ChangesPath
  1.199 +4 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.198
  retrieving revision 1.199
  diff -u -r1.198 -r1.199
  --- build.xml 13 Oct 2003 09:44:16 -  1.198
  +++ build.xml 1 Jan 2004 23:20:46 -   1.199
  @@ -99,6 +99,9 @@
 
 
 
  +  
  +  
  +  
   
 
 
  @@ -413,6 +416,7 @@
   
   
   
  +
   
   
   
  
  
  
  1.4   +6 -1  jakarta-tomcat/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample   2 Oct 2003 05:42:22 -   1.3
  +++ build.properties.sample   1 Jan 2004 23:20:46 -   1.4
  @@ -56,6 +56,11 @@
   commons-modeler.lib=${commons-modeler.home}/dist
   commons-modeler.jar=${commons-modeler.lib}/commons-modeler.jar
   
  +# - (optional) Jakarta Regexp (required by Http11) -
  +regexp.home=../jakarta-regexp-1.3
  +regexp.lib=${regexp.home}
  +regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar
  +
   # - (optional) Jakarta Commons DB Pool (required by future PooledJDBCRealm ) 
-
   commons-dbcp.home=../commons-dbcp-1.0
   commons-dbcp.lib=${commons-dbcp.home}
  
  
  

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



cvs commit: jakarta-tomcat build.xml

2003-10-13 Thread hgomez
hgomez  2003/10/13 02:44:16

  Modified:.build.xml
  Log:
  Create an empty endorsed directory in lib/
  
  Revision  ChangesPath
  1.198 +5 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.197
  retrieving revision 1.198
  diff -u -r1.197 -r1.198
  --- build.xml 2 Oct 2003 02:50:59 -   1.197
  +++ build.xml 13 Oct 2003 09:44:16 -  1.198
  @@ -108,7 +108,7 @@
 
 
   
  -  
  +  
 
   
 
  @@ -331,6 +331,7 @@
   
   
   
  +
   
   
   
  @@ -375,6 +376,9 @@
   
   
  +
  +
   
   

Re: cvs commit: jakarta-tomcat build.xml

2003-10-02 Thread Henri Gomez
[EMAIL PROTECTED] a écrit :

larryi  2003/10/01 19:50:59

  Modified:.build.xml
  Log:
  Update to build using MAIN branch of JTC coyote and http11.  The jars are
  a little different from coyote_10 version.
Thanks Larry

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


cvs commit: jakarta-tomcat build.xml

2003-10-01 Thread larryi
larryi  2003/10/01 19:50:59

  Modified:.build.xml
  Log:
  Update to build using MAIN branch of JTC coyote and http11.  The jars are
  a little different from coyote_10 version.
  
  Sync log4j detection property name.
  
  Revision  ChangesPath
  1.197 +10 -4 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.196
  retrieving revision 1.197
  diff -u -r1.196 -r1.197
  --- build.xml 4 Aug 2003 23:30:44 -   1.196
  +++ build.xml 2 Oct 2003 02:50:59 -   1.197
  @@ -71,6 +71,7 @@
   location="${jtc.util.build}/lib/tomcat-util.jar"/>
   
 
  +  
   
 
 
  @@ -259,7 +260,7 @@
   
 
   
  -  
  +  
   
 
   
  @@ -405,7 +406,9 @@
   
   
   
  +
   
  +
   
   
   
  @@ -689,11 +692,14 @@
   
   
  -
  +
   
   
  +  file="${jtc.coyote.lib}/tomcat33-coyote.jar"/>
  +
  +
   
   
  
  
  

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



cvs commit: jakarta-tomcat build.xml

2003-08-04 Thread larryi
larryi  2003/08/04 16:30:45

  Modified:.build.xml
  Log:
  Update to copy commons-logging-api.jar since JTC-util HEAD no longer
  copies it.
  
  Revision  ChangesPath
  1.196 +4 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.195
  retrieving revision 1.196
  diff -u -r1.195 -r1.196
  --- build.xml 7 Apr 2003 00:48:11 -   1.195
  +++ build.xml 4 Aug 2003 23:30:44 -   1.196
  @@ -456,12 +456,15 @@
   
   
   
  -
   
 
   
 
   
  +
  +
  +
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat build.xml

2003-02-16 Thread larryi
larryi  2003/02/16 19:12:05

  Modified:.build.xml
  Log:
  Remove task to build SnoopServlet removed from ROOT webapp
  
  Revision  ChangesPath
  1.194 +0 -4  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.193
  retrieving revision 1.194
  diff -u -r1.193 -r1.194
  --- build.xml 17 Feb 2003 01:59:02 -  1.193
  +++ build.xml 17 Feb 2003 03:12:05 -  1.194
  @@ -800,10 +800,6 @@
   
 
   
  -
   
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2003-02-16 Thread larryi
larryi  2003/02/16 17:59:03

  Modified:.build.xml
  Log:
  Update to allow independent control over location of "util", "coyote", and
  "http11" locations.
  
  Revision  ChangesPath
  1.193 +17 -11jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.192
  retrieving revision 1.193
  diff -u -r1.192 -r1.193
  --- build.xml 26 Jan 2003 03:05:31 -  1.192
  +++ build.xml 17 Feb 2003 01:59:02 -  1.193
  @@ -70,6 +70,13 @@
 
   
  +  
  +
  +  
  +  
  +
  +  
  +
 
 
 
  @@ -100,9 +107,6 @@
 
 
   
  -  
  -  
  -
 
 
 
  @@ -382,19 +386,21 @@
   
 
  -
  +
 
   
 
  -
  +
   
  +
   
   
  -
  +
  +
   
   
   
  -
  +
   
   
   
  @@ -444,7 +450,7 @@
   
   
   
  -  
  +  
   
 
   
  @@ -665,7 +671,7 @@
   
   
  -
  +
   
   
   
  @@ -679,10 +685,10 @@
 file="${jtc.http11.lib}/tomcat33-coyote.jar"/>
   
   
  +  file="${jtc.jk.home}/build/lib/tomcat-jk2.jar"/>
   
   
  +  file="${jtc.jk.home}/conf/jk2.properties"/>
   
 
   
  
  
  

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




Re: cvs commit: jakarta-tomcat build.xml

2003-01-26 Thread Bill Barker

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 25, 2003 7:05 PM
Subject: cvs commit: jakarta-tomcat build.xml


> larryi  2003/01/25 19:05:33
>
>   Modified:.build.xml
>   Log:
>   Update commons-logging default version and add commons-modeler
>   properties.  Pass commons-modeler to http11 build.
>

modeler-1.0 doesn't work with j-t-c HEAD (the main reason that I was pushing
for a branch), and the j-t-c coyote_10 branch doesn't require modeler at all
for Tomcat 3.3.  What is the reason for adding in modeler to TC 3.3?



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




cvs commit: jakarta-tomcat build.xml

2003-01-25 Thread larryi
larryi  2003/01/25 19:05:33

  Modified:.build.xml
  Log:
  Update commons-logging default version and add commons-modeler
  properties.  Pass commons-modeler to http11 build.
  
  Update tomcat-ant.jar build to use one jar task.  I had strange rename
  problems in my gump build on WinXP when using two jar tasks.
  
  Revision  ChangesPath
  1.192 +17 -10jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.191
  retrieving revision 1.192
  diff -u -r1.191 -r1.192
  --- build.xml 22 Oct 2002 06:57:29 -  1.191
  +++ build.xml 26 Jan 2003 03:05:31 -  1.192
  @@ -88,7 +88,7 @@
 
 
   
  -  
  +  
 
 
   
  @@ -96,6 +96,10 @@
 
 
   
  +  
  +  
  +  
  +
 
 
   
  @@ -386,10 +390,13 @@
   
   
   
  -
  +
  +
  +
   
   
   
  +
   
 
   
  @@ -743,14 +750,14 @@
  
   
   
  -
  -   
  - 
  -
  -   
  +
  +
  +
  +
  +
  +
  +
  +
   
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-10-21 Thread billbarker
billbarker2002/10/21 23:57:29

  Modified:.build.xml
  Log:
  Remove the j2ee target.
  
  It hasn't worked at least since 3.3 M2.  I strongly doubt that Sun will release a 
J2EE based on the 3.3 code, and it only seems to be causing confusion at the moment.
  
  Revision  ChangesPath
  1.191 +0 -5  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.190
  retrieving revision 1.191
  diff -u -r1.190 -r1.191
  --- build.xml 30 Sep 2002 02:25:18 -  1.190
  +++ build.xml 22 Oct 2002 06:57:29 -  1.191
  @@ -731,11 +731,6 @@
 
 
   
  -  
  -  
  -
  -  
  -
 
 
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-09-29 Thread larryi

larryi  2002/09/29 19:25:19

  Modified:.build.xml
  Log:
  Remove MxInterceptor from main build.  Add tasks for JmxSupport add-on.
  
  Revision  ChangesPath
  1.190 +3 -3  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.189
  retrieving revision 1.190
  diff -u -r1.189 -r1.190
  --- build.xml 19 Sep 2002 11:12:06 -  1.189
  +++ build.xml 30 Sep 2002 02:25:18 -  1.190
  @@ -637,9 +637,6 @@
 name="org/apache/tomcat/modules/config/LoaderInterceptor12.java"
 unless="jdk12.present"/>
 
  -  
 
   
 
  +
   
   
 
   
 
  +
   
   
 
   
 
  +
   
   
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-09-19 Thread hgomez

hgomez  2002/09/19 04:12:07

  Modified:.build.xml
  Log:
  Remove dependencies on xalan for jmx-tools which should be handled
  more generally (xerces2, xalan2, xml-commons-api)
  
  Revision  ChangesPath
  1.189 +7 -16 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.188
  retrieving revision 1.189
  diff -u -r1.188 -r1.189
  --- build.xml 19 Sep 2002 08:12:59 -  1.188
  +++ build.xml 19 Sep 2002 11:12:06 -  1.189
  @@ -102,12 +102,6 @@
 
 
 
  -  
  -  
  -  
  -  
  -  
  -
 
 
  @@ -133,8 +127,6 @@
  file="${jmx.jar}" />
   
  -
   
   
   
  +
   
   
 
  @@ -290,17 +283,17 @@
 
 
   
  -
  -
 
   
 
   
  -
  -
 
   
  @@ -612,16 +605,14 @@
   
 
   
  -
 
 
 
   
  -
  -
 
   
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-09-19 Thread hgomez

hgomez  2002/09/19 01:12:59

  Modified:.build.xml
  Log:
  Majors modifications in build.xml :
  
  - make it works from Eclipse IDE
  - fix problems when building from non 'apache' layout (tc/jtc in same dir)
  - add support for xerces2 parser or external parsers (usefull for 
packagers like jpackage.org)
  
  Revision  ChangesPath
  1.188 +145 -46   jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- build.xml 11 Sep 2002 17:23:07 -  1.187
  +++ build.xml 19 Sep 2002 08:12:59 -  1.188
  @@ -28,8 +28,9 @@
   -->
 
   
  -  
  -  
  +  
  +  
  +  
   
 
  +  
  +  
  +  
  +  
   
 
  @@ -120,12 +131,28 @@
  file="${jaxp.home}/jaxp.jar" />
   
  +
  +
   
   
   
  +
  +  
  +
  +
  +  
  +
  +
  +   
  +
  +
  +  
  +
   
   
  @@ -135,6 +162,54 @@
   
 
   
  +
  +  
  +  
  +  
  +  
  +  
  +
  +
  +
  +  
  +
  +  
  +
  +
  +
  +  
  +
  +  
  +
  + 
  +  
  +
  +  
  +
  +
  +
  +
  +  
  +
  +  
  +
  +  
  +
  +
  +  
  +
  +  
  +
  +  
  +
  +
  +
  +
  +
  +
  +
  +  
  +
 
   
 
  @@ -143,6 +218,10 @@
   
 
   
  +  
  +
  +  
  +
 
   
 
  @@ -155,6 +234,10 @@
   
 
   
  +  
  +
  +  
  +
 
   
 
  @@ -172,7 +255,7 @@
 
   
 
  +  
depends="detect,uptodate,msg.ant15,msg.jdk12,msg.jsse,msg.jmx,msg.jmxtools,msg.puretls,msg.commons-dbcp,msg.jtc,msg.jtc.util"
 >
 
   
 
  @@ -205,7 +288,23 @@
 file="${jaxp.home}/jaxp.jar"/>
 
 
  -  
  +  
  +
  +
  +
  +  
  +
  +  
  +
  +
  +
  +  
  +
  +  
   
 
   
  @@ -291,13 +390,13 @@
   
 
   
  -
  +
   
   
   
   
   
  -
  +
   
 
   
  @@ -313,9 +412,11 @@
  deprecation="off"
  srcdir="src/share">
 
  -
  - 
  +
  +
  +
 
  +  
 
   
 
 
  -
  +
   
 
 
  @@ -455,6 +556,7 @@
  deprecation="off"
  srcdir="src/share">
 
  +
   
   
   
  @@ -478,8 +580,9 @@
  deprecation="off"
  srcdir="src/facade22">
 
  -
  -
  +
  +
  + 
   
   
 
  @@ -507,15 +610,30 @@
   
 
   
  +  
  +
  +
  +  
  +  
  +  
  +
  +
  +
  +  
  +
 
  -  
  +  
   
 
  -
  +
  +
   
   
   
  @@ -530,7 +648,6 @@
 
  -
 
  @@ -554,7 +671,7 @@
   
   
  -
  +
   
   
   
 
  +
  +
   
  -
 
 
 
  
  
  -  
  -  
  -  
  +
  
   
   
  @@ -700,15 +816,21 @@
 
   
   
  +  file="${ant.jar}"/>
   
 
   
   
  +   destdir="${tomcat.build}/webapps/admin/WEB-INF/classes">
  +   
  +
  + 
  + 
  + 
  +   
  +
   
 
   
  @@ -784,10 +906,7 @@
  deprecation="off"
  srcdir="${jtc.util.home}/java">
 
  -
  -
  -
  -
  +
   
 
 
  @@ -865,26 +984,6 @@
   
   
 
  -
  -  
  -
  -
  -
  -  
  -  
  -  
  -  
  -
  -
  -  
  -
  -
  -  
  -
  -
  -  
  -
  -  
   
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-09-11 Thread larryi

larryi  2002/09/11 10:23:07

  Modified:.build.xml
  Log:
  Fix, I assume, cut & paste error with "jakarta-logging".  Default to version
  1.0.1 since this is the one that has commons-logging-api.jar.
  
  Revision  ChangesPath
  1.187 +2 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.186
  retrieving revision 1.187
  diff -u -r1.186 -r1.187
  --- build.xml 11 Sep 2002 05:36:42 -  1.186
  +++ build.xml 11 Sep 2002 17:23:07 -  1.187
  @@ -84,8 +84,8 @@
 
 
   
  -  
  -  
  +  
  +  
 
   
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-09-10 Thread billbarker

billbarker2002/09/10 22:36:43

  Modified:.build.xml
  Log:
  Add commons-logging to the ClassPath for Util.
  
  Preliminary step for starting on converting Util to c-l (which makes debugging s 
much nicer :)
  
  Revision  ChangesPath
  1.186 +5 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.185
  retrieving revision 1.186
  diff -u -r1.185 -r1.186
  --- build.xml 30 Jul 2002 19:07:28 -  1.185
  +++ build.xml 11 Sep 2002 05:36:42 -  1.186
  @@ -84,6 +84,10 @@
 
 
   
  +  
  +  
  +  
  +
 
 
 
  @@ -310,6 +314,7 @@
  srcdir="src/share">
 
   
  + 
 
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-07-30 Thread larryi

larryi  2002/07/30 12:07:29

  Modified:.build.xml
  Log:
  Use j-t-c propety for mx4j.jar location.  Add a message for JMX detection.
  Note that this detection needs to be in sync with the detection in
  jakarta-tomcat-util.
  
  Revision  ChangesPath
  1.185 +6 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -r1.184 -r1.185
  --- build.xml 11 Jun 2002 12:13:22 -  1.184
  +++ build.xml 30 Jul 2002 19:07:28 -  1.185
  @@ -91,7 +91,7 @@
 
 
   
  -  
  +  
   
 
  @@ -147,6 +147,10 @@
   
 
   
  +  
  +
  +  
  +
 
   
 
  @@ -164,7 +168,7 @@
 
   
 
  +  
depends="detect,uptodate,msg.jdk12,msg.jsse,msg.jmx,msg.puretls,msg.commons-dbcp,msg.jtc,msg.jtc.util"
 >
 
   
 
  
  
  

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




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

2002-06-11 Thread hgomez

hgomez  2002/06/11 05:13:22

  Modified:.build.xml build.properties.sample
  Log:
  PR: Updated build.xml  which will ensure that all required commons
  jars needed for JDBCPooledRealm are present.
  Updated build.properties.sample to reflect commons updates and
  ant.lib (which is required for ant jscp task)
  
  Revision  ChangesPath
  1.184 +27 -18jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.183
  retrieving revision 1.184
  diff -u -r1.183 -r1.184
  --- build.xml 7 Jun 2002 07:16:51 -   1.183
  +++ build.xml 11 Jun 2002 12:13:22 -  1.184
  @@ -76,6 +76,18 @@
 
 
   
  +  
  +  
  +  
  +
  +  
  +  
  +  
  +
  +  
  +  
  +  
  +
 
 
   
  @@ -98,8 +110,6 @@
  file="${jsse.jar}"/>
   
  -
   
   
   
  +
  +  
  +
  +
  +
  +  
  +
 
   
 
  @@ -134,8 +151,8 @@
   
 
   
  -  
  -
  +  
  +
 
   
 
  @@ -467,7 +484,7 @@
 
   
   
  -  
  +  
 
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +
  +
  +
  +
 
   
 
  @@ -515,7 +524,7 @@
   
 
  +  unless="commons-dbcp.complete"/>
 
  
  
  
  1.2   +22 -2 jakarta-tomcat/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   8 Apr 2002 01:56:51 -   1.1
  +++ build.properties.sample   11 Jun 2002 12:13:22 -  1.2
  @@ -42,4 +42,24 @@
   # - (optional) Jakarta Commons Logging (required by Http11) -
   commons-logging.home=../commons-logging-1.0
   commons-logging.lib=${commons-logging.home}
  -commond-logging.jar=${commons-logging.lib}/commons-logging.jar
  +commons-logging.jar=${commons-logging.lib}/commons-logging.jar
  +
  +# - (optional) Jakarta Commons DB Pool (required by future PooledJDBCRealm ) 
-
  +commons-dbcp.home=../commons-dbcp-1.0
  +commons-dbcp.lib=${commons-dbcp.home}
  +commons-dbcp.jar=${commons-dbcp.lib}/commons-dbcp.jar
  +
  +# - (optional) Jakarta Commons Pool (required by Commons DBCP) -
  +commons-pool.home=../commons-pool-1.0
  +commons-pool.lib=${commons-pool.home}
  +commons-pool.jar=${commons-pool.lib}/commons-pool.jar
  +
  +# - (optional) Jakarta Commons Collections (required by Commons Pool)  -
  +commons-collections.home=../commons-collections-2.0
  +commons-collections.lib=${commons-collections.home}
  +commons-collections.jar=${commons-collections.lib}/commons-collections.jar
  +
  +# - ant lib for tomcat-ant (Jspc task) -
  +ant.home=${jakarta-ant}
  +ant.bin=${ant.home}/bin
  +ant.lib=${ant.home}/lib
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-06-06 Thread billbarker

billbarker2002/06/07 00:16:51

  Modified:.build.xml
  Log:
  Fix typo.
  
  We were a little too good at excluding JMX support.
  
  Revision  ChangesPath
  1.183 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- build.xml 7 Jun 2002 06:41:53 -   1.182
  +++ build.xml 7 Jun 2002 07:16:51 -   1.183
  @@ -511,7 +511,7 @@
 unless="jdk12.present"/>
 
  +  unless="jmx-present"/>
   
 mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 




cvs commit: jakarta-tomcat build.xml

2002-06-06 Thread costin

costin  2002/06/06 23:41:53

  Modified:.build.xml
  Log:
  Added the excludes for MxInterceptor.
  
  Revision  ChangesPath
  1.182 +8 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.181
  retrieving revision 1.182
  diff -u -r1.181 -r1.182
  --- build.xml 29 May 2002 17:53:00 -  1.181
  +++ build.xml 7 Jun 2002 06:41:53 -   1.182
  @@ -79,6 +79,8 @@
 
 
   
  +  
  +
 
 
  @@ -102,6 +104,8 @@
  classname="java.security.PrivilegedAction"/>
   
  +
   
   
 
   
  +
   
   
   
  @@ -504,6 +509,9 @@
 
  +  
   
 mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 




cvs commit: jakarta-tomcat build.xml

2002-05-29 Thread costin

costin  02/05/29 10:53:00

  Modified:.build.xml
  Log:
  In case we compile with JDK1.4, this _must_ be present to preserve backward
  compatibility with JDK1.1 and jikes.
  
  Revision  ChangesPath
  1.181 +1 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.180
  retrieving revision 1.181
  diff -u -r1.180 -r1.181
  --- build.xml 21 May 2002 18:15:02 -  1.180
  +++ build.xml 29 May 2002 17:53:00 -  1.181
  @@ -278,6 +278,7 @@
   
 
   mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 




cvs commit: jakarta-tomcat build.xml

2002-05-18 Thread keith

keith   02/05/18 10:17:13

  Modified:.build.xml
  Log:
  Tomcat-ant task depends on JspC task in Ant, which
  isn't in latest release build, 1.4.1.  To build this
  task use the 1.5 beta or head.
  
  Revision  ChangesPath
  1.179 +4 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -r1.178 -r1.179
  --- build.xml 16 May 2002 03:15:13 -  1.178
  +++ build.xml 18 May 2002 17:17:13 -  1.179
  @@ -90,6 +90,8 @@
 
   
  +
   
   
  -  
  +  
   
  
  
 
  -  
 
  +  
  
   
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-04-24 Thread keith

keith   02/04/24 05:26:23

  Modified:.build.xml
  Log:
  Fix build with the http11 connector
  
  Revision  ChangesPath
  1.177 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.176
  retrieving revision 1.177
  diff -u -r1.176 -r1.177
  --- build.xml 18 Apr 2002 13:57:59 -  1.176
  +++ build.xml 24 Apr 2002 12:26:23 -  1.177
  @@ -263,7 +263,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-04-14 Thread larryi

larryi  02/04/14 21:25:24

  Modified:.build.xml
  Log:
  Note sure if this will be in time for tonight's Gump build.  The tomcat-jar target
  still included the coyote target, which would cause it to fail.
  
  This also implements a different approach to keeping Gump happy.  Rather
  than to define separate Gump targets, add new targets at needed points
  in the standard build flow.  For this purpose, main.lite was added.
  It relies on the use of  to avoid rebuilding the J-T-C util project,
  which causes problems for Gump.
  
  Also, since jakarta-tomcat doesn't directly depend on commons-logging,
  I have removed it from this build.xml.  commons-logging.jar is now copied
  from the results of the J-T-C util build.
  
  These changes should get Gump working again with "main" and "dist'"
  targets still including coyote.  More changes are coming so that a
  future Gump project can defined for jakarta-tomcat which will include
  the J-T-C dependencies.
  
  Revision  ChangesPath
  1.175 +29 -38jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.174
  retrieving revision 1.175
  diff -u -r1.174 -r1.175
  --- build.xml 14 Apr 2002 16:04:52 -  1.174
  +++ build.xml 15 Apr 2002 04:25:24 -  1.175
  @@ -79,20 +79,6 @@
 
 
   
  -  
  -  
  -
  -  
  -
 
 
  @@ -124,6 +110,12 @@
  file="${jakarta-tomcat-connectors}" />
 
   
  +  
  +
  +  
  +
  +  
  +
 
   
 
  @@ -144,7 +136,12 @@
   
 
   
  -  
  +  
  +
  +  
  +
  +  
 
   
 
  @@ -239,9 +236,6 @@
   
   
  -
  -
   
  @@ -257,8 +251,12 @@
   
 
   
  +  
  +
  +  
  +
 
  -
   
   
   
  @@ -307,16 +305,13 @@
 
   
   
  -
  -
  +
  +
  +  
  +
 
  -
  ---> 
  -
  +
   
   
   
  @@ -593,7 +588,7 @@
   
 
   
  -  
  +  
 
   
 
  @@ -794,10 +789,7 @@
   
   
 
  -  
  -  
  -
  -  
  +  
 
   
 
  @@ -966,14 +958,13 @@
   
 
   
  -  
  +  
 
   
  -  
  +  
 
  -
   
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml gump.xml

2002-04-14 Thread costin

costin  02/04/14 09:04:52

  Modified:.build.xml gump.xml
  Log:
  Hopefully this will fix next gump.
  
  Revision  ChangesPath
  1.174 +28 -12jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.173
  retrieving revision 1.174
  diff -u -r1.173 -r1.174
  --- build.xml 11 Apr 2002 02:05:12 -  1.173
  +++ build.xml 14 Apr 2002 16:04:52 -  1.174
  @@ -257,12 +257,24 @@
   
 
   
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +  
  +
  +
 
 
   
 
  -
  -
   
   
  -
  -
  -
  -
   
  -
  -
  -
  +
  +
   
   
   
  @@ -786,10 +794,13 @@
   
   
 
  -  
  +  
  +  
  +
  +  
 
   
  -  
  +  
   
   
   
  @@ -955,7 +966,12 @@
   
 
   
  -  
  +  
  +  
  +
  +  
 
   
   
  
  
  
  1.2   +1 -1  jakarta-tomcat/gump.xml
  
  Index: gump.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/gump.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- gump.xml  13 Apr 2002 17:05:45 -  1.1
  +++ gump.xml  14 Apr 2002 16:04:52 -  1.2
  @@ -10,7 +10,7 @@
 
   org.apache.tomcat
   
  -
  +
 
 
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-04-10 Thread larryi

larryi  02/04/10 19:05:13

  Modified:.build.xml
  Log:
  The needed depency is already in the add-ons build.xml files.  Removing
  it from here to avoid building twice.
  
  Revision  ChangesPath
  1.173 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.172
  retrieving revision 1.173
  diff -u -r1.172 -r1.173
  --- build.xml 11 Apr 2002 00:05:16 -  1.172
  +++ build.xml 11 Apr 2002 02:05:12 -  1.173
  @@ -693,7 +693,7 @@
   
 
   
  -  
  +  
   
   
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-04-10 Thread costin

costin  02/04/10 17:05:16

  Modified:.build.xml
  Log:
  Copy commons-logging in common. Roll back if you think it's a problem, but
  it shouldn't be. There are few things that will work better - especially
  if you use log4j or another logger.
  
  Copy jk2.properties.
  
  Revision  ChangesPath
  1.172 +4 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.171
  retrieving revision 1.172
  diff -u -r1.171 -r1.172
  --- build.xml 10 Apr 2002 03:24:44 -  1.171
  +++ build.xml 11 Apr 2002 00:05:16 -  1.172
  @@ -239,7 +239,7 @@
   
   
  -
   
   

cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread larryi

larryi  02/04/09 20:24:45

  Modified:.build.xml
  Log:
  Include our "home" to ensure it is set correctly
  
  Revision  ChangesPath
  1.171 +6 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.170
  retrieving revision 1.171
  diff -u -r1.170 -r1.171
  --- build.xml 9 Apr 2002 21:37:53 -   1.170
  +++ build.xml 10 Apr 2002 03:24:44 -  1.171
  @@ -513,11 +513,15 @@
 
   
   
  -
  +
  +
  +
   
   
   
  -
  +
  +
  +
   
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread costin

costin  02/04/09 14:37:53

  Modified:.build.xml
  Log:
  Update j-t-c/jk build file
  
  Revision  ChangesPath
  1.170 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.169
  retrieving revision 1.170
  diff -u -r1.169 -r1.170
  --- build.xml 9 Apr 2002 19:33:42 -   1.169
  +++ build.xml 9 Apr 2002 21:37:53 -   1.170
  @@ -529,7 +529,7 @@
 file="${jtc.http11.lib}/tomcat33-coyote.jar"/>
   
   
  +  file="${jakarta-tomcat-connectors}/jk/build/lib/tomcat-jk2.jar"/>
   
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread costin

costin  02/04/09 12:33:43

  Modified:.build.xml
  Log:
  As discussed on tomcat-dev, place j-t-c/tomcat-utils.jar in common,
  rename the old one to container-utils.
  
  Call the ant files for j-t-c to build and clean
  
  Revision  ChangesPath
  1.169 +53 -31jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -r1.168 -r1.169
  --- build.xml 8 Apr 2002 20:00:37 -   1.168
  +++ build.xml 9 Apr 2002 19:33:42 -   1.169
  @@ -120,8 +120,8 @@
  file="${jaxp.home}/crimson.jar" />
   
  -
  +
 
   
 
  @@ -131,6 +131,7 @@
 
   
 
  +
 
   
 
  @@ -139,7 +140,11 @@
   
 
   
  -  
  +  
  +
  +  
  +
  +  
 
   
 
  @@ -174,21 +179,9 @@
 
 
   
  -  
  -
  -
  -
  -
  -
  -  
  -
 
   
  -  
   
 
  @@ -246,6 +239,8 @@
   
   
  +
   
   
   
 
 
  -  
  -  
  -  
  +
  +
 
   
   
  -
  +
  +
  -
  +
 
   
  +--> 
  +
   
  -
  +
  +
 
   
   
 
  -  
  -
  -  
   
 
   
  @@ -515,6 +508,31 @@
   
 
   
  +  
  +
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +  
  +
 
 
   
 
   
  -  
  +  
 
   
 
  @@ -951,6 +969,10 @@
   
   
   
  +
  +
  +
  +
 
   
 
  
  
  

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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread Larry Isaacs



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, April 09, 2002 3:11 PM
> To: Tomcat Developers List
> Subject: RE: cvs commit: jakarta-tomcat build.xml
> 
> 
> I'll commit a fix.
> 
> Larry, is it ok if we call the buildfile for j-t-c from 3.3's 
> build.xml ? 
> ( 4.0 is doing that too ).

I'm fine with that, though I think "clean" should also call "clean"
target(s) in j-t-c too, so "clean" cleans everything that
Tomcat 3.3.x uses.

> 
> The problem is the order which may be tricky - tomcat33 
> depends on j-t-c 
> utils and it will copy coyote. But coyote depens on tomcat33 
> beeing build, 
> so it can find the classes.
> 
> It would make things cleaner I think - right now I'm using 
> scripts and 
> workarounds... Tomcat3.3 will call things in the right order 
> and get all
> things in place.

This sounds fine.  I was trying in my initial build.xml update to
keep Gump working, but wasn't wasn't successful. :-(

Larry

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

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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread costinm

I'll commit a fix.

Larry, is it ok if we call the buildfile for j-t-c from 3.3's build.xml ? 
( 4.0 is doing that too ).

The problem is the order which may be tricky - tomcat33 depends on j-t-c 
utils and it will copy coyote. But coyote depens on tomcat33 beeing build, 
so it can find the classes.

It would make things cleaner I think - right now I'm using scripts and 
workarounds... Tomcat3.3 will call things in the right order and get all
things in place.

Costin


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




Re: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread Bill Barker


- Original Message -
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 10:14 AM
Subject: Re: cvs commit: jakarta-tomcat build.xml


> > On Tue, 9 Apr 2002, Larry Isaacs wrote:
> >
> > > The instructions for installing Coyote on Tomcat 3.3.x say to
> > > replace connectors_util.jar with j-t-c's tomcat-utils.jar.  Since
> >
> > j-t-c tomcat-utils are a subset of tomcat-utils.jar from container/
> >
> > Sorry, I didn't read the instructions for Coyote - I'm using coyote
> > with the 'old' minimal common loader and it works fine.
>
> If there are problems with those install instructions, let me know.
> Coyote used some bugfixes which were included in TC after 3.3, so that's
the
> reason for those instructions.
>
The tomcat-utils.jar replacement is optional with 3.3.1, but at the moment
they are fine.

Neither of the CoyoteInterceptors is passing watchdog at the moment.  This
mostly means that the original version is likely to get deprecated sooner
rather than later.  At that point, the instructions will change.
> Remy
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread Larry Isaacs



> -Original Message-
> From: Remy Maucherat [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, April 09, 2002 1:15 PM
> To: Tomcat Developers List
> Subject: Re: cvs commit: jakarta-tomcat build.xml
> 
> 
> > On Tue, 9 Apr 2002, Larry Isaacs wrote:
> >
> > > The instructions for installing Coyote on Tomcat 3.3.x say to
> > > replace connectors_util.jar with j-t-c's tomcat-utils.jar.  Since
> >
> > j-t-c tomcat-utils are a subset of tomcat-utils.jar from container/
> >
> > Sorry, I didn't read the instructions for Coyote - I'm using coyote
> > with the 'old' minimal common loader and it works fine.
> 
> If there are problems with those install instructions, let me know.
> Coyote used some bugfixes which were included in TC after 
> 3.3, so that's the
> reason for those instructions.

The instructions are fine.  It's just that after following them for
Tomcat 3.3, you have a tomcat-util.jar in lib/common and a
tomcat_util.jar in lib/container.  We have just demonstrated how
easy it is to get them confused. :)

To avoid confusion, I'll go with Costin's suggestion of renaming the
tomcat_util.jar in lib/container to container_util.jar.

Cheers,
Larry

> 
> Remy
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 

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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread Larry Isaacs



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, April 09, 2002 2:09 PM
> To: Tomcat Developers List
> Subject: RE: cvs commit: jakarta-tomcat build.xml
> 
> 
> On Tue, 9 Apr 2002, Larry Isaacs wrote:
> 
> > The instructions for installing Coyote on Tomcat 3.3.x say to
> > replace connectors_util.jar with j-t-c's tomcat-utils.jar.  Since
> 
> j-t-c tomcat-utils are a subset of tomcat-utils.jar from container/
> 
> Sorry, I didn't read the instructions for Coyote - I'm using coyote
> with the 'old' minimal common loader and it works fine.
> 
> I have 2 concerns:
> - we can't have same tomcat-utils.jar name and different content 
> in common and container. 
> - I want to make sure all code that goes to common is carefully 
> reviewed from security standpoint. We had a potential problem
> with jdk11 compat package ( now it is safe, but at some point it 
> wasn't ). That's the main reason for keeping only minimal utils.

I'm +1 on this too.

> 
> 
> > the tomcat-utils.jar that j-t-c builds.  So why not just use the
> > "util" jar that j-t-c builds?  I would be +1 for renaming the
> > "util" jar that j-t-c builds to connectors_util.jar to avoid
> > name confusion with the tomcat_util.jar.
> 
> Or we can rename container/tomcat_util.jar to 
> container/container_util.jar, and leave tomcat_util name to j-t-c.

You mean leave "tomcat-util" to j-t-c.  Yes, '-' and '_' aren't
sufficient differences in the name.  Using container_util.jar sounds
good to me.  Are you okay with using the tomcat-utils.jar built
by j-t-c, rather than the current build creation of
connector_utils.jar?

> 
> Both are fine - but we still need to review any extra class that 
> ends in common ( i.e. re-read the code and look for static
> methods/fields, package-protected methods, doPriviledged blocks, etc )
> I will do that, but it would help if you could duplicate :-)
> ( duplication is good sometimes ).

I'll try to find some time to help with this.

Cheers,
Larry


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




Re: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread Remy Maucherat

> On Tue, 9 Apr 2002, Larry Isaacs wrote:
>
> > The instructions for installing Coyote on Tomcat 3.3.x say to
> > replace connectors_util.jar with j-t-c's tomcat-utils.jar.  Since
>
> j-t-c tomcat-utils are a subset of tomcat-utils.jar from container/
>
> Sorry, I didn't read the instructions for Coyote - I'm using coyote
> with the 'old' minimal common loader and it works fine.

If there are problems with those install instructions, let me know.
Coyote used some bugfixes which were included in TC after 3.3, so that's the
reason for those instructions.

Remy


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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread costinm

On Tue, 9 Apr 2002, Larry Isaacs wrote:

> The instructions for installing Coyote on Tomcat 3.3.x say to
> replace connectors_util.jar with j-t-c's tomcat-utils.jar.  Since

j-t-c tomcat-utils are a subset of tomcat-utils.jar from container/

Sorry, I didn't read the instructions for Coyote - I'm using coyote
with the 'old' minimal common loader and it works fine.

I have 2 concerns:
- we can't have same tomcat-utils.jar name and different content 
in common and container. 
- I want to make sure all code that goes to common is carefully 
reviewed from security standpoint. We had a potential problem
with jdk11 compat package ( now it is safe, but at some point it 
wasn't ). That's the main reason for keeping only minimal utils.


> the tomcat-utils.jar that j-t-c builds.  So why not just use the
> "util" jar that j-t-c builds?  I would be +1 for renaming the
> "util" jar that j-t-c builds to connectors_util.jar to avoid
> name confusion with the tomcat_util.jar.

Or we can rename container/tomcat_util.jar to 
container/container_util.jar, and leave tomcat_util name to j-t-c.

Both are fine - but we still need to review any extra class that 
ends in common ( i.e. re-read the code and look for static
methods/fields, package-protected methods, doPriviledged blocks, etc )
I will do that, but it would help if you could duplicate :-)
( duplication is good sometimes ).

> 
> I don't have any special urge to have a single "util" jar.
> I find it preferable to not have a XML parser in the common loader.
> IMHO, auto-adding the XML parser to the web application loader is a
> good solution for providing a default XML parser.  If this means we
> keep separate common and container "util" jars, I'm in favor of that.

No, xml parser in common was not the issue. XmlMapper is also ok and
could sit in common loader. The only problem is that XmlMapper doesn't
work at this moment in common/ because we don't set the
context loader to point to container/ ( this also affects common-logger ).

I think the only reason for keeping some utils in container is 
security and webapp-awareness - as we find time and review the code we can
move it to common.

By webapp-awareness I mean it should deal with the fact that webapps
may use it and use thread class loader instead of Class.forName, etc.
Not all code 'behaves' nicely in commons, and I would like to avoid
playing ClassLoader tricks and breaking delegation.

Costin 


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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread GOMEZ Henri

>> tomcat_util.jar ( in container ) has all of the tools.
>
>The instructions for installing Coyote on Tomcat 3.3.x say to
>replace connectors_util.jar with j-t-c's tomcat-utils.jar.  Since
>I plan to include Coyote in Tomcat 3.3.2 distribution, then
>the "util" jar we ship in common loader must remain compatible with
>the tomcat-utils.jar that j-t-c builds.  So why not just use the
>"util" jar that j-t-c builds?  I would be +1 for renaming the
>"util" jar that j-t-c builds to connectors_util.jar to avoid
>name confusion with the tomcat_util.jar.

+1

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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread Larry Isaacs



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, April 09, 2002 2:50 AM
> To: Tomcat Developers List
> Subject: RE: cvs commit: jakarta-tomcat build.xml
> 
> 
> On Mon, 8 Apr 2002, Larry Isaacs wrote:
> 
> > It's not so much having one "util" jar, but understanding 
> the differences
> > between jakarta-tomcat-connectors' tomcat-util.jar and 
> connectors_util.jar.
> > If they are the same, then I would prefer to use a single name.
> 
> They are certainly not the same ( or they weren't in 3.3.0/3.3.1 ).
> 
> "Tomcat utils" are a collection of (more or less independent) 
> tools. In 
> tomcat3.3 we put some of them in the common loader ( the minimal set 
> required to get things running ), and the rest in the 
> container loader.
> 
> The 'minimal' set consist of core_util.jar and connectors_util.jar.
> 
> tomcat_util.jar ( in container ) has all of the tools.

The instructions for installing Coyote on Tomcat 3.3.x say to
replace connectors_util.jar with j-t-c's tomcat-utils.jar.  Since
I plan to include Coyote in Tomcat 3.3.2 distribution, then
the "util" jar we ship in common loader must remain compatible with
the tomcat-utils.jar that j-t-c builds.  So why not just use the
"util" jar that j-t-c builds?  I would be +1 for renaming the
"util" jar that j-t-c builds to connectors_util.jar to avoid
name confusion with the tomcat_util.jar.

> 
> I think it would be a mistake to name the jar in common with the same 
> name, since they have different content. If we put all the 
> utils in common 
> ( which wouldn't be bad - the reasons for keeping the 
> 'minimal set' only
> are not very strong ) - then we can name it tomcat_util.jar, 
> and remove
> the one in container.
> 
> If we do that, we need to fix few bugs - XmlMapper will not 
> work because
> crimson is in container/, and we don't set the thread class loader to
> container/ when starting up. 

I don't have any special urge to have a single "util" jar.
I find it preferable to not have a XML parser in the common loader.
IMHO, auto-adding the XML parser to the web application loader is a
good solution for providing a default XML parser.  If this means we
keep separate common and container "util" jars, I'm in favor of that.

Cheers,
Larry

> 
> The main reason for doing the minimal set was a bit of 
> security paranoia,
> the utils are used by the core and we must be sure they don't expose 
> anything ( static fields/methods, priviledged actions, etc ). 
> For example
> the compat util used to have a bug allowing untrusted code to 
> run trusted
> apps ( it had a doPriviledged without checking the source ). 
> I'm 99% sure
> we're ok.
> 
> Other reasons - like allowing apps to load different versions 
> of utils -
> are not that important. Somehow important is to make sure all utils 
> are webapp-friendly ( ie. use thread class loader - like  
> commons-logging for example )
> 
> Costin

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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread costinm

On Mon, 8 Apr 2002, Larry Isaacs wrote:

> It's not so much having one "util" jar, but understanding the differences
> between jakarta-tomcat-connectors' tomcat-util.jar and connectors_util.jar.
> If they are the same, then I would prefer to use a single name.

They are certainly not the same ( or they weren't in 3.3.0/3.3.1 ).

"Tomcat utils" are a collection of (more or less independent) tools. In 
tomcat3.3 we put some of them in the common loader ( the minimal set 
required to get things running ), and the rest in the container loader.

The 'minimal' set consist of core_util.jar and connectors_util.jar.

tomcat_util.jar ( in container ) has all of the tools.

I think it would be a mistake to name the jar in common with the same 
name, since they have different content. If we put all the utils in common 
( which wouldn't be bad - the reasons for keeping the 'minimal set' only
are not very strong ) - then we can name it tomcat_util.jar, and remove
the one in container.

If we do that, we need to fix few bugs - XmlMapper will not work because
crimson is in container/, and we don't set the thread class loader to
container/ when starting up. 

The main reason for doing the minimal set was a bit of security paranoia,
the utils are used by the core and we must be sure they don't expose 
anything ( static fields/methods, priviledged actions, etc ). For example
the compat util used to have a bug allowing untrusted code to run trusted
apps ( it had a doPriviledged without checking the source ). I'm 99% sure
we're ok.

Other reasons - like allowing apps to load different versions of utils -
are not that important. Somehow important is to make sure all utils 
are webapp-friendly ( ie. use thread class loader - like  
commons-logging for example )

Costin


> Cheers,
> Larry
>  
> 
> -Original Message- 
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: Mon 4/8/2002 6:37 PM 
> To: Tomcat Developers List 
> Cc: 
> Subject: RE: cvs commit: jakarta-tomcat build.xml
> 
> 
> 
> On Mon, 8 Apr 2002, Larry Isaacs wrote: 
> 
> > Hi Costin, 
> >  
> > I'm curious as to the reason to have connectors_util.jar instead 
> > of just using the tomcat-utils.jar built by j-t-c/util? 
> 
> We have 2 'sets' of utils - one in j-t-c/util, one in j-t. 
> We also have 2 lib dirs - lib/common and lib/container. 
> 
> The way we used to split the utils - we put minimal stuff in common, 
> and that was core_utils and connector_utils. That's how 3.3.0/3.3.1 
> are doing it.  
> 
> I'm +1 to change to a single tomcat-util.jar in common, but 
> that requires few fixes in xml-mapper ( actually in startup, to 
> make xml-mapper find the thread loader pointing to container ). 
> It also requires another review of the utils/ from security 
> point of view - whatever is in common must be safe, since 
> it'll be exposed to untrusted apps. 
> 
> Costin 
> 
> 
> 
> 



msg24683/bin0.bin
Description: application/ms-tnef

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


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


RE: cvs commit: jakarta-tomcat build.xml

2002-04-08 Thread Larry Isaacs

It's not so much having one "util" jar, but understanding the differences
between jakarta-tomcat-connectors' tomcat-util.jar and connectors_util.jar.
If they are the same, then I would prefer to use a single name.
 
Cheers,
Larry
 

-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Mon 4/8/2002 6:37 PM 
To: Tomcat Developers List 
Cc: 
Subject: RE: cvs commit: jakarta-tomcat build.xml



On Mon, 8 Apr 2002, Larry Isaacs wrote: 

> Hi Costin, 
>  
> I'm curious as to the reason to have connectors_util.jar instead 
> of just using the tomcat-utils.jar built by j-t-c/util? 

We have 2 'sets' of utils - one in j-t-c/util, one in j-t. 
We also have 2 lib dirs - lib/common and lib/container. 

The way we used to split the utils - we put minimal stuff in common, 
and that was core_utils and connector_utils. That's how 3.3.0/3.3.1 
are doing it.  

I'm +1 to change to a single tomcat-util.jar in common, but 
that requires few fixes in xml-mapper ( actually in startup, to 
make xml-mapper find the thread loader pointing to container ). 
It also requires another review of the utils/ from security 
point of view - whatever is in common must be safe, since 
it'll be exposed to untrusted apps. 

Costin 



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




msg24681/bin0.bin
Description: application/ms-tnef

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


RE: cvs commit: jakarta-tomcat build.xml

2002-04-08 Thread costinm

On Mon, 8 Apr 2002, Larry Isaacs wrote:

> Hi Costin,
>  
> I'm curious as to the reason to have connectors_util.jar instead
> of just using the tomcat-utils.jar built by j-t-c/util?

We have 2 'sets' of utils - one in j-t-c/util, one in j-t.
We also have 2 lib dirs - lib/common and lib/container. 

The way we used to split the utils - we put minimal stuff in common,
and that was core_utils and connector_utils. That's how 3.3.0/3.3.1
are doing it.  

I'm +1 to change to a single tomcat-util.jar in common, but 
that requires few fixes in xml-mapper ( actually in startup, to
make xml-mapper find the thread loader pointing to container ).
It also requires another review of the utils/ from security
point of view - whatever is in common must be safe, since
it'll be exposed to untrusted apps.

Costin



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




RE: cvs commit: jakarta-tomcat build.xml

2002-04-08 Thread Larry Isaacs

Hi Costin,
 
I'm curious as to the reason to have connectors_util.jar instead
of just using the tomcat-utils.jar built by j-t-c/util?
 
Cheers,
Larry

-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Mon 4/8/2002 4:00 PM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: cvs commit: jakarta-tomcat build.xml



costin  02/04/08 13:00:37 

  Modified:.build.xml 
  Log: 
  Forgot one jar, resources. 
  
  XXX Must fix the bugs that prevent putting the whole tomcat_util.jar in common, 
  check that all utils are 'safe', and move them. Same for common-logging. 
  
  Revision  ChangesPath 
  1.168 +11 -0 jakarta-tomcat/build.xml 
  
  Index: build.xml 
  === 
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v 
  retrieving revision 1.167 
  retrieving revision 1.168 
  diff -u -r1.167 -r1.168 
  --- build.xml 8 Apr 2002 19:44:28 -   1.167 
  +++ build.xml 8 Apr 2002 20:00:37 -   1.168 
  @@ -300,6 +300,17 @@ 
  

   
  + 
  +   
  + 
  + 
  + 
  + 
  + 
  + 
  +   
  + 
  + 

  

  
  
  

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




msg24657/bin0.bin
Description: application/ms-tnef

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


cvs commit: jakarta-tomcat build.xml

2002-04-08 Thread costin

costin  02/04/08 13:00:37

  Modified:.build.xml
  Log:
  Forgot one jar, resources.
  
  XXX Must fix the bugs that prevent putting the whole tomcat_util.jar in common,
  check that all utils are 'safe', and move them. Same for common-logging.
  
  Revision  ChangesPath
  1.168 +11 -0 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- build.xml 8 Apr 2002 19:44:28 -   1.167
  +++ build.xml 8 Apr 2002 20:00:37 -   1.168
  @@ -300,6 +300,17 @@
 
   
   
  +
  +  
  +
  +
  +
  +
  +
  +
  +  
  +
  +
   
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-04-08 Thread costin

costin  02/04/08 12:44:28

  Modified:.build.xml
  Log:
  Few simplifications:
  - use the binary version of common-logging. It is trivial to override this
  to build-from-source version ( for Gump ), but new users should have minimal
  pain.
  - call ant in j-t-c/util, don't assume j-t-c will be built first.
  
  This preserves the original behavior ( checkout / build - no extra rules )
  ( I hope :-), except you must check out both j-t and j-t-c
  
  Revision  ChangesPath
  1.167 +24 -11jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.166
  retrieving revision 1.167
  diff -u -r1.166 -r1.167
  --- build.xml 8 Apr 2002 01:56:50 -   1.166
  +++ build.xml 8 Apr 2002 19:44:28 -   1.167
  @@ -79,12 +79,19 @@
 
 
   
  +  
  +  
  +
  +  
   
 
  @@ -246,9 +253,6 @@
   
   
  -
  -
   
   
   
  @@ -262,6 +266,8 @@
 
   
 
  +
  +
   
   
   
  -
  -  
  -  
  +
  +  
  +  
  +  
  +  
  +  
  +  
   
   
  -
  -  
  -  
  +
  +  
  +
  +
  +  
  +  
  +
  +  
   
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-02-23 Thread larryi

larryi  02/02/23 19:49:37

  Modified:.build.xml
  Log:
  Update to eliminate fixcrlf warnings.  Ant 1.4 or later is now required.
  
  Revision  ChangesPath
  1.164 +2 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.163
  retrieving revision 1.164
  diff -u -r1.163 -r1.164
  --- build.xml 12 Jan 2002 07:19:38 -  1.163
  +++ build.xml 24 Feb 2002 03:49:37 -  1.164
  @@ -191,8 +191,8 @@
   
   
  -
  -
  +
  +
   
   
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2002-01-11 Thread billbarker

billbarker02/01/11 23:19:38

  Modified:.build.xml
  Log:
  Include builds for StreamHandler module
  
  Revision  ChangesPath
  1.163 +3 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.162
  retrieving revision 1.163
  diff -u -r1.162 -r1.163
  --- build.xml 17 Dec 2001 05:31:45 -  1.162
  +++ build.xml 12 Jan 2002 07:19:38 -  1.163
  @@ -586,14 +586,17 @@
   
 
   
  +
 
   
 
   
  +
 
   
 
   
  +
 
   
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2001-12-16 Thread costin

costin  01/12/16 21:31:45

  Modified:.build.xml
  Log:
  EmbededTomcat doesn't depend on jdk12, remove the conditional.
  
  Added a target to build 'embeded' style tomcat, i.e. a single jar containing
  everything ( no more lib/container, etc ). It is self-runnable and should start 
tomcat
  with the defaults settings ( no server.xml, etc ) using the current dir as base.
  Just add webapps and shake.
  
  This is nice for people who just need a simple jar with no strings attached ( 
configs,
  dir structure, etc ).
  
  Revision  ChangesPath
  1.162 +71 -1 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.161
  retrieving revision 1.162
  diff -u -r1.161 -r1.162
  --- build.xml 2001/12/07 04:42:23 1.161
  +++ build.xml 2001/12/17 05:31:45 1.162
  @@ -355,7 +355,6 @@
   
 
 
  -  
   
   
   
   
 
  +
  +  
  +
  +  
  +
  +  
  +
  +
  +
  +
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
  +
  +
  +
  +  
  +
  +
  +  
  +  
  +
  +
  +
  +  
  +
  +
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +  
  +
  +  
  +
   
 
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2001-12-06 Thread billbarker

billbarker01/12/06 20:42:23

  Modified:.build.xml
  Log:
  Changes to reflect new PureTLS support.
  
  Submitted by: Eric Rescorla [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.161 +13 -13jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.160
  retrieving revision 1.161
  diff -u -r1.160 -r1.161
  --- build.xml 2001/10/10 18:45:32 1.160
  +++ build.xml 2001/12/07 04:42:23 1.161
  @@ -65,6 +65,8 @@
  classname="javax.net.ssl.SSLServerSocket"/>
   
  +
   
   
   
 
  +  
  +
  +  
   
 
   
 
   
  -  
  +  
 
   
 
  @@ -210,14 +215,12 @@
   
 
 
  -  
  -  
  -  
  -  
  +  
  +  
  +  
  +  
  +  
  +
 
 
 
  -  
  -  
  +  
 
   
   mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 




cvs commit: jakarta-tomcat build.xml

2001-10-26 Thread marcsaeg

marcsaeg01/10/26 06:59:04

  Modified:.Tag: tomcat_32 build.xml
  Log:
  Changes to support building with different JAXP versions and parsers.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.53.2.8  +7 -6  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.53.2.7
  retrieving revision 1.53.2.8
  diff -u -r1.53.2.7 -r1.53.2.8
  --- build.xml 2001/07/17 14:25:27 1.53.2.7
  +++ build.xml 2001/10/26 13:59:03 1.53.2.8
  @@ -5,7 +5,8 @@
 
 
 
  -  
  +  
  +  
 
 
 
  @@ -54,10 +55,10 @@
   file="${ant.home}/lib/ant.jar"/>
   
  -
  -
  +
  +
   
   
   
  @@ -89,7 +90,7 @@
   
   
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-10-04 Thread billbarker

billbarker01/10/04 20:13:22

  Modified:.build.xml
  Log:
  Remove the (empty) src directory, and include the snoop.jsp page in examples.
  
  As agreed in the Release Plan.
  
  Revision  ChangesPath
  1.158 +0 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.157
  retrieving revision 1.158
  diff -u -r1.157 -r1.158
  --- build.xml 2001/09/23 02:13:45 1.157
  +++ build.xml 2001/10/05 03:13:22 1.158
  @@ -148,7 +148,6 @@
   
   
   
  -
   
   
   
  @@ -782,7 +781,6 @@
   
   
   
   


cvs commit: jakarta-tomcat build.xml

2001-09-22 Thread larryi

larryi  01/09/22 19:13:45

  Modified:.build.xml
  Log:
  Eliminate some javadoc warnings from the changes to the
  org.apache.tomcat.util.test classes.  Update the copyright year for the
  javadoc.
  
  Revision  ChangesPath
  1.157 +11 -8 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- build.xml 2001/09/22 02:21:33 1.156
  +++ build.xml 2001/09/23 02:13:45 1.157
  @@ -670,6 +670,9 @@
   
 
   
  +
  +  
  +
 
   
 
  @@ -684,7 +687,7 @@
use="true"
windowtitle="Tomcat and Jasper Internal API"
doctitle="Tomcat and Jasper Internal API"
  - bottom="Copyright © 2000 Apache Software Foundation. All Rights 
Reserved."
  + bottom="Copyright © 2001 Apache Software Foundation. All Rights 
Reserved."
/>
 
 
  @@ -697,7 +700,7 @@
use="true"
windowtitle="Tomcat API"
doctitle="Tomcat API"
  - bottom="Copyright © 2000 Apache Software Foundation. All Rights 
Reserved."/>
  + bottom="Copyright © 2001 Apache Software Foundation. All Rights 
Reserved."/>
 
 
   
  + bottom="Copyright © 2001 Apache Software Foundation. All Rights 
Reserved."/>
 
 
   
  + bottom="Copyright © 2001 Apache Software Foundation. All Rights 
Reserved."/>
 
 
   
  + bottom="Copyright © 2001 Apache Software Foundation. All Rights 
Reserved."/>
 
 
   
  + bottom="Copyright © 2001 Apache Software Foundation. All Rights 
Reserved."/>
 
 
   
  + bottom="Copyright © 2001 Apache Software Foundation. All Rights 
Reserved."/>
 
 
   
  + bottom="Copyright © 2001 Apache Software Foundation. All Rights 
Reserved."/>
 
   
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-09-21 Thread larryi

larryi  01/09/21 19:21:33

  Modified:.build.xml
  Log:
  Fix admin based tests to be compatible with Ant 1.4.
  
  Since Ant 1.4's TaskAdapter insists on calling setProject(Project), the Ant
  classes must be visible to the org.apache.tomcat.util.test classes.
  
  Removed the test classes from tomcat_util.jar and placed them in a
  tomcat_util_test.jar in the admin's WEB-INF/lib directory, which is where
  ant.jar lives.
  
  Revision  ChangesPath
  1.156 +5 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.155
  retrieving revision 1.156
  diff -u -r1.155 -r1.156
  --- build.xml 2001/09/21 11:03:41 1.155
  +++ build.xml 2001/09/22 02:21:33 1.156
  @@ -292,6 +292,7 @@
   
 
  +  
   
 
   
  @@ -589,6 +590,10 @@
   
   
  +
  +  
  +
   


cvs commit: jakarta-tomcat build.xml

2001-09-21 Thread jfclere

jfclere 01/09/21 04:03:41

  Modified:.build.xml
  Log:
  Add exclude for tomcat.jar target. (Otherwise does compile with JDK1.1.8).
  
  Revision  ChangesPath
  1.155 +16 -6 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.154
  retrieving revision 1.155
  diff -u -r1.154 -r1.155
  --- build.xml 2001/09/21 08:29:56 1.154
  +++ build.xml 2001/09/21 11:03:41 1.155
  @@ -254,12 +254,18 @@
   
 
 
  -  
  -  
  -  
  -  
  -  
  -  
  +  
  +  
  +  
  +  
  +  
  +  
   
   
   
  @@ -305,6 +311,10 @@
   unless="jdk12.present"/>
 
  +  
  +  
 
   
   


cvs commit: jakarta-tomcat build.xml

2001-08-23 Thread costin

costin  01/08/23 18:09:31

  Modified:.build.xml
  Log:
  JNIEndpoint is a "startup" program. It should be moved to tomcat.startup, but
  to avoid changes in the native code we can leave it where it is.
  
  But it must be included in tomcat.jar, since the startup classpath must be 'clean',
  having modules.jar in the parent class loader is trouble.
  
  Revision  ChangesPath
  1.150 +4 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.149
  retrieving revision 1.150
  diff -u -r1.149 -r1.150
  --- build.xml 2001/08/22 03:01:54 1.149
  +++ build.xml 2001/08/24 01:09:31 1.150
  @@ -288,7 +288,7 @@
   
 
   
  -  
  +  
   
 
  +  
  +  
 
 
 
  @@ -527,7 +529,7 @@
   
 
   
  -  
  +  
 
   
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-08-21 Thread costin

costin  01/08/21 20:01:54

  Modified:.build.xml
  Log:
  Fix the 1.1 compat. Exclude the 1.2 code.
  
  Revision  ChangesPath
  1.149 +1 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.148
  retrieving revision 1.149
  diff -u -r1.148 -r1.149
  --- build.xml 2001/08/21 05:41:35 1.148
  +++ build.xml 2001/08/22 03:01:54 1.149
  @@ -256,6 +256,7 @@
 
 
 
  +  
   
   
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-08-20 Thread costin

costin  01/08/20 22:41:35

  Modified:.build.xml
  Log:
  Etomcat.jar goes to common ( that EmbededTomcat )
  
  Revision  ChangesPath
  1.148 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- build.xml 2001/08/03 02:30:50 1.147
  +++ build.xml 2001/08/21 05:41:35 1.148
  @@ -387,7 +387,7 @@
 
   
   
  -
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-08-03 Thread costin

costin  01/08/02 19:30:50

  Modified:.build.xml
  Log:
  Changed from internal to modules ( this isn't used in 3.3, the dir is intended for
  addon modules )
  
  Revision  ChangesPath
  1.147 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.146
  retrieving revision 1.147
  diff -u -r1.146 -r1.147
  --- build.xml 2001/07/19 17:30:36 1.146
  +++ build.xml 2001/08/03 02:30:50 1.147
  @@ -158,7 +158,7 @@
   
   
   
  -
  +
   
   
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-07-19 Thread larryi

larryi  01/07/19 10:30:36

  Modified:.build.xml
  Log:
  Update javadoc build to not require jakarta-tomcat-connectors to be present.
  Plus a little clean up.
  
  Revision  ChangesPath
  1.146 +9 -11 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- build.xml 2001/07/19 06:18:48 1.145
  +++ build.xml 2001/07/19 17:30:36 1.146
  @@ -45,8 +45,6 @@
 
 
  -  
  +  
   
 
   
   
   
 
   
 
   
 
   
 
   
 
   
 
   
 
   


cvs commit: jakarta-tomcat build.xml

2001-07-18 Thread costin

costin  01/07/18 23:18:48

  Modified:.build.xml
  Log:
  The default builder will no longer use j-t-c, but the local copies.
  
  This is in preparation for feature freeze. Any new features will
  be added on top of "base" tc3.3 as modules.
  
  Revision  ChangesPath
  1.145 +28 -2 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- build.xml 2001/07/17 02:28:01 1.144
  +++ build.xml 2001/07/19 06:18:48 1.145
  @@ -109,7 +109,7 @@
   
 
 
  -  
  +  
 
   
 
  @@ -260,12 +260,27 @@
 
   
   
  +
  +  
  +
  +
  +  
  +
  +
   
 
 
   
   
  +
  +  
  +  
  +  
  +  
  +
  +
   
 
  @@ -513,7 +528,7 @@
   
 
   
  -  
  +  
 
   
 
  @@ -794,5 +809,16 @@
 
   
 
  +  
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +  
   
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-07-17 Thread marcsaeg

marcsaeg01/07/17 07:25:30

  Modified:.Tag: tomcat_32 build.xml
  Log:
  Now include RELEASE-NOTES and KEYS in the binary distribution.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.53.2.7  +2 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.53.2.6
  retrieving revision 1.53.2.7
  diff -u -r1.53.2.6 -r1.53.2.7
  --- build.xml 2001/02/16 15:14:08 1.53.2.6
  +++ build.xml 2001/07/17 14:25:27 1.53.2.7
  @@ -46,6 +46,8 @@
 
   
   
  +
  +
   
   
   


cvs commit: jakarta-tomcat build.xml

2001-07-16 Thread costin

costin  01/07/16 19:28:03

  Modified:.build.xml
  Log:
  Watchdog.dist ( from "watchdog-web-based" ) is now separated, it creates
  problems when building tests with some ants.
  
  Since watchdog didn't changed we can just use the current war and stop
  building it every time - but that's for the next build cleanup ( if ever )
  
  Revision  ChangesPath
  1.144 +3 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.143
  retrieving revision 1.144
  diff -u -r1.143 -r1.144
  --- build.xml 2001/07/16 17:54:29 1.143
  +++ build.xml 2001/07/17 02:28:01 1.144
  @@ -591,6 +591,9 @@
   
  +  
  +
  +  
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-07-16 Thread costin

costin  01/07/16 10:54:30

  Modified:.build.xml
  Log:
  Comment out jsse section, it would brake the compile if jsse is not present.
  
  Revision  ChangesPath
  1.143 +0 -4  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- build.xml 2001/07/15 23:53:10 1.142
  +++ build.xml 2001/07/16 17:54:29 1.143
  @@ -56,7 +56,6 @@
 
 
 
  -  
 
 
 
  @@ -635,9 +634,6 @@
   
   
 
  -
  -
  -  
   
 
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-07-15 Thread costin

costin  01/07/15 16:53:11

  Modified:.build.xml
  Log:
  Updated the jaxp to 1.1 ( I checked in the binaries, like all other project
  do - I'm not sure the commit mail went through ).
  
  - add the internal/ dir for easier configuration of trusted apps and modules
  
  - remove jasper34 from the default build - since we are close to beta, as
  previously discussed. jasper34 will be usable as an add-on module, when
  ready.
  
  Revision  ChangesPath
  1.142 +4 -7  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.141
  retrieving revision 1.142
  diff -u -r1.141 -r1.142
  --- build.xml 2001/07/13 02:42:06 1.141
  +++ build.xml 2001/07/15 23:53:10 1.142
  @@ -55,7 +55,8 @@
 
 
 
  -  
  +  
  +  
 
 
 
  @@ -160,6 +161,7 @@
   
   
   
  +
   
   
   
  @@ -512,12 +514,7 @@
   
 
   
  -  
  -
  -  
  -
  -  
  +  
 
   
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-07-12 Thread larryi

larryi  01/07/12 19:42:10

  Modified:.build.xml
  Log:
  I believe a classloader bug made building tomcat_test_util.jar necessary.
  Removing since the bug has been fixed and tomcat_test_util.jar is no
  longer needed.
  
  Revision  ChangesPath
  1.141 +0 -11 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.140
  retrieving revision 1.141
  diff -u -r1.140 -r1.141
  --- build.xml 2001/07/10 13:03:34 1.140
  +++ build.xml 2001/07/13 02:42:06 1.141
  @@ -571,17 +571,6 @@
  destdir="${tomcat.build}/webapps/admin/WEB-INF/classes"
  classpath="${tomcat.build}/classes;${servlet22.jar}"/>
   
  -
  -
  -
  -  
  -
  -
  -
 
   
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-07-10 Thread larryi

larryi  01/07/10 06:03:40

  Modified:.build.xml
  Log:
  Update javadoc tasks to avoid most of the error messages
  
  Revision  ChangesPath
  1.140 +35 -8 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.139
  retrieving revision 1.140
  diff -u -r1.139 -r1.140
  --- build.xml 2001/07/02 19:40:54 1.139
  +++ build.xml 2001/07/10 13:03:34 1.140
  @@ -636,11 +636,31 @@
   
 
   
  +  
  +
  +
  +  
  +  
  +  
  +  
  +
  +
  +  
  +
  +
  +  
  +
  +
  +  
  +
  +  
  +
 
   
   
   
 
   
 
   
 
   
 
   
 
   
 
   
 
   


cvs commit: jakarta-tomcat build.xml

2001-07-02 Thread costin

costin  01/07/02 12:40:56

  Modified:.build.xml
  Log:
  Create a new dir where we'll store all "auto-generated" configs.
  ( it's likely we'll have few, and it's easier to group them togheter
  instead of mixing with user-editable files )
  
  Revision  ChangesPath
  1.139 +1 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- build.xml 2001/06/26 19:40:08 1.138
  +++ build.xml 2001/07/02 19:40:54 1.139
  @@ -149,6 +149,7 @@

   
   
  +
   
   
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-06-26 Thread costin

costin  01/06/26 12:40:11

  Modified:.build.xml
  Log:
  Fixed ( once again - I hope for the last time ) the jaxp file copying.
  Since people have different preferences we'll detect the version instead of
  asking the user - this should work for most common cases ( including
  xerces - but I haven't tested ). ( ant started to fail if a file to be
  copied is not found - which is a good behavior )
  
  Revision  ChangesPath
  1.138 +38 -10jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- build.xml 2001/06/24 21:53:17 1.137
  +++ build.xml 2001/06/26 19:40:08 1.138
  @@ -81,6 +81,12 @@
  file="${jakarta-tomcat-connectors}"/>
   
  +
  +
  +
 
   
 
  @@ -106,10 +112,40 @@
 
 
   
  +  
  +
  +
  +
  +  
  +
  +  
  +
  +
  +
  +
  +  
  +
  +  
  +
  +
  +
  +  
  +  
  +  
  +
 
  -  
   
  -  
  +  
  +
  +  

   
   
  @@ -147,14 +183,6 @@
   
   -->
   
  -
  -
  -
  -
   
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-06-24 Thread costin

costin  01/06/24 14:53:17

  Modified:.build.xml
  Log:
  Use the new build.xml in j-t-c
  
  Revision  ChangesPath
  1.137 +8 -17 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.136
  retrieving revision 1.137
  diff -u -r1.136 -r1.137
  --- build.xml 2001/06/22 05:26:56 1.136
  +++ build.xml 2001/06/24 21:53:17 1.137
  @@ -433,21 +433,9 @@
 
   
 
  -
  -  
  -  
  -  
  -
  -
  -
  -  
  -
  -
  +
 
   
   
  @@ -500,7 +488,7 @@
target="install"/>
 
   
  -  
  +  
 
   
 
  @@ -753,12 +741,15 @@
 
   
 
  -
  +
  +
  +
 
   
 
   
   
  +
 
   
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-06-21 Thread larryi

larryi  01/06/21 22:26:58

  Modified:.build.xml
  Log:
  Include KEYS file in build
  
  Revision  ChangesPath
  1.136 +1 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- build.xml 2001/06/19 00:34:37 1.135
  +++ build.xml 2001/06/22 05:26:56 1.136
  @@ -138,6 +138,7 @@
   
   
   
  +
   
   

RE: cvs commit: jakarta-tomcat build.xml

2001-06-19 Thread Mike Anderson

No problem.   Of course I would never make
a mistake like that  unless of course I
actually try to modify the code :-)

Mike Anderson

>>> [EMAIL PROTECTED] 06/19/01 01:23AM >>>
doh, thanks Mike..

Saludos ,
Ignacio J. Ortega


> -Mensaje original-
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Enviado el: martes 19 de junio de 2001 2:35
> Para: [EMAIL PROTECTED] 
> Asunto: cvs commit: jakarta-tomcat build.xml
> 
> 
> mmanders01/06/18 17:34:38
> 
>   Modified:.build.xml
>   Log:
>   Updated conditionals for commons-dbcp.  This will now build 
> properly even if jakarta-commons isn't available.
>   
>   Revision  ChangesPath
>   1.135 +29 -30jakarta-tomcat/build.xml
>   
>   Index: build.xml
>   ===
>   RCS file: /home/cvs/jakarta-tomcat/build.xml,v
>   retrieving revision 1.134
>   retrieving revision 1.135
>   diff -u -r1.134 -r1.135
>   --- build.xml   2001/06/17 18:59:39 1.134
>   +++ build.xml   2001/06/19 00:34:37 1.135
>   @@ -38,10 +38,16 @@
>
>  location="${ws}/jakarta-tomcat-jasper" />
>   +
>   + +location="${ws}/jakarta-commons" />
>
>  
>  
>   @@ -54,18 +60,6 @@
>  
>  
>
>   -  
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -  
>   -
>  
>  
>   @@ -80,8 +74,7 @@
>   file="${jsse.lib}/jsse.jar"/>
>   -   
> classname="org.apache.commons.dbcp.DriverManagerConnectionFactory"
>   -   classpathref="commons-dbcp"/>
>   +   
> file="${jakarta-commons}/dbcp/dist/commons-dbcp.jar" />
>   classname="java.security.PrivilegedAction"/>
>   @@ -109,6 +102,7 @@
>  
>
>  
>   +  
>   depends="detect,msg.jdk12,msg.jsse,msg.jtc,msg.jtj,msg.commons-dbcp" >
>  
>
>   @@ -380,23 +374,26 @@
>  
>
>
>   -  
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   +-->
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>  
>
>  
>   @@ -410,8 +407,10 @@
> location="${tomcat.build}/lib/common/connector_util.jar"/>
> location="${tomcat.build}/lib/container/tomcat_util.jar"/>
> location="${tomcat.build}/lib/common/tomcat_core.jar"/>
>   +
>   +
>   +
>  
>   -  
>  
>
> name="org/apache/tomcat/modules/config/LoaderInterceptor12.java"
>   
>   
>   
> 



RE: cvs commit: jakarta-tomcat build.xml

2001-06-19 Thread Ignacio J. Ortega

doh, thanks Mike..

Saludos ,
Ignacio J. Ortega


> -Mensaje original-
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Enviado el: martes 19 de junio de 2001 2:35
> Para: [EMAIL PROTECTED]
> Asunto: cvs commit: jakarta-tomcat build.xml
> 
> 
> mmanders01/06/18 17:34:38
> 
>   Modified:.build.xml
>   Log:
>   Updated conditionals for commons-dbcp.  This will now build 
> properly even if jakarta-commons isn't available.
>   
>   Revision  ChangesPath
>   1.135 +29 -30jakarta-tomcat/build.xml
>   
>   Index: build.xml
>   ===
>   RCS file: /home/cvs/jakarta-tomcat/build.xml,v
>   retrieving revision 1.134
>   retrieving revision 1.135
>   diff -u -r1.134 -r1.135
>   --- build.xml   2001/06/17 18:59:39 1.134
>   +++ build.xml   2001/06/19 00:34:37 1.135
>   @@ -38,10 +38,16 @@
>
>  location="${ws}/jakarta-tomcat-jasper" />
>   +
>   + +location="${ws}/jakarta-commons" />
>
>  
>  
>   @@ -54,18 +60,6 @@
>  
>  
>
>   -  
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -  
>   -
>  
>  
>   @@ -80,8 +74,7 @@
>   file="${jsse.lib}/jsse.jar"/>
>   -   
> classname="org.apache.commons.dbcp.DriverManagerConnectionFactory"
>   -   classpathref="commons-dbcp"/>
>   +   
> file="${jakarta-commons}/dbcp/dist/commons-dbcp.jar" />
>   classname="java.security.PrivilegedAction"/>
>   @@ -109,6 +102,7 @@
>  
>
>  
>   +  
>   depends="detect,msg.jdk12,msg.jsse,msg.jtc,msg.jtj,msg.commons-dbcp" >
>  
>
>   @@ -380,23 +374,26 @@
>  
>
>
>   -  
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   -
>   +-->
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>  
>
>  
>   @@ -410,8 +407,10 @@
> location="${tomcat.build}/lib/common/connector_util.jar"/>
> location="${tomcat.build}/lib/container/tomcat_util.jar"/>
> location="${tomcat.build}/lib/common/tomcat_core.jar"/>
>   +
>   +
>   +
>  
>   -  
>  
>
> name="org/apache/tomcat/modules/config/LoaderInterceptor12.java"
>   
>   
>   
> 



cvs commit: jakarta-tomcat build.xml

2001-06-18 Thread mmanders

mmanders01/06/18 17:34:38

  Modified:.build.xml
  Log:
  Updated conditionals for commons-dbcp.  This will now build properly even if 
jakarta-commons isn't available.
  
  Revision  ChangesPath
  1.135 +29 -30jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- build.xml 2001/06/17 18:59:39 1.134
  +++ build.xml 2001/06/19 00:34:37 1.135
  @@ -38,10 +38,16 @@
   
 
  +
  +  
   
 
 
  @@ -54,18 +60,6 @@
 
 
   
  -  
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -  
  -
 
 
  @@ -80,8 +74,7 @@
   
   
  +   file="${jakarta-commons}/dbcp/dist/commons-dbcp.jar" />
   
   
   
 
  +  
 
 
   
  @@ -380,23 +374,26 @@
 
   
   
  -  
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +-->
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
 
   
 
  @@ -410,8 +407,10 @@
   
   
   
  +
  +
  +
 
  -  
 
 


cvs commit: jakarta-tomcat build.xml

2001-06-17 Thread nacho

nacho   01/06/17 11:59:39

  Modified:.build.xml
  Log:
  * Added DependCL to the tomcat.jar starter
  * Converted tabs  to spaces ( Was done by some xml editor Sorry Costin ;))
  * Added conditional inclusion os commons-dbcp, preparing for PooledJDBCRealm ( soon )
  
  Revision  ChangesPath
  1.134 +371 -323  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.133
  retrieving revision 1.134
  diff -u -r1.133 -r1.134
  --- build.xml 2001/06/09 03:17:39 1.133
  +++ build.xml 2001/06/17 18:59:39 1.134
  @@ -10,34 +10,34 @@
   
 
 
  -   
  +  
   
 
  -   
  +  
   
 
 
   
 
  -   
  +  
   
 
  -   
  +  
   
  -   
  +  
   
 
 
   
 
  -  
  +  
 
 
 
 
 
  +
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +  
   
  -  
 
   
 
 
  - 
  +
 
 
  -
  -
  -
  -
  -
  +
  +
  +
  +
  +
  +
 
   
 
  @@ -83,6 +98,10 @@
   
 
   
  +  
  +
  +  
  +
 
   
 
  @@ -90,8 +109,7 @@
 
   
 
  -
  -  
  +  
 
   
 
  @@ -128,31 +146,35 @@
   
   
   
   
  -
  -
  +
  +
  +
  +
   
  +  tofile="${tomcat.build}/lib/container/README" />
   
   
  +  tofile="${tomcat.build}/lib/apps/README" />
   
   
  +  tofile="${tomcat.build}/lib/common/README" />
   
  -
  +
   
  -
  +
   
   
   
  @@ -167,28 +189,28 @@
 
   
 
  -
  +
 
 
  -  
  +  
   
   
   
 
  - 
  - 
  +
  +
 
   
   
  - 
  -  
  -  
  -  
  +
  +  
  +  
  +  
 
   
   
  @@ -198,66 +220,68 @@
 
   
 
  -
  +
 
  - 
  - 
  - 
  +
  +
  +
 
  -  
  +  
 
 
   
   
  - 
  -  
  -  
  +
  +  
  +  
   
   
  - 
  -  
  +
  +  
   
 
   
 
   
 
  -
  +
 
  -  
  -  
  +  
  +  
  +  
 
  -  
  +  
   
  - 
  -   
  -   
  -   
  -   
  +
  +  
  +  
  +  
  +  
  +  
   
 
   
 
  -
  +
 
  -  
  -  
  +  
  +  
   
   
   
  @@ -266,29 +290,29 @@
   
   
   
  - 
  -   
  -   
  -   
  -   
  +
  +  
  +  
  +  
  +  
   
 
   
 
   
 
  -
  +
 
  - 
  - 
  +
  +
 
  -  
  +  
   
   
   
  @@ -296,107 +320,132 @@
   
   
   
  - 
  -  
  -  
  +
  +  
  +  
   
 
   
 
   
 
  -
  +
 
  - 
  - 
  - 
  +
  +
  +
 
  -  
  +  
 
   
  - 
  -  
  +
  +  
   
   
  - 
  -  
  +
  +  
   
 
   
 
 
  -
  +
 
  - 
  - 
  - 
  - 
  +
  +
  +
  +
 
  -  
  +  
   
  - 
  -   
  +
  +  
   
 
   
  +
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +  
  +
 
  -  
  -
  +  
  +
 
  - 
  - 
  - 
  +
  +
  +
 
  -  
  -  
  +  
  +  
  +
  +  
  +  
  -  
   
   
  - 
  -   
  +
  +  
   
 
   
 
  -
  +
 
 
  -  
  +  
   
   
  - 
  -  
  +
  +  
   
   
 
  @@ -404,18 +453,18 @@
   
 
 
  -
  +
 
  - 
  +
 
  -  
  -  
  +  
  +  
   
   
   
  @@ -423,35 +472,34 @@
   
   
   
  -
  -   
  -   
  -   
  -   
  -   
  -
  -
  -
  -   
  -  
   
 
   
 
   
  + target="install"/>
 
   
  -
 
 
   
  @@ -471,13 +519,13 @@
   
 
   
  -
  -
  +
  +
   
   
 
  @@ -488,35 +536,35 @@
   
 
   
  -
  -  
  +
  +
 
   
  - 
  +
   
 
   
  -
  -
  +
  +
   
   
 

cvs commit: jakarta-tomcat build.xml

2001-06-08 Thread costin

costin  01/06/08 20:17:39

  Modified:.build.xml
  Log:
  Read build.properties ( as in connector and other projects ) in addition
  to our old .ant.properties.
  
  Fix the build of connector-utils ( remove util/** - that would add too much
  to common, and confuse the class loader)
  
  Add targets to build the ajp13 connector out of j-t-c.
  
  Add targets to build and add jasper34 ( it'll not be enabled )
  
  Revision  ChangesPath
  1.133 +29 -8 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.132
  retrieving revision 1.133
  diff -u -r1.132 -r1.133
  --- build.xml 2001/06/09 00:25:05 1.132
  +++ build.xml 2001/06/09 03:17:39 1.133
  @@ -3,6 +3,7 @@
   
 
 
  +  
   
 
 
  @@ -99,9 +100,9 @@
 

   
  -
   
   
  +
   
   
   
  @@ -188,8 +189,7 @@
 
 
 
  -  
  -  
  +  
   
   
 
  @@ -368,10 +368,6 @@

 
 
  -  
 
  @@ -387,6 +383,25 @@
   
 
   
  +  
  +
  +  
  +  
  +  
  +
  +
  + 
  +  
  +
  +
  +  
  +
  +
 
 
   
   
 
  +
  +  
  +
  +  
  +
   
  -  
  +  
 
   
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-06-08 Thread costin

costin  01/06/08 17:25:06

  Modified:.build.xml
  Log:
  Initial change for build.xml.
  
  Check if the 2 other repositories are available and give a message if
  not.
  
  Build from j-t-c.
  
  Revision  ChangesPath
  1.132 +71 -18jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- build.xml 2001/06/08 02:55:39 1.131
  +++ build.xml 2001/06/09 00:25:05 1.132
  @@ -31,7 +31,13 @@
  -->
  
   
  +  
  +   
   
  +   
  +
 
 
  @@ -147,6 +165,38 @@
 
 
   
  +  
  +
  +  
  +  
  +  
  +
  +
  +
  +  
  + 
  + 
  +  
  +
  +
  + 
  +  
  +  
  +  
  +  
  +  
  +
  +
  +  
  +
  +  
  +  
  +
 

  -  
  -  
 
  -  
  -  
  -  
  +  
   
   
   
 
  + 

 
 
  @@ -265,7 +312,8 @@
   deprecation="off" 
   srcdir="src/share">
 
  - 
  + 
  + 

 
 
  @@ -294,6 +342,7 @@
   srcdir="src/facade22">
 

  + 


 
  @@ -314,6 +363,7 @@
   optimize="${optimize}" 
   deprecation="off">
 
  + 


 
  @@ -380,8 +430,11 @@
  -->
   
 
  +
  +  
  +  
   
  -  
  +  
 
   
 
  @@ -479,7 +532,7 @@
 
  
   
  -  
  +  
   
   
   
  @@ -497,7 +550,7 @@
   
 
   
  -  
  +  
   
   
   
 
  -  
  +  
   
 
  -  
  +  
   
 
  -  
  +  
   
 
  -  
  +  
   
 
  -  
  +  
   
 
  -  
  +  
   
 
  -  
  +  
   
  -  
 
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-06-07 Thread costin

costin  01/06/07 19:55:45

  Modified:.build.xml
  Log:
  Stop copying ant, or jaxp from ant.
  
  Ant is still included in the /admin app, where it is used for tests and
  will be used for various automations.
  
  Revision  ChangesPath
  1.131 +19 -20jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -r1.130 -r1.131
  --- build.xml 2001/05/21 06:24:23 1.130
  +++ build.xml 2001/06/08 02:55:39 1.131
  @@ -109,17 +109,11 @@
   
   
   
  +configuration and few other tasks 
   
   
  -
  -
  -
  +
  +-->
   
   
  @@ -144,8 +138,6 @@
   
   
   
  -
  -
   
   
   
  @@ -247,7 +239,7 @@
   deprecation="off" 
   srcdir="src/share">
 
  - 
  + 
 
 
   
  @@ -273,8 +265,8 @@
   deprecation="off" 
   srcdir="src/share">
 
  - 
  - 
  + 
  + 
 
 
 
  @@ -284,6 +276,12 @@
 manifest="src/build/manifests/manifest.startup"> 
 
   
  +
  + 
  +  
  +
 
   
 
  @@ -296,8 +294,8 @@
   srcdir="src/facade22">
 

  - 
  - 
  + 
  + 
 
 
   
  @@ -316,8 +314,8 @@
   optimize="${optimize}" 
   deprecation="off">
 
  - 
  - 
  + 
  + 
 
 
 
 
 
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-05-20 Thread costin

costin  01/05/20 23:24:23

  Modified:.build.xml
  Log:
  Read ant.properties, each user has a different setup.
  
  ( that used to be there, I don't know when it got lost - but it's very
  difficult to work without something like this )
  
  Revision  ChangesPath
  1.130 +3 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- build.xml 2001/05/15 13:03:03 1.129
  +++ build.xml 2001/05/21 06:24:23 1.130
  @@ -2,6 +2,7 @@
   
   
 
  +  
   
 
 
  @@ -626,7 +627,8 @@
  
 
  -  
  +  
 
   
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-05-15 Thread larryi

larryi  01/05/15 06:03:07

  Modified:.build.xml
  Log:
  Remove duplicate copy command for jaxp.jar.
  
  Add a target "test.war" that adds the "test" web application to the
  distribution build, without including watchdog.
  
  Revision  ChangesPath
  1.129 +6 -2  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -r1.128 -r1.129
  --- build.xml 2001/05/15 09:49:35 1.128
  +++ build.xml 2001/05/15 13:03:03 1.129
  @@ -124,8 +124,6 @@
  file="${jaxp.home}/jaxp.jar"/>
   
  -
   
   
  @@ -459,6 +457,12 @@
   
 
 
  +  
  +
  +  
  +
 
   


cvs commit: jakarta-tomcat build.xml

2001-05-15 Thread hgomez

hgomez  01/05/15 02:49:37

  Modified:.build.xml
  Log:
  Correct build file
  
  Revision  ChangesPath
  1.128 +1 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- build.xml 2001/05/10 12:19:39 1.127
  +++ build.xml 2001/05/15 09:49:35 1.128
  @@ -423,6 +423,7 @@
 
 
   
  + 
   
 
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-05-10 Thread larryi

larryi  01/05/10 05:19:41

  Modified:.build.xml
  Log:
  Update building of the admin webapp to create a local jar
  (tomcat_test_util.jar) that includes needed org.apache.tomcat.util.test
  classes.  I believe a bug had previously allowed access to these classes
  in tomcat_util.jar found in the lib/container directory.
  
  Revision  ChangesPath
  1.127 +11 -0 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- build.xml 2001/05/06 15:23:12 1.126
  +++ build.xml 2001/05/10 12:19:39 1.127
  @@ -432,6 +432,17 @@
   optimize="${optimize}" 
   destdir="${tomcat.build}/webapps/admin/WEB-INF/classes" 
   classpath="${tomcat.build}/classes;${servlet22.jar}"/>
  +
  +
  +
  + 
  +  
  +
  +
 
 
   
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-05-06 Thread costin

costin  01/05/06 08:23:13

  Modified:.build.xml
  Log:
  Quick fix for the build failure.
  
  Revision  ChangesPath
  1.126 +3 -0  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.125
  retrieving revision 1.126
  diff -u -r1.125 -r1.126
  --- build.xml 2001/03/23 21:53:59 1.125
  +++ build.xml 2001/05/06 15:23:12 1.126
  @@ -113,10 +113,13 @@
   
   
   
  +
  +
   
   


cvs commit: jakarta-tomcat build.xml

2001-03-23 Thread melaquias

melaquias01/03/23 13:53:59

  Modified:.build.xml
  Log:
  Adds more control over whether or which javadocs get generated by adding various 
'javadoc.x' targets as well as a 'dist.nojavadoc' target.  Changes base 'dist' 
target to build all javadocs, as one would expect for the full distribution build.
  
  Revision  ChangesPath
  1.125 +76 -6 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- build.xml 2001/03/17 23:57:23 1.124
  +++ build.xml 2001/03/23 21:53:59 1.125
  @@ -481,26 +481,93 @@
 
   
   
  +
  +  
  +  
  +
  +  
  +  
   
  -
  +  
  +  
  +
  +  
  +  
   
  +  
  +  
  +
  +  
  +  
  +
  +  
  +  
  +
  -  
 
   
 
  @@ -520,6 +587,9 @@
   
  +  
  +
  +  
 
   
 
  
  
  



cvs commit: jakarta-tomcat build.xml

2001-03-17 Thread hgomez

hgomez  01/03/17 15:57:23

  Modified:.build.xml
  Log:
  Allow people with non standard jsse/ant location rebuild tomcat
  For example users of jakarta RPMS where all jar goes in
  /usr/share/java
  
  Revision  ChangesPath
  1.124 +11 -8 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.123
  retrieving revision 1.124
  diff -u -r1.123 -r1.124
  --- build.xml 2001/03/12 03:01:11 1.123
  +++ build.xml 2001/03/17 23:57:23 1.124
  @@ -42,6 +42,9 @@
 
 
 
  +  
  +  
  +  
   
 
  @@ -55,7 +58,7 @@
   
   
  +file="${jsse.lib}/jsse.jar"/>
   
 
  @@ -107,13 +110,13 @@
   
   
  -
  +
   
   
   
  +   file="${ant.lib}/jaxp.jar"/>
   
  +   file="${ant.lib}/parser.jar"/>
   
   
 
  - 
  - 
  - 
  + 
  + 
  + 
 
 
 
  @@ -421,7 +424,7 @@
 
   
   
  +   file="${ant.lib}/ant.jar"/>
   


cvs commit: jakarta-tomcat build.xml

2001-03-09 Thread costin

costin  01/03/09 23:18:51

  Modified:.build.xml
  Log:
  First small change to build.xml - use the same name pattern for
  jaxp ( jaxp.home - for the dir where jaxp is installed ), fix it
  to match the directory name in the distrib.
  
  Also - split the distrib, so you can build a distrib without javadocs
  ( very time consuming ) - the default distrib target works as before.
  
  Revision  ChangesPath
  1.120 +28 -28jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- build.xml 2001/03/04 03:27:25 1.119
  +++ build.xml 2001/03/10 07:18:50 1.120
  @@ -1,12 +1,4 @@
   
  -
   
   
 
  @@ -22,10 +14,15 @@
   
   
 
  +  
   
 
 
  -  
  +  
  +  
   
 

  @@ -75,18 +72,17 @@
   
   
   
  +
   
   
   
  +   file="${jaxp.home}/jaxp.jar"/>
   
  +   file="${jaxp.home}/parser.jar"/>
   
  -
  +   file="${jaxp.home}/jaxp.jar"/>
   
   
  @@ -422,7 +418,10 @@
 
   
 
  -  
  +  
  +   
  +
  +  
   
   
   
  @@ -432,13 +431,15 @@
   
 
   
  -
  -
  -
   
  +
  +
  +
  +
  +
  +  
  +
  +  
   
   
   
  -
  +  
  +  
   
  +  
  +
  +
  +
   
   
  -
  -
  -
  -
  -
  -
 
   
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2001-03-03 Thread costin

costin  01/03/03 19:27:26

  Modified:.build.xml
  Log:
  Implement the proposed change in lib/ organization.
  
  lib/apps will contain jars shared by web applications ( prev. "share" )
  lib/common will contain jars shared by the container and web applications
  ( same as CLASSPATH )
  lib/container will contain jars visible and used by the container (
  previously lib/ )
  
  In lib we keep the executable jars used to start/stop tomcat.
  
  Also, integrate this into the prepare target, and generate the jars
  in the final place ( instead of copy/move )
  
  Another change is the split of jasper into jasper-runtime and jasper.
  Runtime is all you need to run Jsps, jasper is the compiler.
  
  The utils are also split in "core_util" - i.e. what's needed in the
  core, and "tomcat_util" - other utils used by various modules.
  This makes clear what are the dependencies, and will allow finer
  permissions.
  
  Revision  ChangesPath
  1.119 +68 -43jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- build.xml 2001/02/19 19:45:11 1.118
  +++ build.xml 2001/03/04 03:27:25 1.119
  @@ -47,6 +47,9 @@
   
   
   
  +
  +
  +
   
   
   
  @@ -72,19 +75,33 @@
   
   
   
  -
  -
  -
  -
  -
  -
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
   
  -
  +
   
   
   
  @@ -111,10 +128,20 @@
 
 
   
  - 
  +  
  +  
  +  
  +  
  +  
  +  
  +
  +
  + 
 
  -  
   
 
   
  @@ -158,11 +185,12 @@
   
   
   
  +

  
  -   
  +   
  
  
   
  @@ -187,7 +215,7 @@
   
   
   
  - 
 
 
  @@ -209,7 +237,7 @@
 
 
   
  - 
 
  @@ -231,7 +259,7 @@
 
 
   
  - 
  
  @@ -263,7 +291,7 @@
   
   

  
   
  @@ -290,9 +318,26 @@
   
   
   
  -
  +
  +   
  +   
  +   
  +   
  +   
  +
  +
  +
  +   
  +  
  +
 
   
 
  @@ -387,9 +432,12 @@
   
 
   
  -
  -
  -
  +
  +
  +
   
   
   
  @@ -443,29 +491,6 @@
 
 
 
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
 
   
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2001-02-19 Thread costin

costin  01/02/19 11:45:14

  Modified:.build.xml
  Log:
  - removed unused target ( modules.xml auto-generation experiment, too much work
  for this release )
  
  - stop-tomcat.jar includes IntrospectionUtils, guess TOMCAT_HOME ( no need
  to set it in the command line, can start from any dir )
  
  Revision  ChangesPath
  1.118 +4 -25 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- build.xml 2001/02/16 05:37:50 1.117
  +++ build.xml 2001/02/19 19:45:11 1.118
  @@ -129,7 +129,8 @@
 
 
 
  -   
 
  +  
  +  
   
   
 
 
  +  
   
   
   
  @@ -162,6 +164,7 @@
  
  
  
  +   
   
 
   
  @@ -431,30 +434,6 @@
   
   
 
  -
  -  
  -
  -
  -  
  - 
  -  
  -
  -
  -
  -  
  -
  -
  -  
  -
  -
   
 
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2001-02-16 Thread larryi

larryi  01/02/16 07:14:09

  Modified:.Tag: tomcat_32 build.xml
  Log:
  Port Costin's change from Tomcat 3.3.
  
  Fix bug #482 ( build fails on certain JDKs, build.compiler is wrong ).
  
  There is no reason to force a compiler.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.53.2.6  +0 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.53.2.5
  retrieving revision 1.53.2.6
  diff -u -r1.53.2.5 -r1.53.2.6
  --- build.xml 2000/11/12 01:19:27 1.53.2.5
  +++ build.xml 2001/02/16 15:14:08 1.53.2.6
  @@ -3,7 +3,6 @@
   
 
 
  -  
 
 
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2001-02-15 Thread costin

costin  01/02/15 21:37:51

  Modified:.build.xml
  Log:
  Fix bug #482 ( build fails on certain JDKs, build.compiler is wrong ).
  
  There is no reason to force a compiler.
  
  Revision  ChangesPath
  1.117 +0 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.116
  retrieving revision 1.117
  diff -u -r1.116 -r1.117
  --- build.xml 2001/02/15 23:36:25 1.116
  +++ build.xml 2001/02/16 05:37:50 1.117
  @@ -11,7 +11,6 @@
   
 
   
  -  
 
 
   
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2001-02-15 Thread costin

costin  01/02/15 15:36:27

  Modified:.build.xml
  Log:
  Fixed the wrong path that caused /admin build problems.
  
  Revision  ChangesPath
  1.116 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- build.xml 2001/02/13 03:13:45 1.115
  +++ build.xml 2001/02/15 23:36:25 1.116
  @@ -25,7 +25,7 @@
 
   
 
  -  
  +  
 
   
 
  
  
  

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




cvs commit: jakarta-tomcat build.xml

2001-02-12 Thread costin

costin  01/02/12 19:13:45

  Modified:.build.xml
  Log:
  Fixed another build problem.
  
  Nacho - I think we need a bit more work on the class loader, like spliting
  jasper into runtime and compiler and something similar with some of the utils.
  
  Revision  ChangesPath
  1.115 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml 2001/02/13 00:47:43 1.114
  +++ build.xml 2001/02/13 03:13:45 1.115
  @@ -478,7 +478,7 @@
   
   
   
  +todir="${tomcat.build}/lib/common" />
   
   


cvs commit: jakarta-tomcat build.xml

2001-02-12 Thread costin

costin  01/02/12 16:47:46

  Modified:.build.xml
  Log:
  2 small fixes to generate the correct build
  
  Revision  ChangesPath
  1.114 +9 -3  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.113
  retrieving revision 1.114
  diff -u -r1.113 -r1.114
  --- build.xml 2001/02/12 23:09:32 1.113
  +++ build.xml 2001/02/13 00:47:43 1.114
  @@ -151,6 +151,12 @@
 
 
   
  +
  +
  +
  +
  +
  +

  @@ -384,10 +390,10 @@
   
   
   
  -
  +
   


cvs commit: jakarta-tomcat build.xml

2001-02-10 Thread costin

costin  01/02/10 18:23:20

  Modified:.build.xml
  Log:
  Build error ( again - I forgot to exclude the URLLoader and 1.2 )
  
  Revision  ChangesPath
  1.112 +1 -1  jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.111
  retrieving revision 1.112
  diff -u -r1.111 -r1.112
  --- build.xml 2001/02/10 16:13:02 1.111
  +++ build.xml 2001/02/11 02:23:20 1.112
  @@ -129,7 +129,7 @@
 
 
 
  -  
  +   
 
   
   


cvs commit: jakarta-tomcat build.xml

2001-02-10 Thread costin

costin  01/02/10 08:13:02

  Modified:.build.xml
  Log:
  Include compat in Main.java's starter ( repleaces the hack using introspection
  to find and load URLClassLoader ).
  
  ( also added the target I use to build modulesDoc.xml - it's very early
  code, it still needs a lot of work - but it would be nice to have userdoc
  syncyhronized with the sources )
  
  Revision  ChangesPath
  1.111 +28 -3 jakarta-tomcat/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- build.xml 2001/02/10 00:55:36 1.110
  +++ build.xml 2001/02/10 16:13:02 1.111
  @@ -128,7 +128,7 @@
   srcdir="src/share">
 
 
  -  
  +  
 
   

  
  
  -   
  +   
  
   
 
  @@ -372,9 +372,10 @@
   
   
   
  -
   
   
  +
  +
   
   
   
  @@ -395,6 +396,30 @@
   
   
 
  +
  +  
  +
  +
  +  
  + 
  +  
  +
  +
  +
  +  
  +
  +
  +  
  +
  +
   
 
 
  
  
  

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




  1   2   >