RE: Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Andrew Conrad
t 28, 2002 12:41 PM > To: [EMAIL PROTECTED] > Subject: Re: Tomcat 4 nightly build doesn't starts > > > The problem is that Tomcat build finishes successfully. > > The procedure how I built is following: > > cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic >

Re: Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Dev Zero G Ltd team
The problem is that Tomcat build finishes successfully. The procedure how I built is following: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-tomcat-4.0 install via ports: /usr/ports/devel/jakarta-ant/ checkout then build (may need to copy build.properties.sample to build.p

RE: Tomcat 4 nightly build doesn't starts

2002-08-28 Thread Andrew Conrad
How are you trying to build tomcat? (what ant command?) You should be building using 'ant dist'. Also, did you include all the optional libraries. Not having an implementation of JMX 1.0 may be causing this problem, although I don't know for sure. See step 14 of Building.txt for options. I us