Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 220736] Using Java 1.5 build machine can generate invalid byte code

https://bugs.eclipse.org/bugs/show_bug.cgi?id=220736  
Product/Component: CDT / cdt-releng




--- Comment #15 from Markus Schorn <markus.schorn@xxxxxxxxxxxxx>  2008-03-07 05:27:17 -0500 ---
I tried to verify that the stuff built on the build machine works locally for
me, however I was unable to install cdt-master-5.0.0-I200803041021.zip:

java.util.zip.ZipException: invalid LOC header (bad signature)
        at java.util.zip.ZipFile.read(Native Method)
        at java.util.zip.ZipFile.access$1200(Unknown Source)
        at java.util.zip.ZipFile$ZipFileInputStream.read(Unknown Source)
        at java.util.zip.ZipFile$1.fill(Unknown Source)
        at java.util.zip.InflaterInputStream.read(Unknown Source)
        at java.io.FilterInputStream.read(Unknown Source)
        at java.io.FilterInputStream.read(Unknown Source)
        at
org.eclipse.update.internal.core.UpdateManagerUtils.copy(UpdateManagerUtils.java:914)


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top