[shrinkwrap-issues] [JBoss JIRA] Commented: (SHRINKWRAP-191) Automatic creation of MANIFEST.MF

Tommy Tynjä (JIRA) jira-events at lists.jboss.org
Sat May 21 07:09:01 EDT 2011


    [ https://issues.jboss.org/browse/SHRINKWRAP-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603543#comment-12603543 ] 

Tommy Tynjä commented on SHRINKWRAP-191:
----------------------------------------

A good idea to provide creation of a default manifest. But I think it should still be up to the user if the manifest should be added to the archive. Maybe we could just provide a method .addManifest() (or other appropriate name), which takes no parameters and adds a default manifest to the manifest container.

> Automatic creation of MANIFEST.MF
> ---------------------------------
>
>                 Key: SHRINKWRAP-191
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-191
>             Project: ShrinkWrap
>          Issue Type: Feature Request
>          Components: impl-base
>            Reporter: Peter Skopek
>
> While working with ShrinkWrap on my tests project I have come to need of automatic creation of default MANIFEST.MF file in META-INF directory.
> I would like to have it for every archive which extends ManifestContainer<?>.
> So, it would work the best when it will be created at the creation of archive and in case of user add his own the default one will be overwritten.
> Content of the default MANIFEST.MF could be as simple as this:
> Manifest-Version: 1.0                                                                                                                                                                   
> Created-By: 1.0.0 (ShrinkWrap)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the shrinkwrap-issues mailing list