[shrinkwrap-issues] [JBoss JIRA] Commented: (SHRINKWRAP-278) WebArchive.setManifest() results in WEB-INF/classes/META-INF/MANIFEST.MF

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


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

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

In the latest beta version WebArchive.setManifest() results in a MANIFEST.MF under META-INF. Consider the following code:

WebArchive wa = ShrinkWrap.create(WebArchive.class);
wa.setManifest("MANIFEST.MF");

... which results in:
/META-INF/
/META-INF/MANIFEST.MF

Please also see discussion in SHRINKWRAP-266.

> WebArchive.setManifest() results in WEB-INF/classes/META-INF/MANIFEST.MF
> ------------------------------------------------------------------------
>
>                 Key: SHRINKWRAP-278
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-278
>             Project: ShrinkWrap
>          Issue Type: Bug
>    Affects Versions: 1.0.0-alpha-11
>            Reporter: Thomas Diesler
>
> WebArchive.setManifest() results in WEB-INF/classes/META-INF/MANIFEST.MF
> I believe 
> WebArchive.setManifest() should result in META-INF/MANIFEST.MF

--
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