From ant-dev-return-12064-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Tue Mar 27 07:56:50 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 97943 invoked by uid 500); 27 Mar 2001 07:56:50 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 97934 invoked from network); 27 Mar 2001 07:56:49 -0000 Message-ID: <01a801c0b692$d82e0930$0978d30a@vizzavi.fr.corp.vizzavi.net> Reply-To: "Vincent Massol" From: "Vincent Massol" To: References: <003d01c0b098$36f901a0$0200005a@vizzavi.fr.corp.vizzavi.net><3AB64294.101A40CD@somanetworks.com><00e201c0b0a4$15b06220$0200005a@vizzavi.fr.corp.vizzavi.net><002901c0b162$4c9bbc80$0200005a@vizzavi.fr.corp.vizzavi.net><02fb01c0b231$a6f0bb70$7691070f@cv.hp.com><006501c0b37a$864477f0$1e2024d5@vizzavi.fr.corp.vizzavi.net><002501c0b390$34e10ac0$9b0424d5@vizzavi.fr.corp.vizzavi.net><005d01c0b39b$a15f3d10$9b0424d5@vizzavi.fr.corp.vizzavi.net><007701c0b556$f1374500$0200005a@vizzavi.fr.corp.vizzavi.net> Subject: Re: Problem with latest CVS Ant and Zips (Problem Found !) Date: Tue, 27 Mar 2001 09:51:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ----- Original Message ----- From: "Stefan Bodewig" To: Sent: Monday, March 26, 2001 8:40 AM Subject: Re: Problem with latest CVS Ant and Zips > Vincent Massol 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