> -----Original Message----- > From: Jim Garrison [mailto:jim.garri...@troux.com] > Sent: Saturday, March 10, 2012 7:07 PM > To: users@tomcat.apache.org > Subject: Source jar for tomcat-dbcp? > > I have a problem I need to debug by stepping into tomcat-dbcp (6.0.35). I > tried downloading the Apache commons-dbcp source but it seems the > version in Tomcat has the classes in different packages, so I can't get > Eclipse > to recognize the source. [snip]
I think I've figured this out. In build.xml, the commons-dbcp sources are copied into a different package hierarchy and then built. Based on build.properties.default I see that it uses commons-dbcp version 1.3 and commons-pool version 1.5.6. So all I need to do is duplicate what build.xml does to assemble the sources in the proper locations. It would have been nice if this was noted in the docs :-) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org