Ant Helpers:
I need to use multiple exclude files (I have several which are from
different sources which list files to exclude from my build). Since there
is no easy way to append these to each other in ant, I need a way to use
multiple exclude files.
The manual says (under PatternSet):
excludesfile
the name of a file; each line of this file is taken to be an
exclude pattern. You can specify more than one exclude file by using a
nested excludesfile elements.
I need an example of how to form "nested excludesfile elements"
TIA
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>