[
https://jira.jboss.org/jira/browse/SHRINKWRAP-94?page=com.atlassian.jira....
]
Andrew Lee Rubinger resolved SHRINKWRAP-94.
-------------------------------------------
Fix Version/s: 1.0.0-alpha-3
Resolution: Done
Missing directory entries in Java archives
------------------------------------------
Key: SHRINKWRAP-94
URL:
https://jira.jboss.org/jira/browse/SHRINKWRAP-94
Project: ShrinkWrap
Issue Type: Bug
Components: impl-base
Affects Versions: 1.0.0-alpha-2
Reporter: Jesper Pedersen
Assignee: Andrew Lee Rubinger
Fix For: 1.0.0-alpha-3
When using the ZipExporter to create a file representation of an archive it doesn't
create the needed directory entries:
/META-INF/MANIFEST.MF
/org/jboss/test/MyClass.class
should be
/META-INF
/org
/org/jboss
/org/jboss/test
/META-INF/MANIFEST.MF
/org/jboss/test/MyClass.class
Note that the directory entries should be sorted such that any tools extracting such a
file can depend on parent directories being there.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira