Re: ZipFileSet and Selectors

2013-01-24 Thread Antoine Levy Lambert
Hello Gilles, it is possible that you have found a bug. Since the bug 28353 is "resolved workforce" I suggest you open a new bug report. A look in the source code in the head revision tells me that ZipScanner does not check whether selectors are present and does not handle them. Patches are we

Re: ZipFileSet and Selectors

2013-01-24 Thread Gilles Querret
Hi, > I don't think the problem is inclusion or exclusion based upon file name - > its excluding based upon contents within the files. > > Gilles - would that be a correct statement? Yes, that's correct. I don't know why the selector isn't executed. -- Gilles QUERRET Riverside Software 15d rou

Re: ZipFileSet and Selectors

2013-01-24 Thread Scot P. Floess
I don't think the problem is inclusion or exclusion based upon file name - its excluding based upon contents within the files. Gilles - would that be a correct statement? On Thu, 24 Jan 2013, Dhwani Trivedi wrote: Hello Gilles, If I understand your problem then try this one :

Re: ZipFileSet and Selectors

2013-01-24 Thread Dhwani Trivedi
Hello Gilles, If I understand your problem then try this one : Here I am excluding few files and just including those files which are new for my project and also deleting previous zip file. On Thu, Jan 24, 2013 at 4:32 AM, Gilles Querret < g.quer...@riverside-software.fr> wr

ZipFileSet and Selectors

2013-01-24 Thread Gilles Querret
Good morning, -- Sorry for double post, I thought this email address was subscribing Ant user. I'm not sure if non-subscribers can post messages, and if answers were already sent, I didn't receive them. -- I have a problem working with ZipFileSet and selectors, and I don't know if my syntax is wr

ZipFileSet and selectors

2013-01-24 Thread Gilles Querret
Good morning, I have a problem working ZipFileSet and selectors, and I don't know if my syntax is wrong, or if this is not supported by Ant. If I have a directory filled with text files, I'm able to use : However, if I create a ZIP file from "source" directory, and execute :