cvs commit: jakarta-tomcat-5 build.xml

2003-03-14 Thread costin
costin 2003/03/14 07:28:06 Modified:.build.xml Log: Trying to guess what's wrong on Remy's machine. The APIs are built in download as dependencies, no need to build them twice. Revision ChangesPath 1.107 +1 -3 jakarta-tomcat-5/build.xml Index

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

2003-03-13 Thread costin
costin 2003/03/13 14:48:00 Modified:.build.xml build.properties.default Log: More consistency. If it's a dependency package, it should be located in base.dir ( our repository ) - it doesn't matter if we build it or do a real download. Probably it would make sense

Re: cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: costin 2003/03/13 14:08:22 Modified:.build.xml Log: Another try, I hope this clarifies things. We have 2 kinds of code: our code ( tomcat, jk, jasper ) and dependent code. There are 2 kinds of dependent code: released and unreleased. T

Re: cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread Jeanfrancois Arcand
Will run the nightly build script and let you know. From my own workspace, everythings works fine. Thanks, -- Jeanfrancois [EMAIL PROTECTED] wrote: costin 2003/03/13 14:08:22 Modified:.build.xml Log: Another try, I hope this clarifies things. We have 2 kinds of code: ou

cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread costin
costin 2003/03/13 14:08:22 Modified:.build.xml Log: Another try, I hope this clarifies things. We have 2 kinds of code: our code ( tomcat, jk, jasper ) and dependent code. There are 2 kinds of dependent code: released and unreleased. The "download" target will

Re: cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread Costin Manolache
Remy Maucherat wrote: > Well, the build is still broken for me. commons-logging inists on being > built in ${tomcat.build} instead of ${tomcat.build}/common/lib and > ${tomcat.build}/server/lib. > > What's the point of the updated build ? The point of the updated build is to get some consistenc

Re: cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread Costin Manolache
Logging: I double fixed it, there was an missmatch with the logging build.xml ( I fixed that ), and I also removed the build, logging is stable and released. We should only build the dependencies that are not stable and we may need to change - el, modeler, daemon. Regarding modeler: do an updat

cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread costin
costin 2003/03/13 13:13:16 Modified:.build.xml Log: Let's simplify a bit: commons-logging is stable, no reason to build it here. We should just rebuild dependencies that are not yet stable or released. Revision ChangesPath 1.104 +6 -18 jakarta-tomcat

Re: cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread Remy Maucherat
Jeanfrancois Arcand wrote: I know. Give me 10 minutes :-) I thought I was the only one having issues ;-) I can work around it, but now I'm having problem building the modeler's HEAD. [copy] Copying 1 file to L:\home\tomcat-5\repository\commons-modeler-1.1dev\dist BUILD FAILED file:L:/home

Re: cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread Jeanfrancois Arcand
I know. Give me 10 minutes :-) Costin, this line seems to break the build :-( More to comes... -- Jeanfrancois Remy Maucherat wrote: [EMAIL PROTECTED] wrote: jfarcand2003/03/13 11:32:56 Modified:.build.xml Log: Proper file this time. Well, the build is still bro

Re: cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: jfarcand2003/03/13 11:32:56 Modified:.build.xml Log: Proper file this time. Well, the build is still broken for me. commons-logging inists on being built in ${tomcat.build} instead of ${tomcat.build}/common/lib and ${tomcat.build}/server/lib. What'

cvs commit: jakarta-tomcat-5 build.xml

2003-03-13 Thread jfarcand
jfarcand2003/03/13 11:32:56 Modified:.build.xml Log: Proper file this time. Revision ChangesPath 1.102 +1 -6 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/jakar

cvs commit: jakarta-tomcat-5 build.xml

2003-03-12 Thread costin
costin 2003/03/12 16:20:32 Modified:.build.xml Log: Hopefully the last commit on this topic :-) Now both deploy and build-all work. I renamed deploy to deploy-old and used the new "build" model - I think it is much cleaner and will allow us to simplify the buil

cvs commit: jakarta-tomcat-5 build.xml

2003-03-12 Thread costin
costin 2003/03/12 12:52:28 Modified:.build.xml Log: More fixes. I did a build on a clean computer - to make sure everything is checked in and working. build-all seems to work for me. Building webapps is very slow - so you should use build-all once, then rebuild onl

cvs commit: jakarta-tomcat-5 build.xml

2003-03-12 Thread costin
costin 2003/03/12 12:23:52 Modified:.build.xml Log: Fix jasper build Revision ChangesPath 1.96 +5 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/jakarta-tom

