[jsword-devel] Duff JARs?

Joe Walker jsword-devel@bibletechnologieswg.org
27 Jul 2002 11:16:48 +0100


Yup, and that would be my fault.
When I originally did the import I didn't realize I would need to do
this. I wondered why I was getting so much network file corruption.

Excuse me while I rave about how much Eclipse rocks for a while. I just
did right click on /jar, team, change ascii/binary and it presented me
with a "druid" that fixed the problem. Or at least it looks to me as
though it has.

Joe.

On Sat, 2002-07-27 at 10:40, Troy A. Griffitts wrote:
> 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
> 
>