From ant-dev-return-11910-apmail-jakarta-ant-dev-archive=jakarta.apache.org@jakarta.apache.org Sun Mar 25 18:15:37 2001 Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 27646 invoked by uid 500); 25 Mar 2001 18:15:34 -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 27637 invoked from network); 25 Mar 2001 18:15:33 -0000 Message-ID: <007701c0b556$f1374500$0200005a@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> Subject: Re: Problem with latest CVS Ant and Zips Date: Sun, 25 Mar 2001 20:10:24 +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: Friday, March 23, 2001 4:13 PM Subject: Re: Problem with latest CVS Ant and Zips > Vincent Massol wrote: > > >> What does a command line ZIP utility or jar say about the created > >> war archive, does it detect any problems? > > > > I checked the war file using Winzip 8.0 and it opens fine. When I > > run the tests, no error is reported and everything seems fine. > > > > I agree it is strange. I verified 3 times to make sure I was not > > making it up but it seems it is real. What can I do to help debug > > this ? > > To be honest, I don't know. > > If the archive is OK (better try with jar -tf, as Sun's Java > implementation reports errors on some files that are absolutely OK > when handled with zlib programs - as WinZip is AFAIK), the error must > be with Orion. > 1/ I tried with jar -tf and no error reported 2/ I downloaded the ant 1.3 sources and recompiled everything. It worked 3/ I CVS-updated my 1.4alpha sources and recompiled everything. It failed 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 ! Conclusions so far : - Something was changed from Ant 1.3 to the current sources that lead to this behaviour - Apart from the files mentionned above, I really don't know which modified files could be involved ? Any idea would help a lot. - I am completely stuck ... ! and am going to go crazy soon ... :-) thanks. > Stefan > Vincent