Re: java.lang.NoSuchMethodException - org.apache.maven.surefire.Runner

2006-03-20 Thread Wayne Fay
I don't know anything about those TestBean and Benchmark files. The most important thing is to modify the signatures of the test methods themselves. They must all take the form: public void testXXX () { //test code here } If they are not public void testXXX, then Junit will not see them, and

Re: java.lang.NoSuchMethodException - org.apache.maven.surefire.Runner

2006-03-20 Thread A S Praj
Hi Wayne, I checked the Signatures, The Signatures are as per the format which you have specified. Is there anything else which we need to check. Am struckup at this stage... Need help to proceed Regards A S P Raj On 3/20/06, Wayne Fay [EMAIL PROTECTED] wrote: I don't know

Re: java.lang.NoSuchMethodException - org.apache.maven.surefire.Runner

2006-03-19 Thread A S Praj
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

java.lang.NoSuchMethodException - org.apache.maven.surefire.Runner

2006-03-18 Thread A S Praj
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

Re: java.lang.NoSuchMethodException - org.apache.maven.surefire.Runner

2006-03-18 Thread Wayne Fay
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

Re: java.lang.NoSuchMethodException - org.apache.maven.surefire.Runner

2006-03-18 Thread A S Praj
On 3/18/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

Re: java.lang.NoSuchMethodException - org.apache.maven.surefire.Runner

2006-03-18 Thread Wayne Fay
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