<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
Hi all,<BR>
<BR>
when I use various tools to manipulate AS jars, this happens with IronJacamar jars:<BR>
<BR>
Caused by: java.util.zip.ZipException: invalid entry compressed size (expected 576 but got 577 bytes)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:206)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.vladium.emma.instr.InstrProcessorST.writeZipEntry(InstrProcessorST.java:838)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.vladium.emma.instr.InstrProcessorST$EntryWriteJob.run(InstrProcessorST.java:905)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.vladium.emma.instr.InstrProcessorST.drainJobQueue(InstrProcessorST.java:943)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.vladium.emma.instr.InstrProcessorST.handleArchiveEnd(InstrProcessorST.java:353)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ... 5 more<BR>
<BR>
How are they packaged? Some special buggy tool?<BR>
<BR>
It prevents me from preparing coverage reports, both Emma and JaCoco are affected.<BR>
<BR>
Thanks,<BR>
Ondra
</BODY>
</HTML>