Uploaded image for project: 'ShrinkWrap'
  1. ShrinkWrap
  2. SHRINKWRAP-94

Missing directory entries in Java archives

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0-alpha-3
    • 1.0.0-alpha-2
    • impl-base
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              arubinge@redhat.com Andrew Rubinger (Inactive)
              jpederse@redhat.com Jesper Pedersen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: