https://issues.apache.org/bugzilla/show_bug.cgi?id=48541
--- Comment #1 from Stefan Bodewig <bode...@apache.org> 2010-01-16 22:41:04 UTC --- First of all thank you for checking the release candidate. The commit in question does two things. First it tries to preserve "ZIP extra fields" when re-packaging an archive and second it introduces a different signature for the protected zipFile method since the old one contained a parameter that has never been used. Do you have any further information on how jarjar works internally (if not I can try to locate the sources and check myself). I'd suspect it is the second part of the change causing problems. Likely jarjar overrides the no-longer used old signature. The way I've implemented the new signature is not backwards compatible in any case, so I'm going to revert that bit. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.