what version of maven and surefire are you using? you might try running
mvn -U test that will attempt to update the version of some the plugins being used.. ping me with the above information and maybe some output and I'll see if I can help. cheers, jesse On 3/17/06, A S Praj <[EMAIL PROTECTED]> wrote: > > Hi Team, > Am very new to Build as well as Maven. I managed to compile a > source > using mvn compile > When I try to do test i.e mvn test am getting the following Error > > RUN ABORTED > java.lang.NoSuchMethodException > org.apache.maven.surefire.Runner > An exception or error caused a run to abort. > org.apache.commons.beanutils.TestBeanPackageSubclass.<init>() > > what could be the problem. > > If any one can help me out in this that will be great help for me to > Explore > more things > > Regards > > > A.S.P. Raj > > -- jesse mcconnell
