After I switched the jars (replacing eclipse's junit.jar with the one from the maven dependencies) [and still getting the same errors], I've realised that the error is not related to maven.
I've enabled class loading verbose messages, and discovered that Eclipse Europa is a mess when trying to load some unit tests: [Loaded junit.framework.Protectable from file:/C:/wtp/plugins/org.junit_3.8.2.v200706111738/junit.jar] [Loaded org.junit.internal.runners.OldTestClassRunner$1 from file:/C:/Documents%20and%20Settings/Admin/.m2/repository/junit/junit/4.1/junit-4.1.jar] So it tries to load classes from both 3.8 and 4.1 jars. Grrr... -- View this message in context: http://www.nabble.com/class-%22junit.framework.JUnit4TestCaseFacade%22%27s-signer-information-does-not-match-signer-information-of-other-classes-in-the-same-package-tf4321986s177.html#a12308389 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
