Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 573871829C for ; Mon, 5 Oct 2015 16:16:27 +0000 (UTC) Received: (qmail 24552 invoked by uid 500); 5 Oct 2015 16:16:27 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 24427 invoked by uid 500); 5 Oct 2015 16:16:27 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 24225 invoked by uid 99); 5 Oct 2015 16:16:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2015 16:16:27 +0000 Date: Mon, 5 Oct 2015 16:16:26 +0000 (UTC) From: =?utf-8?Q?S=C3=A9bastien_Gandon_=28JIRA=29?= To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FELIX-5063) Bundle-ClassPath directive does not accept entry parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-5063?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] S=C3=A9bastien Gandon updated FELIX-5063: ------------------------------------ Summary: Bundle-ClassPath directive does not accept entry parameter (w= as: Bundle-ClassPath derective does not accept entry parameter) > Bundle-ClassPath directive does not accept entry parameter > ---------------------------------------------------------- > > Key: FELIX-5063 > URL: https://issues.apache.org/jira/browse/FELIX-5063 > Project: Felix > Issue Type: Bug > Components: Maven Bundle Plugin > Affects Versions: maven-bundle-plugin-3.0.0 > Reporter: S=C3=A9bastien Gandon > Priority: Minor > > I need to create a manifest with an Bundle-ClassPath entry that contains = parameters, but the *maven-bundle* plugin interprets the ';' as a ',' which= is not what is expected. > here is my instruction > {code} > {maven-dependencies},partner-${partner.version}.jar;mvn= :org.talend.components.salesforce/partner/${partner.version} =20 > {code} > here is what is generated > {code} > Bundle-ClassPath: force-wsc-35.0.0.jar,metadata-34.0.0.jar,json-simple-1 > .1.1.jar,javax.inject-1.jar,partner-34.0.0.jar,mvn:org.talend.component > s.salesforce/partner/34.0.0 > {code} > Notice the semi-colon that was transformed into a colon. > PS : > here is an excerpt of the OSGI spec=20 > =20 > The Bundle-ClassPath manifest header must conform to the following syntax= : > Bundle-ClassPath ::=3D entry ( ',' entry )* > entry ::=3D target ( ';' target )* ( ';' parameter ) * > target ::=3D path | '.' // See=20 > 1.3.2 -- This message was sent by Atlassian JIRA (v6.3.4#6332)