You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by co...@runbox.com on 2004/02/13 20:19:00 UTC

ANT Namespace?

Hi, could someone tell me which namespace to add to call ANT tasks?

Thanks in advance,

-Conrad


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


Re: ANT Namespace?

Posted by Eric Giguere <er...@videotron.ca>.
Hi
  xmlns:ant="jelly:ant"

But basically, I'm not even sure that you need this to call ant task in 
your maven.xml...just safer to use the namespace to prevent possibl name 
clashes with plugins.

Eric.


conradwt@runbox.com wrote:

>Hi, could someone tell me which namespace to add to call ANT tasks?
>
>Thanks in advance,
>
>-Conrad
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>


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