Shouldn’t you be using <exclude name="**/admin/*.*"/>, etc. for the folders you don’t want deployed?
Seth From: [email protected] <[email protected]> On Behalf Of Mark Davis Sent: Friday, June 22, 2018 10:10 AM To: [email protected] Subject: [houcfug] ANT build help any ANT users on here? I have an ANT build where I have to include specific folders to deploy, instead of excluding specific folders I have defined a patternset like this... <patternset id="include_folders"> <include name="**/admin/*.*"/> <include name="**/applicant/*.*"/> ... </patternset> So this is saying "include everything in the admin folder and the applicant folder". That works. However, the files I have in the root are not being deployed. Everything I have tried seems to end up saying "deploy everything" for instance... <include name="**/*.*" /> deploys every file in every folder It seems this should be easy and I am missing something Thanks Mark -- -- You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list. To unsubscribe, send email to [email protected] <mailto:[email protected]> For more options, visit http://groups.google.com/group/houcfug?hl=en --- You received this message because you are subscribed to the Google Groups "Houston ColdFusion Users' Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]> . For more options, visit https://groups.google.com/d/optout. The information contained in this e-mail message may be privileged, confidential, and/or protected from disclosure. This e-mail message may contain protected health information (PHI); dissemination of PHI should comply with applicable federal and state laws. If you are not the intended recipient, or an authorized representative of the intended recipient, any further review, disclosure, use, dissemination, distribution, or copying of this message or any attachment (or the information contained therein) is strictly prohibited. If you think that you have received this e-mail message in error, please notify the sender by return e-mail and delete all references to it and its contents from your systems. -- -- You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list. To unsubscribe, send email to [email protected] For more options, visit http://groups.google.com/group/houcfug?hl=en --- You received this message because you are subscribed to the Google Groups "Houston ColdFusion Users' Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
