You have existing classes compiled that reference EDU/oswego/cs/dl/util/concurrent/Executor which is no longer used by the main codebase.
   
mvn clean install

--jason


On Sep 13, 2006, at 10:30 AM, Sachin Patel wrote:

Anyone seeing the following?

[INFO] [surefire:test]
[INFO] Surefire report directory: /Users/sppatel/geronimo/trunk/modules/geronimo-connector/target/surefire-reports
org.apache.maven.surefire.booter.SurefireExecutionException: EDU/oswego/cs/dl/util/concurrent/Executor; nested exception is java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/Executor
java.lang.NoClassDefFoundError: EDU/oswego/cs/dl/util/concurrent/Executor
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
        at java.lang.Class.getMethod0(Class.java:1901)
        at java.lang.Class.getMethod(Class.java:984)
        at org.apache.maven.surefire.junit.JUnitTestSet.createInstanceFromSuiteMethod(JUnitTestSet.java:173)
        at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:137)
        at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:244)
        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:101)
        at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:147)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------



-sachin



Reply via email to