[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-94) Missing directory entries in Java archives

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Wed Dec 2 17:50:30 EST 2009


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


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

        


More information about the shrinkwrap-issues mailing list