I'm using proguard-maven-plugin to include the classes of another
bundle in the final output. Using the <assembly> tag the inclusion
works fine and I can find the referenced classes in the out jar.
Though, when loading the same jar through a
java.util.jar.JarInputStream I cannot get the jar manifest. I
inspected the file and found out the the MANIFEST.MF is no more the
first entry (as per ZIP specs), and that's the reason why the
JarInputStream.getManifest() returns null.
Can anyone through some light on that?
Thanks,
Davide
--
You received this message because you are subscribed to the Google Groups "pyx4me-users" group.
To post to this group, send email to pyx4me...@googlegroups.com.
To unsubscribe from this group, send email to pyx4me-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyx4me-users?hl=en.
Regards,
Davide
> > pyx4me-users...@googlegroups.com<pyx4me-users%2Bunsubscribe@google groups.com>