Re: svn commit: r568040 - /ant/core/trunk/WHATSNEW

2007-08-21 Thread Dominique Devienne
On 8/21/07, Peter Reilly <[EMAIL PROTECTED]> wrote: > On 8/21/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > On 8/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Modified: ant/core/trunk/WHATSNEW > > > > > > + means that tasks may now have nested conditions just by implementing >

Re: svn commit: r568040 - /ant/core/trunk/WHATSNEW

2007-08-21 Thread Peter Reilly
On 8/21/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 8/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Modified: ant/core/trunk/WHATSNEW > > > > + means that tasks may now have nested conditions just by implementing > > + the Condition interface, rather than extending ConditionB

Re: svn commit: r568040 - /ant/core/trunk/WHATSNEW

2007-08-21 Thread Dominique Devienne
On 8/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Modified: ant/core/trunk/WHATSNEW > > + means that tasks may now have nested conditions just by implementing > + the Condition interface, rather than extending ConditionBase. I'm not sure I'm following here Peter. How does implementing C