I'm looping thru a directory and it has many sub-directories underneath. I
want to exclude some sub-directories. Here's my code
<dirset dir="${src.dir}" excludesfile="ignore1.properties">
it works fine. Now I have another properties file that contains directories
I want to exclude also. For business reason, I can't combine them into one
file. I tried the below but it does not work.
<dirset dir="${src.dir}" excludesfile="ignore1.properties,
ignore2.properties">
Do you have any ideas?
--
View this message in context:
http://old.nabble.com/how-to-exclude-mutliple-files-tp29177528p29177528.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]