[
https://issues.jboss.org/browse/DROOLS-1129?page=com.atlassian.jira.plugi...
]
Hiep Lq commented on DROOLS-1129:
---------------------------------
yes. you are correct "It does not really matter what "X" actually is as
long as we use it consistently",
"Not sure if this really matters". it's matter if you want to create a P2
repository and want to buckminter automate materialize (download) source bundle with
binary bundle and automate binding it together. so helpful for debug.
i come from idempiere community. we use buckminter for setup eclipse workspace.
i just try integrate drools with idempiere. create P2 for binary is easy, but for binary +
source, i have to manual modify MANIFEST.MF of source bundle
"test-jar and javadoc" P2 don't use it, so now it's ok.
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)