Re: If any one from list then

2009-08-14 Thread Eric Fetzer
Very nice Francis, Thanks!  I like this MUCH better. From: Francis GALIEGUE To: Ant Users List Sent: Friday, August 14, 2009 10:09:44 AM Subject: Re: If any one from list then On Fri, Aug 14, 2009 at 18:01, Francis GALIEGUE wrote: > On Wed, Aug 12, 2009

Re: If any one from list then

2009-08-14 Thread Francis GALIEGUE
On Fri, Aug 14, 2009 at 18:01, Francis GALIEGUE wrote: > On Wed, Aug 12, 2009 at 18:48, Eric Fetzer wrote: >> OK, so here's how I did it.  It works at least...  Can anyone think of a >> better way (I think it's kind of ugly)? >> > > This is a solution. > Another solution, which is more clean, I t

Re: If any one from list then

2009-08-14 Thread Francis GALIEGUE
On Wed, Aug 12, 2009 at 18:48, Eric Fetzer wrote: > OK, so here's how I did it.  It works at least...  Can anyone think of a > better way (I think it's kind of ugly)? > This is a solution. Note that if you want to stop at the first match, then you can surround the inner for with ant-contrib's ,

Re: If any one from list then

2009-08-12 Thread Eric Fetzer
${isInList}                                                                     From: Eric Fetzer To: Ant Users List Sent: Wednesday, August 12, 2009 9:46:09 AM Subject: Re: If any one from list then The only think I can come up with is to write a macrodef that i

Re: If any one from list then

2009-08-12 Thread Eric Fetzer
within the list, set a property to "true"... From: Alec Fernandez To: Ant Users List Sent: Wednesday, August 12, 2009 5:28:51 AM Subject: RE: If any one from list then Excellent point. Delimiting the items in the list may be necessary.  Unfor

RE: If any one from list then

2009-08-12 Thread Alec Fernandez
>> -Original Message- >> From: Francis GALIEGUE [mailto:f...@one2team.com] >> Sent: Wednesday, August 12, 2009 1:12 PM >> To: Ant Users List >> Subject: Re: If any one from list then >> >> On Wed, Aug 12, 2009 at 10:05, Alec Fernandez >> wro

Re: If any one from list then

2009-08-12 Thread Francis GALIEGUE
On Wed, Aug 12, 2009 at 10:05, Alec Fernandez wrote: > After spending 2 days convincing myself that there was a problem with the > selector only to discover that my diff tool was lying and that > one of the files was indeed different (unix line ends versus pc line ends so > my editor was deceiv

RE: If any one from list then

2009-08-12 Thread Alec Fernandez
After spending 2 days convincing myself that there was a problem with the selector only to discover that my diff tool was lying and that one of the files was indeed different (unix line ends versus pc line ends so my editor was deceiving me too), I'm feeling the need to respond :-) I think the