[arquillian-issues] [JBoss JIRA] (ARQ-1780) Class AbstractOSGiApplicationArchiveProcessor cannot parse import packages correctly

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


Martin Basovnik created ARQ-1780:
------------------------------------

             Summary: Class AbstractOSGiApplicationArchiveProcessor cannot parse import packages correctly
                 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