Details
-
Type:
Bug
-
Status:
Open
-
Resolution: Unresolved
-
Affects Version/s: 0.9.1
-
Fix Version/s: None
Description
According to the Bnd documentation an OSGi bundle is constructed from 3 different arguments:
Export-Package
Private-Package
Include-Resource
Using the Include-Resource instruction seems to have no effect on the resulting bundle.
This might be an documentation issue. My understanding is that Bnd uses the Include-Resource instruction to add e.g additional Java archives to an OSGi bundle. If Gradle proposes a different approach to allow the same than it would be helpful if this could be documented.
Issue Links
- Related to
-
GRADLE-905
OSGi plugin does not create the declarative service description if someone is using the aQute annotations
-
Activity
Hans Dockter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.0 [ 15740 ] |
Hans Dockter
made changes -
| Link | This issue is related to GRADLE-905 [ GRADLE-905 ] |
Adam Murdoch
made changes -
| Assignee | Hans Dockter [ hans_d ] |
Contegix Support
made changes -
| Project Import | Sat Mar 19 09:23:24 CDT 2011 [ 1300544604020 ] |
Adam Murdoch
made changes -
| Fix Version/s | 1.0 [ 10051 ] | |
| Fix Version/s | someday [ 10053 ] |
Daz DeBoer
made changes -
| Workflow | jira [ 11659 ] | jira with pivotal tracker [ 13536 ] |
Adam Murdoch
made changes -
| Fix Version/s | someday [ 10053 ] |
Luke Daley
made changes -
| Workflow | jira with pivotal tracker [ 13536 ] | jira with pivotal tracker (no resolved, only closed) [ 18744 ] |
Luke Daley
made changes -
| Workflow | jira with pivotal tracker (no resolved, only closed) [ 18744 ] | Copy of jira with pivotal tracker (no closed, only resolved) [ 21341 ] |
Unable to get TeamCity builds: No active plugin license is found! Please visit http://stiltsoft.com/teamcity for details
The osgi plugin does not address your use case currently. It does only generate the manifest. We will address this issue for 1.0. The workaround you have at the moment is to use the bnd ant task and then to merge the generated manifest and other files into the jar task.