I have two completely separate directories that contain distinct clones of trunk. In one I'm running "mvn test -Dtest=..." in a loop. In the other I'm running "mvn clean install -DskipTests". When I do the build, the test running in the other directory fails with NoClassDefFound.

Are we leaking stuff into some common directory that's being shared across builds? I see stuff showing up in /tmp, but it's very temporary and doesn't look like anything that should affect a test.

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to