Wildcards, ant/zsh style

Stefan Arentz <[email protected]> Wed, 1 Sep 2004 14:31:55 +0200
Newsgroups gmane.comp.tools.aap.user
Message-ID <[email protected]>
Hi,

This is more a feature request than a question I guess :)

In zsh and ant (the java build tool) i can specify files like this:

  **/*.c

Find all *.c files, recursive.

Which is very useful for recipies like this:

distclean:
	:del {quiet} {force} **/*~ **/#*

For which we now must do:

distclean:
	:tree . {filename = .*~}
		:delete {quiet} $name

Any change of this kind of recursive globbing in Aap?

  S.



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click