Re: Constructing patterns for use in fileset includes

2010-07-05 Thread Matt Benson
On Jul 5, 2010, at 10:17 AM, Bailey, Darragh wrote: Thought I'd send the final results of what I got working to the list. [SNIP] I must say this is probably the first example of used in anger in the wild. I'm gratified that it's working so well for you. :) Regards, Matt -- Regards,

RE: Constructing patterns for use in fileset includes

2010-07-05 Thread Bailey, Darragh
Thought I'd send the final results of what I got working to the list. Interestingly I ran into a problem where trying to use would throw an error about that task not supporting the refid attribute. I eventually hit on the solution that I could use the generic mapper task with the refid even th

Re: Constructing patterns for use in fileset includes

2010-07-01 Thread Matt Benson
On Jul 1, 2010, at 8:26 AM, Bailey, Darragh wrote: -Original Message- From: Matt Benson [mailto:gudnabr...@gmail.com] Sent: 30 June 2010 15:57 To: Ant Users List Subject: Re: Constructing patterns for use in fileset includes You're in luck. I would recommend using antcontri

RE: Constructing patterns for use in fileset includes

2010-07-01 Thread Bailey, Darragh
> -Original Message- > From: Matt Benson [mailto:gudnabr...@gmail.com] > Sent: 30 June 2010 15:57 > To: Ant Users List > Subject: Re: Constructing patterns for use in fileset includes > You're in luck. I would recommend using antcontrib:for to > iterate

Re: Constructing patterns for use in fileset includes

2010-06-30 Thread Matt Benson
On Jun 30, 2010, at 6:24 AM, Bailey, Darragh wrote: > > > Is it possible to take the contents of a property and modify each item within > the property to append a wildcard in order to turn them into patterns that > can be used within ? > > property1 = string1,string2,string3,string4 > > An

Constructing patterns for use in fileset includes

2010-06-30 Thread Bailey, Darragh
Is it possible to take the contents of a property and modify each item within the property to append a wildcard in order to turn them into patterns that can be used within ? property1 = string1,string2,string3,string4 And patternproperty is constructed based on property1 to result in: patter