Community
Participate
Working Groups
Build Identifier: at least these bundles cannot be signed using jdk's jarsigner version 1.5.0_14/15 - org.aspectj.runtime - org.aspectj.weaving The reasong is that the manifest headers end with the "LF" character instead of "CRLF" sequence. See bug at http://bugs.sun.com/view_bug.do?bug_id=6712755 I switched to a newer jdk... Reproducible: Always
Same as https://bugs.eclipse.org/bugs/show_bug.cgi?id=322643 ?
Did you paste the wrong URL? - 322643 is this bug...
Yes, i meant this one: https://bugs.eclipse.org/bugs/show_bug.cgi?id=241467
So, if manifest headers end with LF, this will work on linux using 1.5.0_14/15, but not on windows (my case). I.e. that is really a jarsigner bug which is not related to eclipse or other frameworks...