Re: NoClassDefFound when runing surefire

2005-11-12 Thread Brett Porter
Runner comes from surefire-booter. However, I don't think that it is saying that it can't find the runner, as the call that causes it is: at com.meridea.cs.logging.Logger.getDelegatePlugin(Logger.java:306) Surefire runs in the VM, with a separated classloader, so is this using a class

Re: NoClassDefFound when runing surefire

2005-11-12 Thread Anuerin Diaz
It has all the dependencies as I can see it. The module being tested is the most basic part of the application so aside from third party libraries then there should be no more dependecies required. I have opened up all of the surefire jar files and I did not see any Runner class in them. I wont

NoClassDefFound when runing surefire

2005-11-11 Thread Anuerin Diaz
hi, surefire is failing on its execution and from what i can surmise from the error is that maven tries to run the non-existent org.codehaus.surefire.Runner class. i already opened up the 1.3 and 1.4 surefire group of jar files and there is really no Runner class in there. is there a