Hi Maven-List,

I have a Directory A with maven.xml:

<goal name="test_reactor" prereqs="clean:clean">
   <ant:delete dir="target"/>
   <maven:reactor
           basedir="${basedir}"
           includes="**/project.xml"
           goals="test"
           excludes="project.xml"
           banner="Generating"
           ignoreFailures="false"/>
 </goal>

In Subdirectory B and C I have following goals in maven.xml:

<goal name="test" prereqs="clean:clean>
   <echo>test</echo>
</goal>

I got following error message:

Starting the reactor...
Our processing order:
Qnamic Startup Environment
Qnamic Startup Sources
+----------------------------------------
| Generating Qnamic Startup Environment
| Memory: 2M/4M
+----------------------------------------
clean:clean:

test_reactor:
test:
   [echo] test
+----------------------------------------
| Generating Qnamic Startup Sources
| Memory: 3M/4M
+----------------------------------------

BUILD FAILED
File...... file:/d:/work/build/maven/projects/products/2_01_Startup/
Element... maven:reactor
Line...... 40
Column.... 28
Goal [clean:clean] has no action definition.
Total time: 3 seconds
Finished at: Thu Jan 29 15:06:02 CET 2004

Do you have any idea why the goal has no action definition?

Thanks a lot

Heiko




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to