Hello
"External Lists" <[EMAIL PROTECTED]> writes:
> Proposal for a new task: find
>
> It would look like this:
>
> <find basedir=... includes=... excludes...>
> <task1 ... ${find.file} ${find.dir} ... />
> <task2 ... ${find.file} ${find.dir} ... />
> ...
> </find>
>
> Analogous to Unix find <dir> -name <regexp> -exec <task>
>
> Any value? I haven't coded one up yet.
>
> Also, I have a taskdef for javacc; should I post it somewhere?
Good idea, I would just suggest that if the result of <find> is
in find.file and find.dir properties, why nest <task1> and <task2>
in <find> ? I would rather imagine something like :
<find basedir=... includes=... excludes.../>
<task1 ... ${find.file} ${find.dir} ... />
<task2 ... ${find.file} ${find.dir} ... />
--
+---------------------------+--------------------------------+
| Michel CASABIANCA | http://www.sdv.fr/pages/casa |
| mailto:[EMAIL PROTECTED] | Articles sur Java et XML |
| D�veloppement Java et XML | Applications et Applets de Jeu |
+---------------------------+--------------------------------+