Build produces invalid jar file
-------------------------------
Key: DIRMINA-673
URL: https://issues.apache.org/jira/browse/DIRMINA-673
Project: MINA
Issue Type: Bug
Affects Versions: 2.0.0-M4
Reporter: Chris Custine
The build step for adding license files via the ant zip task produces invalid
jar files because the manifest is not guaranteed to be the first file in the
archive (part of the jar spec). This is affecting deployment in OSGi
containers and any other code that uses JarInputStream to read the manifest
prior to deployment because it expects the manifest to be the first file in the
archive.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.