----- Original Message -----
From: "Stefan Bodewig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 8:40 AM
Subject: Re: Problem with latest CVS Ant and Zips
> Vincent Massol <[EMAIL PROTECTED]> wrote:
>
> > 4/ I copied the following files from 1.3 sources to my 1.4alpha
> > sources : War.java, Jar.java, Zip.java, ZipFileSet.java,
> > ZipScanner.java. I recompiled everything. It failed !
>
> please copy DirectoryScanner as well - I don't see how the last change
> to it could make zip fail, but let's make sure.
>
You're right ! After copying the Ant 1.3 DirectoryScanner.java, it works ! I
did a diff and the only difference is :
149c149,151
< "**/.cvsignore"
---
> "**/.cvsignore",
> "**/SCCS",
> "**/SCCS/**"
676a679,687
> if (isIncluded("")) {
> if (!isExcluded("")) {
> dirsIncluded.addElement("");
> } else {
> dirsExcluded.addElement("");
> }
> } else {
> dirsNotIncluded.addElement("");
> }
Any idea why ?
Thanks.
What should we do at that point ? Is is a bug from Orion in the end ?
> Thanks for your extensive testing so far
>
> Stefan
>
thanks
Vincent