RE: Exclude files from an archive of a zipgroupfileset

2008-06-04 Thread hdockter
pfileset should support a nested pattern > specification > > > -Original Message- > From: hdockter [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2008 9:14 AM > To: user@ant.apache.org > Subject: Re: Exclude files from an archive of a zipgroupfileset >

RE: Exclude files from an archive of a zipgroupfileset

2008-06-04 Thread Murray, Mike
@ant.apache.org Subject: Re: Exclude files from an archive of a zipgroupfileset The include and exclude statements applied to the zipgroupfileset define which archives are part of the zipgroupfileset. As far as I can tell you can't use them to modify which files of an archive should be exclude

Re: Exclude files from an archive of a zipgroupfileset

2008-06-02 Thread hdockter
The include and exclude statements applied to the zipgroupfileset define which archives are part of the zipgroupfileset. As far as I can tell you can't use them to modify which files of an archive should be excluded for example. - Hans David Weintraub wrote: > > According to the Ant documentat

Re: Exclude files from an archive of a zipgroupfileset

2008-06-02 Thread David Weintraub
According to the Ant documentation, uses all the attributes of including the "excludes" attribute. (See ). You could probably (although I've never tried this) use and subtasks as you can in . On Mon, Jun 2, 2008 at 8:21 AM, hdockter <[EM