[jsword-devel] Duff JARs?

Troy A. Griffitts jsword-devel@bibletechnologieswg.org
Sat, 27 Jul 2002 02:40:48 -0700


sounds like these files might not have been added as binary type.  If 
not, the command to correct this in the repository is:

cvs admin -kb crimson.jar
cvs commit




Mark Goodwin wrote:
> Anyone else seen this?
> 
> mark@thorubio~$ cd ~/workspace/jsword/jar
> mark@thorubio~/workspace/jsword/jar$jar tvf jdom08/crimson.jar 
> <snip />
> java.util.zip.ZipException: invalid entry compressed size (expected 2201
> but got 2200 bytes)
> 	at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:368)
> 	at java.util.zip.ZipInputStream.read(ZipInputStream.java:142)
> 	at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
> 	at sun.tools.jar.Main.list(Main.java:744)
> 	at sun.tools.jar.Main.run(Main.java:192)
> 	at sun.tools.jar.Main.main(Main.java:904)
> 
> Same with jdom.jar, xalan.jar, jlfgr-1_0.jar and junit.jar (jaxp.jar,
> jdom.jar and servlet.jar are just fine).
> 
> It's not a huge problem; I can get the JARs from elsewhere, I was just
> wondering if the repository versions were broken?
> 
> MarkG