Based entirely on your description of the problem (I know nothing of Unitils), it sounds like you are going to need to use JUnit pre-4.4 to make this work (eg change your JUnit dependency to 4.3.1). If that doesn't work, I'd ask your question on the JUnit list and see what they recommend.
Wayne On 1/3/08, Jux <[EMAIL PROTECTED]> wrote: > > So it does not find the TestClassMethodsRunner class. I checked it from > JUnit-4.4.jar and it was not there. In JUnit v.4.3.1 as well in v.4.0 that > class is present but is removed from the new version. > > If you check here: (SureFire JUnit4 Runner) > http://maven.apache.org/surefire/surefire-providers/surefire-junit4/dependencies.html > It is shown that it uses JUnit4.0 and that may be the reason, why it needs > that old TestClassMethodsRunner. > > Can anyone help me to configure the surefire/junit/unitils in my maven > pom.xml so that it would work. So far I have just added the dependencys: > - JUnit-4.4 > - Unitils-1.0-rc-1 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
