[jboss-jira] [JBoss JIRA] (DROOLS-1129) osgi bundle have wrong metadata info

Hiep Lq (JIRA) issues at jboss.org
Wed Apr 20 13:21:00 EDT 2016


    [ https://issues.jboss.org/browse/DROOLS-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194721#comment-13194721 ] 

Hiep Lq commented on DROOLS-1129:
---------------------------------

Hi [~psiroky]. file name of bundle isn't important, it can easy modify by script.
but my issue about content on MANIFEST.MF

example: 
now, we have binary bundle for drools-compiler, MANIFEST.MF of drools-compiler have Bundle-SymbolicName = org.drools.compiler
P2 request source bundle for drools-compiler, have to MANIFEST.MF with content 
Bundle-SymbolicName = org.drools.compiler.source
Eclipse-SourceBundle = org.drools.compiler

it mean, if binary bundle have Bundle-SymbolicName = x
then source bundle have to value 
Bundle-SymbolicName = x.source
Eclipse-SourceBundle = x

file name also follow convention but it's easy to fix by script when create P2 repository.

my English is not good, sorry about it. please ask for what you can't understand

> osgi bundle have wrong metadata info
> ------------------------------------
>
>                 Key: DROOLS-1129
>                 URL: https://issues.jboss.org/browse/DROOLS-1129
>             Project: Drools
>          Issue Type: Bug
>          Components: integration
>    Affects Versions: 6.4.0.Final
>            Reporter: Hiep Lq
>            Assignee: Petr Široký
>
> 1. bundle reteoo have wrong Bundle-SymbolicName.
> now is Bundle-SymbolicName: org.drools.core
> it should is Bundle-SymbolicName: org.drools.reteoo
> 2. base in standard of P2 repository. almost source bundle have wrong value at  Bundle-SymbolicName and Eclipse-SourceBundle
> example:drools-compiler-6.4.0.Final-sources
> current value of: Bundle-SymbolicName = drools-compiler.source
> should be:Bundle-SymbolicName = org.drools.compiler.source
> current value of: Eclipse-SourceBundle=drools-compiler
> should be:Eclipse-SourceBundle=org.drools.compiler
> or we can keep source bundle, and change at binary bundle
> example change Bundle-SymbolicName of org.drools.compiler to drools-compiler



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jboss-jira mailing list