On Fri, 15 Jul 2005 18:32:42 +1200, Simon Kitching wrote:
>> >is it easy to create custom tasks in Ant
>> with scripting languages, it is easy.
>Really??
Writing custom tasks is easy.
>Make is essentially a declarative language where the make engine deduces
>from the available facts (file ti
hello hiren;
I have just done something similar:basically i use an task to call
different compilers for different source code projects.
Otherwise u can use the task of ant-contrib project.
The make targets will then only have to be translated to ant targets with the
correct dependencies.
On Fri, 2005-07-15 at 08:17 +0200, Juergen Hermann wrote:
> On Thu, 14 Jul 2005 17:32:54 -0700 (PDT), hiren patel wrote:
>
> >is it easy to create custom tasks in Ant to achieve the functionaly as
> provided by make ?
> >I want to move from make to ANT , so do you have an idea that what it ta
On Thu, 14 Jul 2005 17:32:54 -0700 (PDT), hiren patel wrote:
>is it easy to create custom tasks in Ant to achieve the functionaly as
provided by make ?
>I want to move from make to ANT , so do you have an idea that what it takes
to convert the
>existing makefile to Ant files?
with scriptin
I would look at ant-contrib's task:
http://ant-contrib.sourceforge.net/cc.html
> -Original Message-
> From: hiren patel [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 14, 2005 5:33 PM
> To: ant user group
> Subject: Creating tasks in Ant for C++ project
>
>
> Hi,
> is it easy to