You must define the maven namespace into the root node of maven.xml :

<project xmlns:maven="jelly:maven">

Cheers,
Simon
http://www.xp-swiss.org

On Apr 11, 2005 4:20 PM, Bahaa Nasrallah <[EMAIL PROTECTED]> wrote:
> 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]
> 
> 


-- 
Simon BRANDHOF
Hortis - La rencontre de l'Agilité et de l'Open-source
www.xp-suisse.org
www.hortis.ch

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

Reply via email to