RE: Antcall task and inheriting Filters

2006-09-19 Thread Hussein Badakhchani
Thanks Vishal, I'll give this a try as well. Many thanks, Hoos -Original Message- From: Vishal Vishnoi [mailto:[EMAIL PROTECTED] Sent: 14 September 2006 18:03 To: Ant Users List Subject: Re: Antcall task and inheriting Filters Have you considered using Ant-contrib's (

RE: Antcall task and inheriting Filters

2006-09-15 Thread Hussein Badakhchani
Thanks, Sorry about the slow response, I'll give this a shot. Cheers, Hoos -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 13 September 2006 12:37 To: user@ant.apache.org Subject: AW: Antcall task and inheriting Filters Have you tried to give the filters IDs

Re: Antcall task and inheriting Filters

2006-09-14 Thread Vishal Vishnoi
Have you considered using Ant-contrib's (http://ant-contrib.sourceforge.net/tasks/tasks/index.html) runtarget task (http://ant-contrib.sourceforge.net/tasks/tasks/runtarget.html) which is similar to AntCall but with the big difference where the target is run as part of the same project. --Vis