i dont think surefire understands test source directory outside of its project, regard less how you configure it.
-D On Sat, Jan 10, 2009 at 5:24 AM, Kumari, Shailja <[email protected]> wrote: > > I executed mvn test > > [INFO] Surefire report directory > org.apache.maven.surefire.booter.SurefireExecutionException: > DoubleArrayQueueTest (wrong name: a/b/c/DoubleArrayQueueTest; nested > exception is java.lang.NoClassDefFoundError: DoubleArrayQueueTest (wrong > name:a/b/c/DoubleArrayQueueTest) > java.lang.NoClassDefFoundError: DoubleArrayQueueTest (wrong name: ) > at java.lang.ClassLoader.defineClass1(Native Method) > > In pom.xml > > > <testClassesDirectory>${TOPDIR}/a/b/c/test</testClassesDirectory> > > <testSourceDirectory>${TOPDIR}/${JAVA_CLASSES_SRC}/a/b/c/test</testSourc > eDirectory> > > Why this error > > Am I wrong some where ? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
