[
http://issues.ops4j.org/browse/PAXCONSTRUCT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12306#action_12306
]
Charles Moulliard commented on PAXCONSTRUCT-108:
------------------------------------------------
I have discovered nevertheless an issue. The content of the MANIFEST.MF file
created is not the same as the one packaged in the JAR.
META-INF/manifest.mf file
Manifest-Version: 1
Bundle-Version: 0.1.0
Bundle-Name: demo.service-bundle [demo.service]
Bundle-ManifestVersion: 2
Bundle-SymbolicName: demo.service_bundle
Import-Package: org.osgi.framework,org.osgi.util.tracker
in the jar
Manifest-Version: 1.0
Export-Package: demo.service;version="0.1"
Private-Package: demo.service.impl
Built-By: Charlesm
Tool: Bnd-0.0.255
Bundle-Name: demo.service-bundle [demo.service]
Created-By: Apache Maven Bundle Plugin
Bundle-Version: 0.1
Build-Jdk: 1.6.0_12
Bnd-LastModified: 1240481907631
Bundle-ManifestVersion: 2
Import-Package: demo.service;version="0.1",org.apache.commons.logging
Bundle-SymbolicName: demo.service-bundle
when the following command is executed :
mvn org.ops4j:maven-pax-plugin:compile org.ops4j:maven-pax-plugin:eclipse
install
> MANIFEST.MF file is not refreshed (or even recreated after a delete) by the
> command mvn org.ops4j:maven-pax-plugin:compile
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: PAXCONSTRUCT-108
> URL: http://issues.ops4j.org/browse/PAXCONSTRUCT-108
> Project: Pax Construct
> Issue Type: Bug
> Components: maven-pax-plugin
> Affects Versions: 1.4
> Reporter: Charles Moulliard
> Assignee: Stuart McCulloch
>
> The content of the file MANIFEST.MF is not refreshed (or even recreated after
> a delete) by the command mvn org.ops4j:maven-pax-plugin:compile
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general