Re: How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-24 Thread Mark Thomas
http://jakarta.apache.org/tomcat/faq/development.html Lebing Xie wrote: Thanks Mark, can you give me some links where I can find stuff about such remote debugging. I am a newbie in TC, just finish reading TC 4.1 source and have no experience without IDE as Eclipse (of course I have built TC5

How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-23 Thread Lebing Xie
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html I am doing some research on Tomcat and want to build and debug Tomcat5.5 under Eclipse. Originally tomcat is built with ANT, it downloads all components from different CVS and build them together. I'd like to import Tomcat Source code

Re: How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-23 Thread Mark Thomas
The build process is too complex to use the Eclipse builder. I'd recommenced (as this is what I do): - import the source - build with Ant - use remote debugging Works a treat for me with TC4.1.x, TC5.0.x TC5.5.x Mark Lebing Xie wrote:

Re: How can I build and Debug Tomcat 5.5 source code under Eclipse?

2005-07-23 Thread Lebing Xie
Thanks Mark, can you give me some links where I can find stuff about such remote debugging. I am a newbie in TC, just finish reading TC 4.1 source and have no experience without IDE as Eclipse (of course I have built TC5 with ANT, 2-3 CVS were down, had to find package with google). I am writing