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 houcfug-unsubscr...@googlegroups.com
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 houcfug+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to