hi,
in my maven.xml i have
<goal name="buildAll">
<maven:reactor
includes="**/project.xml"
excludes=""
banner="Building"
goals="Complete"
ignoreFailures="false"/>
</goal>
in the command line i try to run "maven buildAll"
and i get :
Fatal Error [line 73, row 33]: The prefix "maven" for element "maven:reactor" is
not bound.
what's wrong?
Thanks in advance
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]