[jbosstools-issues] [JBoss JIRA] (JBIDE-14531) Error 'Pack must be specified'

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Sun May 19 18:54:06 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-14531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Snjezana Peco reassigned JBIDE-14531:
-------------------------------------

    Assignee: Snjezana Peco

    
> Error 'Pack must be specified'
> ------------------------------
>
>                 Key: JBIDE-14531
>                 URL: https://issues.jboss.org/browse/JBIDE-14531
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: testing-tools
>            Reporter: Aslak Knutsen
>            Assignee: Snjezana Peco
>             Fix For: 4.1.0.Beta1
>
>
> {code}
> @RunWith(Arquillian.class)
> public class ManagerTest
> {
>    @Deployment
>    public static Archive<?> createDeployment()
>    {
>       JavaArchive archive = ShrinkWrap.create(JavaArchive.class, "test.jar")
>             .addPackage(ManagerTest.class.getPackage());
>       return archive;
>    }
> }
> {code}
> Warning from ShrinkWrap: Packt must be specified
> Probably something wrong with the context the deployment method is executed in.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list