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

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:

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:

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/b

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

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

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/b

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.x

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 fil

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 -

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

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

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 =

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

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-

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

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 Changes

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

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

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

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

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

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 j

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

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

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: /

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

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 I

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 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. Rath

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 fil

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 =

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. Revis

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 === RC

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/jaka

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-

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 ca

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 classe

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

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

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

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

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

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 r

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

RE: cvs commit: jakarta-tomcat build.xml

2002-04-09 Thread costinm
se 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: cv

RE: cvs commit: jakarta-tomcat build.xml

2002-04-08 Thread Larry Isaacs
L 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

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.

RE: cvs commit: jakarta-tomcat build.xml

2002-04-08 Thread Larry Isaacs
bject: 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.

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.16

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 assum

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

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:

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 sta

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

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

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 =

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

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 tes

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

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

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:

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 === R

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

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

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

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/b

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

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

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

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-

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

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

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 xe

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/

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/jaka

RE: cvs commit: jakarta-tomcat build.xml

2001-06-19 Thread Mike Anderson
ROTECTED] [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 f

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

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

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 C

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 loade

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

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/bu

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 +

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 jak

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

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.

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/cv

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

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

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

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 CLASSPA

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

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

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 =

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 =

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

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 fil

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

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

  1   2   >