cvs commit: jakarta-tomcat-5 build.xml

2003-03-12 Thread costin
costin 2003/03/12 11:00:23 Modified:.build.xml Log: More improvements to the "build" target. Now it can do the full build. I moved some of the common parts in targets that are called in both modes. Revision ChangesPath 1.95 +106 -37 jakarta-tomcat-5/b

cvs commit: jakarta-tomcat-5 build.xml

2003-03-10 Thread luehe
luehe 2003/03/10 17:39:31 Modified:.build.xml Log: Made location of JSP and Servlet API classes configurable Revision ChangesPath 1.94 +9 -7 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5 build.xml

2003-03-05 Thread costin
costin 2003/03/05 13:25:51 Modified:.build.xml Log: To be sure - override jmx.detect. Copy ant to embed ( so it can be self-contained ) Revision ChangesPath 1.93 +4 -0 jakarta-tomcat-5/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5 build.xml

2003-02-27 Thread kinman
kinman 2003/02/27 14:53:34 Modified:.build.xml Log: - Fix jsp-exmaples precompilation: * Copy .class file for tag files into target dir. * Suppress compilation of tag files again. Revision ChangesPath 1.91 +8 -1 jakarta-tomcat-5/build.xml I

cvs commit: jakarta-tomcat-5 build.xml

2003-02-27 Thread craigmcc
craigmcc2003/02/27 11:14:14 Modified:.build.xml Log: Local build.properties settings should win over "${user.home}/build.properties" settings. Revision ChangesPath 1.90 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml ==

cvs commit: jakarta-tomcat-5 build.xml

2003-02-26 Thread costin
costin 2003/02/26 11:40:33 Modified:.build.xml Log: The rest of the embed. If anyone can try it - please let me know if it works for you. Revision ChangesPath 1.89 +27 -1 jakarta-tomcat-5/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-5 build.xml

2003-02-26 Thread remm
remm2003/02/26 08:42:09 Modified:.build.xml Log: - Remove another incorrect path. Revision ChangesPath 1.88 +0 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home

cvs commit: jakarta-tomcat-5 build.xml

2003-02-26 Thread remm
remm2003/02/26 08:39:18 Modified:.build.xml Log: - Cleanup classpaths used for precompilation. Revision ChangesPath 1.87 +28 -23jakarta-tomcat-5/build.xml Index: build.xml === RC

cvs commit: jakarta-tomcat-5 build.xml

2003-02-24 Thread costin
costin 2003/02/24 20:22:58 Modified:.build.xml Log: Few fixes to make "ant build" work without the slow "deploy" target first. I still need to copy few files to get to the equivalent result. Added an "embed" target for a minimal, embedable tomcat5. Some of the compo

cvs commit: jakarta-tomcat-5 build.xml

2003-02-23 Thread billbarker
billbarker2003/02/23 14:28:05 Modified:.build.xml Log: Exclude the '*.smap' files from the javac tasks. Revision ChangesPath 1.85 +11 -5 jakarta-tomcat-5/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-5 build.xml

