[GRADLE-589] A better OSGi sample project is needed Created: 12/Aug/09 Updated: 04/Jan/13 Resolved: 31/Aug/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.7 |
Fix Version/s: | 0.8 |
Type: | Improvement | ||
Reporter: | Hamlet D'Arcy | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Attachments: | improved_osgi_example.patch |
Description |
The existing osgi example doesn't do much. It generates a .tar.gz file which isn't valid on a Windows machine. It does not produce an OSGi bundle or show proper usage. I created a new sample. It creates a Hello World Activator, implemented in Groovy, and then shows how to correctly generate a Import-Package and Export-Package off of the data. Patch is attached. Bundle is valid on at least Eclipse Equinox. For reference, the MANIFEST.MF produced is: Manifest-Version: 1.0 |
Comments |
Comment by Adam Murdoch [ 19/Aug/09 ] |
This has been applied. Thank you for the patch. |
Comment by Hans Dockter [ 31/Aug/09 ] |
Reopened to change the FixFor to 0.8 as we skip the 0.7.1 release. |