Re: Creating tasks in Ant for C++ project

2005-07-15 Thread Juergen Hermann
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

RE: Creating tasks in Ant for C++ project

2005-07-15 Thread hind.lwahhabi
. -Original Message- From: hiren patel [mailto:[EMAIL PROTECTED] Sent: Fri 7/15/2005 2:32 AM To: ant user group Subject: Creating tasks in Ant for C++ project Hi, 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

Re: Creating tasks in Ant for C++ project

2005-07-14 Thread Simon Kitching
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

Re: Creating tasks in Ant for C++ project

2005-07-14 Thread Juergen Hermann
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

RE: Creating tasks in Ant for C++ project

2005-07-14 Thread Shatzer, Larry
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 > &g

Creating tasks in Ant for C++ project

2005-07-14 Thread hiren patel
Hi, 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? thanks, hiren - St