On 15/06/2011 21:11, Christoph Pater wrote: > Hi, > I'm Christoph, a java developer from cologne, germany. > > I had a little free time and checked out the tomcat trunk. I want to look at > the code and maybe use my further free time to do some bugfixes to > contribute. > > So the ant build runs fine and I integrated the sources in eclipse. But when > I execute the tests in test folder I get about 17 failures and 6 errors. > > Maybe I missed something or run to much tests? (521 runs). > > Can anybody give me a hint for a kickstart?
ant clean test should be all you need. If you look in the build.xml file you'll see some tests are excluded. You may also want to configure the tests to run with the APR connector which will require a little more configuration. All the info you need is in the build.xml file. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org