Re: Implementing conditions

2003-07-31 Thread Stefan Bodewig
On Wed, 30 Jul 2003, Dominique Devienne [EMAIL PROTECTED] wrote: In Ant 1.6, just write a class that implements Condition, taskdef it, and use it inside condition. s/task/type/ Stefan - To unsubscribe, e-mail: [EMAIL

Re: Implementing conditions

2003-07-31 Thread Stefan Bodewig
On Wed, 30 Jul 2003, Morten Mortensen [EMAIL PROTECTED] wrote: Ahhh! addCondition() is good! Then it *really* is, what I hoped it to be. Is going to try it. (Can Peter Reilly also deprecate the specific addspecific-condition-name()-method?? From my point of view, here, it should be

Re: Implementing conditions

2003-07-31 Thread peter reilly
On Thursday 31 July 2003 07:55, Stefan Bodewig wrote: On Wed, 30 Jul 2003, Dominique Devienne [EMAIL PROTECTED] wrote: In Ant 1.6, just write a class that implements Condition, taskdef it, and use it inside condition. s/task/type/ Just to be sure: use typedef/ and not taskdef/ to define

RE: Implementing conditions

2003-07-30 Thread Morten Mortensen
TietoEnator A/S, Ved Lunden 12, 8230 Åbyhøj, Danmark mailto:[EMAIL PROTECTED] http://www.tietoenator.com -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: 30. juli 2003 21:55 To: 'Ant Developers List' Subject: RE: Implementing conditions Is-file and is-dir exist

RE: Implementing conditions

2003-07-30 Thread Dominique Devienne
work, complain to Peter Reilly who did this (great!) piece of code ;-) --DD -Original Message- From: Morten Mortensen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 4:28 PM To: 'Ant Developers List' Subject: RE: Implementing conditions Still, how to implement generic

RE: Implementing conditions

2003-07-30 Thread Morten Mortensen
: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: 30. juli 2003 23:36 To: 'Ant Developers List' Subject: RE: Implementing conditions In Ant 1.5.x, the Condition framework is not extensible without modifying Ant's code. In Ant 1.6, just write a class that implements Condition, taskdef it, and use