On Mon, 14 Oct 2002, Ralf Hauser <[EMAIL PROTECTED]> wrote:
> Yes, I could use <delete>
> if a) I could run delete
You've got it backwards, <delete> already supports filesets:
<delete>
<fileset dir="...">
<include name="**/*.??.html"/>
</fileset>
</delete>
will delete those files in a single path. Make yourself familiar with
the selector stuff to get the most out of <fileset> once simple
pattern matching is not enough.
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>