[arquillian-issues] [JBoss JIRA] (ARQ-1780) Fix parsing of import-export packages in class AbstractOSGiApplicationArchiveProcessor

Martin Basovnik (JIRA) issues at jboss.org
Mon May 19 10:50:56 EDT 2014


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

Martin Basovnik updated ARQ-1780:
---------------------------------

    Summary: Fix parsing of import-export packages in class AbstractOSGiApplicationArchiveProcessor  (was: Class AbstractOSGiApplicationArchiveProcessor cannot parse import packages correctly)


> Fix parsing of import-export packages in class AbstractOSGiApplicationArchiveProcessor
> --------------------------------------------------------------------------------------
>
>                 Key: ARQ-1780
>                 URL: https://issues.jboss.org/browse/ARQ-1780
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: OSGi Containers
>            Reporter: Martin Basovnik
>            Assignee: Thomas Diesler
>
> Method {{enhanceApplicationArchive()}} in specified class  cannot parse import packages from file {{MANIFEST.MF}} correctly. Input string must be split only by those commas that are not surrounded by double-quotes.
> Example:
> {{org.jboss.arquillian.junit;version="[X.0.0,Y.0.0)";extra="A,B",org.junit"}}
> must be split as follows:
> {{org.jboss.arquillian.junit;version="[X.0.0,Y.0.0)";extra="A,B"}} and {{org.junit}}



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the arquillian-issues mailing list