cvs commit: jakarta-tomcat-5 build2.xml

2002-10-28 Thread costin
costin 2002/10/28 11:27:53 Removed: .build2.xml Log: Remove the experimental file, all relevant logic has been merged. Use 'ant build' to do a quick(er) build ( that uses the original ant files ! ). The 'run' target is merged into catalina.xml next to launcher. --

cvs commit: jakarta-tomcat-5 build2.xml

2002-10-14 Thread costin
costin 2002/10/14 10:00:09 Modified:.build2.xml Log: Update for the recent changes. Revision ChangesPath 1.6 +3 -20 jakarta-tomcat-5/build2.xml Index: build2.xml === RCS file: /ho

cvs commit: jakarta-tomcat-5 build2.xml

2002-08-20 Thread costin
costin 2002/08/20 12:02:40 Modified:.build2.xml Log: Update the paths for servletapi. rename 'checkout' to update. Add discovery and a small test for it. Revision ChangesPath 1.5 +44 -15jakarta-tomcat-5/build2.xml Index: build2.xml ===

cvs commit: jakarta-tomcat-5 build2.xml

2002-08-10 Thread costin
costin 2002/08/10 09:32:10 Modified:.build2.xml Log: Added a checkout target ( used it more to update the workspaces ) Use the task. If you turn off "wait" you should see the message ( and you can run tests, etc ). The ant task returns when tomcat is completely st

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

2002-08-04 Thread costinm
On Sun, 4 Aug 2002, Patrick Luby wrote: > I would like to see the , , and data > types and the conditional , , and elements > moved to Ant. You'll have to submit patches to ant-dev. But you can very well do the same thing with the current ant1.5 types - the syntax may be a bit more compl

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

2002-08-04 Thread Patrick Luby
Costin, Costin Manolache wrote: > > It may be a good idea to move the ant tasks/types that you need from > sandbox into oac.launcher. I think they should be in either tomcat > or ant ( preferably). > > Later on, after things stabilise we can propose it for commons proper. > I would like to s

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

2002-08-04 Thread Costin Manolache
On Sat, 03 Aug 2002 21:00:17 -0700, Patrick Luby wrote: > Costin, > > If it helps, you can exclude org/apache/catalina/launcher/** from the > build if you are not using commons-launcher. This package is only used > by the Launcher's XML files and has no other packages depend on this > package.

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

2002-08-03 Thread Patrick Luby
Costin, If it helps, you can exclude org/apache/catalina/launcher/** from the build if you are not using commons-launcher. This package is only used by the Launcher's XML files and has no other packages depend on this package. Also, I noticed that you are compiling the ${taglibs.home}/standar

cvs commit: jakarta-tomcat-5 build2.xml

2002-08-03 Thread costin
costin 2002/08/03 20:48:50 Modified:.build2.xml Log: A more functional build file. It now creates a fully functional tomcat ( there are few problems with jasper tough ). Also added a task that starts tomcat from ant - with 1.4 you need fork=true ( I'll try to mak

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

2002-08-02 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: > costin 2002/08/01 10:35:12 > > Added: .build2.xml > Log: > I am totally lost with all the directories/build.properties/depenencies/jars. > I don't know if everyone else is as stupid as I am, but if so this > build file might help. > > I

cvs commit: jakarta-tomcat-5 build2.xml

2002-08-01 Thread costin
costin 2002/08/01 13:31:15 Modified:.build2.xml Log: Ok, split it in 3 ( utils, tomcat, jasper ). Add a jdepend target. The main reason for having multiple targets each building a small component is to keep dependencies under control. JDepend will at least displa

cvs commit: jakarta-tomcat-5 build2.xml

2002-08-01 Thread costin
costin 2002/08/01 10:35:12 Added: .build2.xml Log: I am totally lost with all the directories/build.properties/depenencies/jars. I don't know if everyone else is as stupid as I am, but if so this build file might help. It builds everything that it can from source