Re: building tomcat 5.5 trunk

2010-09-11 Thread André Warnier
Wesley Acheson wrote: On Sat, Sep 11, 2010 at 6:06 AM, Caldarale, Charles R wrote: From: Wesley Acheson [mailto:wesley.ache...@gmail.com] Subject: Re: building tomcat 5.5 trunk Reason I couldn't find the class in the 5.5 branch is a bit embarasing. I didn't set the classpath in eclip

Re: building tomcat 5.5 trunk

2010-09-11 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 6:06 AM, Caldarale, Charles R wrote: >> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] >> Subject: Re: building tomcat 5.5 trunk > >> Reason I couldn't find the class in the 5.5 branch is a bit >> embarasing. I didn't set the

Re: building tomcat 5.5 trunk

2010-09-10 Thread Konstantin Kolinko
2010/9/11 Wesley Acheson : > HI I'm trying to build tomcat 5.5 trunk (to look further at Marks > comment. http://marc.info/?l=tomcat-user&m=128350009319985&w=2 ). > > Trying to run ant download on build.xml gives me an error.  Does the > build.xml depend on me having subversion installed on my mach

RE: building tomcat 5.5 trunk

2010-09-10 Thread Caldarale, Charles R
> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] > Subject: Re: building tomcat 5.5 trunk > Reason I couldn't find the class in the 5.5 branch is a bit > embarasing. I didn't set the classpath in eclipse and the > find class shortcut doesn't see it

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 12:49 AM, Caldarale, Charles R wrote: >> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] >> Subject: Re: building tomcat 5.5 trunk > >> Is anyone familiar with the part of code that tries to write >> server.xml and where to find it.

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
On Sat, Sep 11, 2010 at 12:32 AM, Wesley Acheson wrote: > > but I can't figure out what Catalina:type=StoreConfig refers to. I > don't see a StoreConfig class and I'm not familiar with JMX. If its > refering to a method called storeConfig I can only see that in classes > that eventually call the

RE: building tomcat 5.5 trunk

2010-09-10 Thread Caldarale, Charles R
> From: Wesley Acheson [mailto:wesley.ache...@gmail.com] > Subject: Re: building tomcat 5.5 trunk > Is anyone familiar with the part of code that tries to write > server.xml and where to find it. Familiar would be a bit strong, but at least some of the code you're looking

Re: building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
Actually I'm not being smart in these questions at all. What I want to do is investigate the code that writes the server.xml It doesn't matter if I'm able to build it or not. >There is some code that tries to save server.xml in the 5.5. tree. It >was used by the admin app. >Mark Is anyone famili

building tomcat 5.5 trunk

2010-09-10 Thread Wesley Acheson
HI I'm trying to build tomcat 5.5 trunk (to look further at Marks comment. http://marc.info/?l=tomcat-user&m=128350009319985&w=2 ). Trying to run ant download on build.xml gives me an error. Does the build.xml depend on me having subversion installed on my machine? The error I get when trying to