Thanks, that works.
I'll submit a request to document that <exclude> works
to exclude only the specified files or directories -- that is,
it must name all the files to exclude, not just a top-level
directory.
BTW, what's the reason that these are not equivalent:
<include name="**/*" />
<include name="**" />
-Doug
(It looks like including files below BACKUP is stronger
than excluding the top-level directory BACKUP)
Dominique Devienne wrote:
>>From: Douglas Kramer [mailto:Douglas.Kramer@Sun.COM]
>> <exclude name="BACKUP" />
>
> Use <exclude name="BACKUP/**" />
>
> --DD
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|