Re: sure-fire plug in, no class def found error on TestCase?

2009-09-02 Thread Wayne Fay
> org.apache.maven.surefire.booter.SurefireExecutionException: TestCase; > nested exception is java.lang.NoClassDefFoundError: TestCase > java.lang.NoClassDefFoundError: TestCase Googling "NoClassDefFoundError TestCase" gave me this in the first two hits: http://www.mail-archive.com/users@maven.ap

Re: sure-fire plug in, no class def found error on TestCase?

2009-09-01 Thread Arnaud Bailly
Incorrect scope of dependencies ? Maybe you could post the pom. -- Arnaud Bailly -- OQube http://www.oqube.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apa

sure-fire plug in, no class def found error on TestCase?

2009-09-01 Thread William Hatch
Maven 2.0.9 JUnit 4.5 Surefire plug in 2.4.3 Maven quick start arch one developer on our team is unable to get past a no class def found error which seems to be coming from the sure fire plug in. It's not finding TestCase. The junit jars are showing up in the repository and in the Add Depen