[GRADLE-1031] OSGi Manifest ignores attributes Created: 12/Jul/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-3 |
Type: | Bug | ||
Reporter: | John Gibson | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
Constructing an OSGi manifest ignores attributes, while a normal manifest does not. e.g. jar { } Will create a jar with the Built-By and Another-Header in the manifest. However, doing something similar with OSGi doesn't work. jar { } Under OSGi will create all of the appropriate OSGi headers, but will lack Built-By and Another-Header in the resulting manifest. |
Comments |
Comment by John Gibson [ 09/Nov/10 ] |
I've fixed this bug. You can find the fix and a test for it on Github on branch |
Comment by Adam Murdoch [ 11/Nov/10 ] |
Applied. Thank you for the patch. |