Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh
I'm trying to build Tomcat 4.1.11 from source. I'm not getting the correct version of the jakarta-modules necassary to build. I think I'm getting stuff from beyond 4.1.11. I was hoping someone would be kind enough to help me with the correct command to check out tomcat 4.1.11 and the other

Re: Problem getting latest Tomcat source

2002-09-19 Thread Jean-Francois Arcand
You need to do cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout XXX where XXX = jakarta-tomcat-4.0 OR jakarta-tomcat-connectors OR jakarta-tomcat-jasper Not on the same line. If it doesn't work, one reason is you may be inside a firewall. -- Jeanfrancois Fenlason, Josh wrote:

RE: Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh
I can get the source for each module, but I believe that I'm getting source that is too recent, at least for the jasper module. How do I specify which version or branch of the module? Thanks for your help. I truly appreciate it. , Josh. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: Problem getting latest Tomcat source

2002-09-19 Thread Jean-Francois Arcand
www.cvshome.org You will find all the required information. -- Jeanfrancois Fenlason, Josh wrote: I can get the source for each module, but I believe that I'm getting source that is too recent, at least for the jasper module. How do I specify which version or branch of the module? Thanks

RE: Problem getting latest Tomcat source

2002-09-19 Thread Fenlason, Josh
Thanks for the pointer. I've looked through the manual there, but I'm still lost. I'm probably stupid and missing something obviously. It seems like I should be specifying the -r option, but I don't know what the right syntax is for the branch name. Am I way off? I don't suppose I could

RE: Problem getting latest Tomcat source

2002-09-19 Thread Craig R. McClanahan
On Thu, 19 Sep 2002, Fenlason, Josh wrote: Date: Thu, 19 Sep 2002 13:58:53 -0400 From: Fenlason, Josh [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Problem getting latest Tomcat source Thanks for the pointer. I've