I’m wondering whether it is possible to exclude several source files from a folder included with src.dir = ... in build.properties
Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can write like this:
The name attribute accepts both the file name and a pattern that matches multiple files.
For more detailed information about this, see:
http://ant.apache.org/manual/Types/fileset.html
When you read this page, pay attention to and selectors too.