Sounds good - you make the whole selector framework accessible to 
the rest of tasks :)

Jan

> -----Urspr�ngliche Nachricht-----
> Von: Peter Reilly [mailto:[EMAIL PROTECTED]
> Gesendet am: Freitag, 26. November 2004 15:39
> An: Ant Developers List
> Betreff: proposed new condition - isfileselected
> 
> Hi, I would like to add a new condition - isfileselected.
> This is a condition that uses an embedded selector and
> checks if a file passes the selector:
> 
> Example usages:
> <isfileselected file="a.xml">
>    <date datetime="06/28/2000 2:02 pm" when="equal"/>
> </isfileselected>
> 
> <isfileselected file="a.xml">
>    <or>
>       <date datetime="06/28/2000 2:02 pm" when="equal"/>
>       <size value="100" units="M" when="more"/>
>     </or>
> </isfileselected>
> 
> Peter
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to