Re: Using and to include a previously excluded name in a fileset

2008-10-29 Thread David Weintraub
Solved! Here's what was going on: I have a project, and I create all of my build output under the "target" directory. Under this directory, I usually create a archive folder and I put my tarball under that folder. In this particular project, I placed all of the files I wanted to archive into the

Re: Using and to include a previously excluded name in a fileset

2008-10-29 Thread Dominique Devienne
On Wed, Oct 29, 2008 at 12:16 PM, David Weintraub <[EMAIL PROTECTED]> wrote: > I have a fileset that looks like this: > > > > > > The problem is that I have the following structure: > > ${target.dir} >archive >tarball.tar.gz >work >clients > archive > t

Using and to include a previously excluded name in a fileset

2008-10-29 Thread David Weintraub
I have a fileset that looks like this: 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 unde