Building Tomcat from source

2002-09-19 Thread Fenlason, Josh

I'm trying to build Tomcat 4.1.11 from the source in cvs.  I tried following 
BUILDING.txt, but I managed to mess it up.  What all do I need to checkout from cvs?  
I'm not very familiar with cvs.  Is there anything special I need to with cvs?  Any 
help would be greatly appreciated.  Thanks in advance.
,
Josh.

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




Re: Building Tomcat from source

2002-09-19 Thread Bill Barker

Assuming that Jakarta-Ant has already been downloaded, and $ANT_HOME/bin is
in your PATH, then all you need to do is:

$ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co
jakarta-tomcat-4.0
$ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r
tomcat_4_branch jakarta-tomcat-jasper
$ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co
jakarta-tomcat-connectors
$ cd jakarta-tomcat-4.0
$ ant download
$ ant


Fenlason, Josh [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I'm trying to build Tomcat 4.1.11 from the source in cvs.  I tried following
BUILDING.txt, but I managed to mess it up.  What all do I need to checkout
from cvs?  I'm not very familiar with cvs.  Is there anything special I need
to with cvs?  Any help would be greatly appreciated.  Thanks in advance.
,
Josh.





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