Re: Classpath for integration tests

2006-07-24 Thread Simon Kitching
Sorry, please ignore previous email. The problem is that my unit test is explicitly looking for junit via the system classloader. Of course surefire is loading junit via a custom classloader. Regards, Simon On Tue, 2006-07-25 at 10:34 +1200, Simon Kitching wrote: > Hi, > > I'm trying to write

Classpath for integration tests

2006-07-24 Thread Simon Kitching
Hi, I'm trying to write a maven2 pom.xml for commons-logging. Running the unit tests is a little tricky, because there are lots of tests that explicitly configure their own classpath, using the artifacts created during the build process. I've therefore got a set of unit tests that run in the norm