bineanzhou / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

jarjar doesn't play nice with Java 6 compiler #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When running ant test.dist, we get this error in Java 6:

test.dist:
    [junit] Failed to invoke suite():java.lang.ClassFormatError: Truncated class file

I believe this problem will be fixed by upgrading our jarjar to r119:
http://code.google.com/p/jarjar/source/detail?r=119

Original issue reported on code.google.com by limpbizkit on 12 Sep 2008 at 4:46

GoogleCodeExporter commented 9 years ago
I'll upgrade jarjar later today hopefully, if not then over the weekend.

Original comment by chris.no...@gmail.com on 12 Sep 2008 at 4:27

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/google-guice/source/detail?r=620

Original comment by limpbizkit on 29 Sep 2008 at 6:33