I have a fileset that looks like this:

<fileset dir="${target.dir}>
    <exclude name="archive/**/>
</fileset>

The problem is that I have the following structure:

${target.dir}
    archive
        tarball.tar.gz
    work
    clients
         archive
             tarball.tar.gz
    foo

The purpose of the fileset was to exclude the "archive" directory
directly under ${target.dir} (and the tallballs in it), but I do want
to include the "archive" directory under the "clients" directory.
However, my fileset now excludes both. Anyway I can specify to keep
one, but not the other?

--
David Weintraub
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to