You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gunter Zeilinger <gu...@gmail.com> on 2005/06/17 17:00:57 UTC

[m2] How to invoke Ant tasks from Marmalade?

Hi,

How can Ant tasks be invoked from Marmalade?

I tried (e.g. )

    <ant:echo message="Hello, World." xmlns:ant="marmalade:ant"/>

but it did not work.

Thanks for any hint,

gunter zeilinger

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


Re: [m2] How to invoke Ant tasks from Marmalade?

Posted by dan tran <da...@gmail.com>.
gunter,

the namespace for ant is xmlns:ant="ant:ant"

you also need to marmalade-ant-compatibity-xx.jar  as your dependency

However, you will need to wait for  m2 apha-3 to see this working.
John (owner of Marmalade is working hard to make this happen)

-D

On 6/17/05, Gunter Zeilinger <gu...@gmail.com> wrote:
> Hi,
> 
> How can Ant tasks be invoked from Marmalade?
> 
> I tried (e.g. )
> 
>    <ant:echo message="Hello, World." xmlns:ant="marmalade:ant"/>
> 
> but it did not work.
> 
> Thanks for any hint,
> 
> gunter zeilinger
> 
> ---------------------------------------------------------------------
> 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