Bug 181182 - Manifest editor should warns when using R4 syntax w/o Bundle-ManifestVersion
Summary: Manifest editor should warns when using R4 syntax w/o Bundle-ManifestVersion
Status: RESOLVED DUPLICATE of bug 181210
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PDE-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 07:45 EDT by Danail Nachev CLA
Modified: 2007-04-05 10:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Danail Nachev CLA 2007-04-05 07:45:57 EDT
If you mix R4 syntax (Require-Bundle, Fragment-Host, etc.) and your bundle doesn't have Bundle-ManifestVersion: 2, PDE manifest editor should show an error or at least a warning.

Currently, it does nothing. You can view the following bug for more information:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=181179
Comment 1 Danail Nachev CLA 2007-04-05 09:36:30 EDT
I was wrong that R4 syntax cannot be used without Bundle-ManifestVersion: 2. It is perfectly OK as long as you treat all of the old headers in R3 defined way. It is up to the framework to decide whether it will require that a bundle has Bundle-ManifestVersion: 2 or not in order to use R4-defined headers.

So, I propose that a warning is shown in the editor, which notifies the developer about this (and not an error as I my first proposal)
Comment 2 Chris Aniszczyk CLA 2007-04-05 10:46:38 EDT
Funny thing is, I came across this a couple days ago to. 

*** This bug has been marked as a duplicate of bug 181210 ***