On 4/26/07, Saloucious <[EMAIL PROTECTED]> wrote:
It seems to have a conflict between <exclude name="${config.path}/*-mock.xml" /> <include name="${config.path}/*-${value}-mock.xml"/> Ant does not copy files with pattern *-${value}-mock.xml
<exclude> always wins over <include>. Their relative order in the fileset doesn't matter. For greater flexibility, use selectors and notably the <filename> selection with <and> and <or> grouping. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]