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
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
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 ,
${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
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
>> -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
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
think the condition task is what you are after.
>> -Original Message-
>> From: Eric Fetzer [mailto:elstonk...@yahoo.com]
>> Sent: Tuesday, August 11, 2009 10:52 PM
>> To: Ant Users
>> Subject: If any one from list then
>>
>> I