Problems checking out Tomcat 5.0 from CVS

2005-01-05 Thread Ian Flanigan
Hi all, I'm trying to checkout and compile the latest Tomcat 5.0 sources from CVS, but I seem to get the 5.5 sources instead. I used the following command to get the build.xml. $ wget http://jakarta.apache.org/tomcat/tomcat-5.0-doc/build.xml and use the following build.properties file: $ cat

Re: Problems checking out Tomcat 5.0 from CVS

2005-01-05 Thread Yoav Shapira
Hi, You need to use the TOMCAT_5_0 CVS tag when checking out. That stuff is on its own branch. Yoav --- Ian Flanigan [EMAIL PROTECTED] wrote: Hi all, I'm trying to checkout and compile the latest Tomcat 5.0 sources from CVS, but I seem to get the 5.5 sources instead. I used the following

Re: Problems checking out Tomcat 5.0 from CVS

2005-01-05 Thread Ian Flanigan
On Wed, 5 Jan 2005 14:10:31 -0800 (PST), Yoav Shapira [EMAIL PROTECTED] wrote: You need to use the TOMCAT_5_0 CVS tag when checking out. Okay, I know how to do that by hand, but is there a blessed way to do it with the build.xml file? I couldn't find a related property. Should I checkout all

Re: Problems checking out Tomcat 5.0 from CVS

2005-01-05 Thread Yoav Shapira
Hi, You can use the cvstag (IIRC, I haven't used it in ages) property. If you check out the right modules, build.properties.default and its dependencies will be correct. Yoav --- Ian Flanigan [EMAIL PROTECTED] wrote: On Wed, 5 Jan 2005 14:10:31 -0800 (PST), Yoav Shapira [EMAIL PROTECTED]

Re: Problems checking out Tomcat 5.0 from CVS

2005-01-05 Thread Ian Flanigan
Thanks for your help. I was able to build the TOMCAT_5_0 branch with one change: Index: catalina/src/share/org/apache/catalina/realm/RealmBase.java === RCS file: