Community
Participate
Working Groups
There are many places in PDE where we load a manifest file into maps then lookup the various headers. However, we do all lookups against the framework's string constants. Manifest headers are supposed to be case-insensitive, but these map lookups will fail if the user is using all lower case headers (some generated manifests come out this way). We have a workaround for syntax highlighting in the manifest editor, see bug 151172. The same problem exists in build, see bug 61653 For a case that is directly impacting users see bug 288862.
If we can come up with a straightforward code snippet, it could easily be applied to the many places we work with the headers, but this won't happen in 3.7.
There is the possibility of getting a better parseBundleManifest() implementation from equinox in 3.8. We could move all of the calls to the new method to get case-insensitive manifest checking. See bug 344767.
It isn't clear if bug 344767 will get fixed for Juno, but PDE resources are severely restricted so I am dropping this item.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.