2003-02-21 Thread remm
remm2003/02/21 08:43:58 Modified:.build.xml Log: - Ignore compilation failures for now (but the jsp-examples webapp won't work). Revision ChangesPath 1.84 +3 -3 jakarta-tomcat-5/build.xml Index: build.xml ==

cvs commit: jakarta-tomcat-5 build.xml

2003-02-16 Thread costin
costin 2003/02/16 23:47:50 Modified:.build.xml Log: It seems build.deploy fails. I'm using the "build" target almost exclusively - I'll try to merge them. The big problem with the default target - it calls all the javadoc and a lot of other overheads, and at least o

cvs commit: jakarta-tomcat-5 build.xml

2003-02-16 Thread costin
costin 2003/02/16 20:29:08 Modified:.build.xml Log: Moved jasper to a separate target. Added commons-el to depends Use uptodate to avoid useless compilation Revision ChangesPath 1.82 +38 -10jakarta-tomcat-5/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-5 build.xml

2003-02-15 Thread remm
remm2003/02/15 14:33:23 Modified:.build.xml Log: - Enable webapps precompilation. - Due to bugs in JSPC and Jasper, this makes the build fail. - Line 474 may be commented out in the meantime to be able to compile Tomcat. Revision ChangesPath 1.80

cvs commit: jakarta-tomcat-5 build.xml

2003-02-10 Thread jfarcand
jfarcand2003/02/10 11:17:52 Modified:.build.xml Log: Oups..the target already exists(at the end of the target) Revision ChangesPath 1.78 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5 build.xml

2003-02-10 Thread jfarcand
jfarcand2003/02/10 10:55:27 Modified:.build.xml Log: (null) Revision ChangesPath 1.77 +6 -0 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/jakarta-tomcat-5/buil

cvs commit: jakarta-tomcat-5 build.xml

2003-02-10 Thread remm
remm2003/02/10 08:18:42 Modified:.build.xml Log: - A lot of junk was ending up in the tgz distribution. Revision ChangesPath 1.76 +15 -0 jakarta-tomcat-5/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-5 build.xml

2003-01-31 Thread costin
costin 2003/01/31 10:55:05 Modified:.build.xml Log: I don't know what's the use of the ${cvstag} ( since commons and other trees may need different tags ), but it breaks the build file, you can't check out head. If you want - you can define it as "-r TAG" and it'll

cvs commit: jakarta-tomcat-5 build.xml

2003-01-30 Thread costin
costin 2003/01/30 14:40:15 Modified:.build.xml Log: Fix the build target. I think the right order is util->coyote base ->jk, http11 -> catalina -> coyote connector. Coyote base will be the container-independent portion. Catalina will be able to use low-level coyote

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

2003-01-27 Thread jfarcand
jfarcand2003/01/27 10:05:10 Modified:.build.xml build.properties.default Log: Default download to the HEAD target. Revision ChangesPath 1.72 +5 -5 jakarta-tomcat-5/build.xml Index: build.xml

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

2003-01-27 Thread jfarcand
jfarcand2003/01/27 09:35:28 Modified:.build.xml build.properties.default Log: Add support for cvs tag when using the checkout target. Revision ChangesPath 1.71 +2 -1 jakarta-tomcat-5/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5 build.xml

2003-01-22 Thread jfarcand
jfarcand2003/01/22 18:52:47 Modified:.build.xml Log: Oups..fix run-watchdog-security Revision ChangesPath 1.70 +4 -7 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/

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

2003-01-22 Thread jfarcand
jfarcand2003/01/22 18:51:27 Modified:.build.xml build.properties.default Log: Re-arrange the watchdog target (was broken). Rename the target run-watchdog. This target will checkout watchdog, compile it, start Tomcat, deploy watchdog and run the test. In build.properties, i

cvs commit: jakarta-tomcat-5 build.xml

2003-01-22 Thread remm
remm2003/01/22 02:23:22 Modified:.build.xml Log: - Sorry Costin, but I disagree with that change. Why make my build environment look like crap just because Gump chose to do so ? Revision ChangesPath 1.68 +1 -1 jakarta-tomcat-5/build.xml Inde

cvs commit: jakarta-tomcat-5 build.xml

2003-01-21 Thread costin
costin 2003/01/21 15:25:56 Modified:.build.xml Log: Update to match gump dir naming. Revision ChangesPath 1.67 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home

cvs commit: jakarta-tomcat-5 build.xml

2003-01-20 Thread costin
costin 2003/01/20 16:26:09 Modified:.build.xml Log: Added back some of the changes - precompile jsps in admin, generate .ser form for mbean descriptors, speed up compilation. Revision ChangesPath 1.66 +89 -1 jakarta-tomcat-5/build.xml Index: build

cvs commit: jakarta-tomcat-5 build.xml

2003-01-20 Thread costin
costin 2003/01/20 16:18:26 Modified:.build.xml Log: Few changes in the fast build targets. Revision ChangesPath 1.65 +7 -4 jakarta-tomcat-5/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-tomcat-5 build.xml

2003-01-17 Thread remm
remm2003/01/17 09:05:34 Modified:.build.xml Log: - Revert to revision 1.62 of the build script. Revision ChangesPath 1.64 +26 -112 jakarta-tomcat-5/build.xml Index: build.xml === R

cvs commit: jakarta-tomcat-5 build.xml

2003-01-16 Thread costin
costin 2003/01/16 15:14:02 Modified:.build.xml Log: Few more improvments to the "fast" build: - more consistent names, - description so it is picked by -projecthelp and completion - don't detect tomcat5 and build stuff we don't need. Added the beginning of the adm

cvs commit: jakarta-tomcat-5 build.xml

2002-12-27 Thread remm
remm2002/12/27 01:25:29 Modified:.build.xml Log: - Download JMX before atempting to build commons-modeler from CVS (it was working ok before because a release binary was used). Revision ChangesPath 1.61 +11 -16jakarta-tomcat-5/build.xml Index

cvs commit: jakarta-tomcat-5 build.xml

2002-12-16 Thread remm
remm2002/12/16 06:41:39 Modified:.build.xml Log: - Remove JavaService from the download target. Revision ChangesPath 1.60 +2 -0 jakarta-tomcat-5/build.xml Index: build.xml === R

cvs commit: jakarta-tomcat-5 build.xml

2002-11-08 Thread remm
remm2002/11/08 07:26:50 Modified:.build.xml Log: - Ooops, about 600K of classes were duplicated in the binary distributions. Revision ChangesPath 1.58 +0 -3 jakarta-tomcat-5/build.xml Index: build.xml ==

cvs commit: jakarta-tomcat-5 build.xml

2002-11-06 Thread remm
remm2002/11/06 02:14:34 Modified:.build.xml Log: - Copy LICENSE to the ${base.path} because of the modeler. Revision ChangesPath 1.57 +1 -0 jakarta-tomcat-5/build.xml Index: build.xml ===

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

2002-11-05 Thread costin
costin 2002/11/05 11:25:50 Modified:.build.xml build.properties.default Log: Get modeler from cvs ( for now ) Revision ChangesPath 1.56 +20 -0 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5 build.xml

2002-10-28 Thread costin
costin 2002/10/28 11:32:44 Modified:.build.xml Log: Few more fixes for the build target, a bit of regrouping. I think it works fine ( or good enough :-). Revision ChangesPath 1.53 +52 -9 jakarta-tomcat-5/build.xml Index: build.xml ===

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

2002-10-28 Thread remm
remm2002/10/28 07:53:33 Modified:.build.xml tomcat.nsi Log: - Cleanup installoptions support. - Update to NSIS nightly. Revision ChangesPath 1.52 +3 -2 jakarta-tomcat-5/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5 build.xml

2002-10-26 Thread remm
remm2002/10/26 07:27:13 Modified:.build.xml Log: - Remove taglibs and commons checkouts. (Ideally), we should have only binary dependencies on these, right ? Revision ChangesPath 1.50 +0 -6 jakarta-tomcat-5/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5 build.xml

2002-10-18 Thread remm
remm2002/10/18 13:47:59 Modified:.build.xml Log: - Copy release notes around. - Fix broken links in tomcat-docs. Revision ChangesPath 1.48 +20 -0 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5 build.xml

2002-10-18 Thread patrickl
patrickl2002/10/17 11:20:29 Modified:.build.xml Log: Adjust properties for building jakarta-tomcat-connectors/jk Revision ChangesPath 1.47 +1 -2 jakarta-tomcat-5/build.xml Index: build.xml ==

cvs commit: jakarta-tomcat-5 build.xml

2002-10-15 Thread costin
costin 2002/10/15 13:44:59 Modified:.build.xml Log: More 'fast-build' targets. I intend to remove the compilation part of build2.xml, and move the rest in other places ( ant-launcher.xml ? ). While it's very fast, it is also too hard to maintain. The current s

cvs commit: jakarta-tomcat-5 build.xml

2002-10-14 Thread costin
costin 2002/10/14 16:09:44 Modified:.build.xml Log: Added a target that will only build, with minimal copy. It can be used for develoment ( when you modify a file and want a quick build to see the result ). If you have a super-fast computer, just use the normal tar

cvs commit: jakarta-tomcat-5 build.xml

2002-10-14 Thread remm
remm2002/10/14 02:25:08 Modified:.build.xml Log: - Should fix release target. Revision ChangesPath 1.43 +6 -6 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cv

cvs commit: jakarta-tomcat-5 build.xml

2002-10-11 Thread bobh
bobh2002/10/11 12:31:58 Modified:.build.xml Log: - This changes the "release" target to only copy the *.exe if running on a windows platform. I may not have done this in the most elegant way possible. Remmy, please review. Revision ChangesPath 1.42

cvs commit: jakarta-tomcat-5 build.xml

2002-10-09 Thread remm
remm2002/10/09 03:07:48 Modified:.build.xml Log: - No reason to clean the release folder. Revision ChangesPath 1.39 +0 -2 jakarta-tomcat-5/build.xml Index: build.xml === RCS fi

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

2002-10-08 Thread remm
remm2002/10/08 02:36:39 Modified:.build.xml tomcat.nsi Log: - Update to NSIS CVS. Revision ChangesPath 1.37 +0 -2 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /hom

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

2002-09-29 Thread remm
remm2002/09/29 08:08:22 Modified:.build.xml tomcat.nsi Log: - Beautify and cleanups. Revision ChangesPath 1.36 +2 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /

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

2002-09-28 Thread remm
remm2002/09/28 06:47:43 Modified:.build.xml tomcat.nsi Log: - Fix and unify source package. - Update installer script. Revision ChangesPath 1.35 +70 -65jakarta-tomcat-5/build.xml Index: build.xml =

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

2002-09-18 Thread remm
remm2002/09/18 06:03:37 Modified:.build.xml tomcat.nsi Log: - Make the installer look more modern. More will be done, but the functionality will likely change before NSIS 2 final. Revision ChangesPath 1.34 +2 -0 jakarta-tomcat-5/build.xml I

cvs commit: jakarta-tomcat-5 build.xml

2002-08-27 Thread remm
remm2002/08/27 06:20:49 Modified:.build.xml Log: - Copy examples webapps. Revision ChangesPath 1.33 +6 -0 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/ja

cvs commit: jakarta-tomcat-5 build.xml

2002-08-25 Thread patrickl
patrickl2002/08/25 14:27:24 Modified:.build.xml Log: Copy admin and manager webapps into Watchdog instance of Tomcat Revision ChangesPath 1.32 +3 -0 jakarta-tomcat-5/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5 build.xml

2002-08-14 Thread patrickl
patrickl2002/08/14 13:46:52 Modified:.build.xml Log: Add "temp" directory in ${catalina.base} Revision ChangesPath 1.29 +3 -0 jakarta-tomcat-5/build.xml Index: build.xml === RCS fi

cvs commit: jakarta-tomcat-5 build.xml

2002-08-14 Thread patrickl
patrickl2002/08/14 09:22:38 Modified:.build.xml Log: Put ${catalina.base} in a subdirectory of ${tomcat.build} so that the "clean" target will delete it Revision ChangesPath 1.28 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5 build.xml

2002-08-14 Thread patrickl
patrickl2002/08/14 08:42:10 Modified:.build.xml Log: This patch starts up a copy of tomcat with the watchdog war files, runs watchdog against it, and shuts down tomcat afterwards. It uses the Launcher to run tomcat in the background, and puts the webapps, work, logs and co

cvs commit: jakarta-tomcat-5 build.xml

2002-08-13 Thread remm
remm2002/08/13 09:59:12 Modified:.build.xml Log: - Forgot to remove a copy. Revision ChangesPath 1.26 +0 -5 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/

cvs commit: jakarta-tomcat-5 build.xml

2002-08-13 Thread patrickl
patrickl2002/08/13 09:31:04 Modified:.build.xml Log: Update "download" target to match recent changes in the build.properties.default file Revision ChangesPath 1.24 +6 -35 jakarta-tomcat-5/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-5 build.xml

2002-08-13 Thread remm
remm2002/08/13 09:26:01 Modified:.build.xml Log: - Use the new APIs home. Revision ChangesPath 1.23 +28 -7 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/ja

cvs commit: jakarta-tomcat-5 build.xml

2002-08-11 Thread patrickl
patrickl2002/08/11 11:34:12 Modified:.build.xml Log: Uncomment the Tyrex download as the build will fail without Tyrex. Revision ChangesPath 1.22 +0 -2 jakarta-tomcat-5/build.xml Index: build.xml ==

cvs commit: jakarta-tomcat-5 build.xml

2002-08-11 Thread remm
remm2002/08/11 04:54:35 Modified:.build.xml Log: - Fix detect target. Revision ChangesPath 1.20 +0 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/jakart

cvs commit: jakarta-tomcat-5 build.xml

2002-08-04 Thread costin
costin 2002/08/04 08:45:16 Modified:.build.xml Log: Reverse the order of property loading. ~/build.properties will be loaded first - and can override any other property. Next is ./build.properties, and finally build.properties.default Revision ChangesPath

cvs commit: jakarta-tomcat-5 build.xml

2002-07-30 Thread patrickl
patrickl2002/07/30 20:09:20 Modified:.build.xml Log: Reverse "commons-digester" and "commons-logging" because the "commons-digester" now depends on "commons-logging" Submitted by: Bob Herrmann ([EMAIL PROTECTED]) Revision ChangesPath 1.13 +11 -10jakar

cvs commit: jakarta-tomcat-5 build.xml

2002-07-29 Thread patrickl
patrickl2002/07/29 20:57:43 Modified:.build.xml Log: Update documentation and comments to reference Tomcat 5, Servlet 2.4, and JSP 2.0 Revision ChangesPath 1.8 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-5 build.xml

2002-07-26 Thread remm
remm2002/07/26 02:22:24 Modified:.build.xml Log: - More script updates. Revision ChangesPath 1.3 +7 -0 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/jaka

<    1   2