You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2006/02/13 13:40:26 UTC

Re: problem

You need to declare the maven namespace

<project xmlns:maven="jelly:maven">
YOUR GOAL HERE
</project>

Arnaud

On 2/13/06, ravi kumar <ma...@yahoo.com> wrote:
>
> i tried to run my goal.  my  goal described as this:
>
> <goal name="custom:test"
>              description="Clean all JDoppio
>                 components" >
>                 <ant:echo>Project Name: ${basedir}</ant:echo>
>
>              <maven:reactor basedir="${basedir}"
>                  includes="**/project.xml"
>                  goals="clean:clean"
>                  banner="Cleaning:"
>                  ignoreFailures="false"/>
>
>        </goal>
>
> it making the error as below:
> could you please soleve this:
>
>
> org.xml.sax.SAXParseException: The prefix "maven" for element "maven:reactor" is not bound.
>    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>    at javax.xml.parsers.SAXParser.parse(Unknown Source)
>    at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.java:157)
>    at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.java:177)
>    at org.apache.maven.plugin.PluginManager.readMavenXml(PluginManager.java:514)
>    at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:580)
>    at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
>    at org.apache.maven.cli.App.doMain(App.java:488)
>    at org.apache.maven.cli.App.main(App.java:1239)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>    at java.lang.reflect.Method.invoke(Unknown Source)
>    at com.werken.forehead.Forehead.run(Forehead.java:551)
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
>
>
> ---------------------------------
>  Yahoo! Mail
>  Use Photomail to share photos without annoying attachments.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org