Bug 34894 - ZIP integrity condition needed
Summary: ZIP integrity condition needed
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: unspecified
Hardware: Other other
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 15:32 UTC by gjfdh
Modified: 2008-11-24 03:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gjfdh 2005-05-12 15:32:31 UTC
There should be a way to test the integrity of ZIP (and JAR, WAR, TAR) files 
in ant.  Preferably, this would be done using a supported <condition>.

As shown in bug #34893, the JVM is left holding corrupt zip files open after 
<unzip> is run.  An integrity test could be used here as a work-around.  And 
the test would be useful for general reporting and error recovery even after 
34893 is fixed.