Hi, I'm trying to get ant to exclude source files in a subdirectory called /eaf_schemas/ which is several levels deep in my source tree. I've tried:
<fileset dir="${src.dir}" includes="**/*.java" excludes="**eaf_schemas*/*
.java"/>
and numerous other permutations, but cannot seem to get it right. Can anyone help?
Start Free Trial