It might be easiest to write a custom File or Resource
selector. Ant probably should ship with some way to
accomplish this however. :|
-Matt
--- [EMAIL PROTECTED] wrote:
> hi all,
>
> how do you select empty directories/folders? (a
> directory which has no files or
> folders in it?)
>
> i do
paul.arzul writes (2006-12-20, 14:05:24):
>how do you select empty directories/folders? (a directory which has no files or
>folders in it?)
The following code uses and target from ant-contrib to list
empty dirs under project.dir:
hi all,
how do you select empty directories/folders? (a directory which has no files or
folders in it?)
i don't want to exclude them, i want to list and warn about them (so is no help).
i've tried dozens of options, faq, etc. and many convoluted attempts later, i'm
left looking at what seems th