I believe this was a bug in alpha-1 that only showed intermittently. It has been resolved in the latest from subversion.
(unofficial nightly build) http://www.codehaus.org/~maven/m2/m2-20050504.020700.tar.gz - Brett On 5/4/05, Pedro Salgado <[EMAIL PROTECTED]> wrote: > Hi to all, > > I have been able to compile my source code (app + test) but when I do "m2 > test" I get: > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > There are no test to run. > > Results : > [surefire] Tests run: 0, Failures: 0, Errors: 0 > > ? > > I have a compiled class (that extends TestCase, has a constructor matching > the super and a static method suite()) on the "testOutputDirectory". > > Do I need something else to configure correctly the maven environment? > > Pedro Salgado > > <build> > > <sourceDirectory>src/java</sourceDirectory> > <scriptSourceDirectory/> > <testSourceDirectory>src/test</testSourceDirectory> > <resources/> > <testResources/> > <directory>dist</directory> > <outputDirectory>classes</outputDirectory> > <!-- > <finalName/> > --> > <aspectSourceDirectory/> > <testOutputDirectory>test</testOutputDirectory> > <plugins/> > <pluginManagement/> > > </build> > > --------------------------------------------------------------------- > 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]