You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Schmitt, Christian" <Ch...@Dresdner-Bank.com> on 2000/12/04 16:10:57 UTC

[C2] Corrupt $COCOON_HOME/build/cocoon/webapp/WEB-INF/lib/cocoon. jar

Hi,
I was just compiling C2 (latest CVS) and I noticed that when doing a
./build.sh webapp
the cocoon.jar gets corrupted on the way from $COCOON_HOME/build/cocoon to
$COCOON_HOME/build/cocoon/webapp/WEB-INF/lib.
It's OK in the build directory, but when trying to do:
jar -tf cocoon.jar
I'm seeing this:
java.util.zip.ZipException: invalid entry CRC (expected 0xfef65cbc but got
0xe5dd8c86)
	at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:365)
	at java.util.zip.ZipInputStream.read(ZipInputStream.java:144)
	at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:93)
	at sun.tools.jar.Main.list(Main.java:744)
	at sun.tools.jar.Main.run(Main.java:193)
	at sun.tools.jar.Main.main(Main.java:904)

Has someone else noticed this?

Cheers,
Christian

P.S.: Debian Linux 2.2, Sun JDK 1.3