> I think
>
>       <delete dir="some/dir" includes="*.class" />
>
> is obviously without recursion and
>
>       <delete dir="some/dir" includes="**/*.class" />
>
> is obviously with recursion.
> What this one would mean if we allow additional tag:
>
>     <delete dir="some/dir" recurse="false" includes="**/*.class" />
>
> ?
>
> -1 for a recursion tag,
> include/exclude mechanism is clearer, and is already there.


That's what I thought at first... but what if I want to recurs/(or not) when
I have an includes attribute?

- Brill Pappin

Reply via email to