Bundle classpath should verify that internal bundle classpath elements actually
exist inside bundle before adding them to eclipse classpath
-------------------------------------------------------------------------------------------------------------------------------------------
Key: FELIX-1366
URL: https://issues.apache.org/jira/browse/FELIX-1366
Project: Felix
Issue Type: Bug
Components: Sigil
Reporter: David Savage
Priority: Minor
Consider the following bundle from eclipse:
$ unzip -p bldcommon/lib/org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar
META-INF/MANIFEST.MF | grep jar
Bundle-ClassPath: compatibility.jar,.
It claims to have an internal compatability jar inside it. But analysis shows
otherwise
$ jar -tf bldcommon/lib/org.eclipse.ui.workbench_3.4.1.M20080827-0800a.jar |
grep jar
$
Would be better to silently discard.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.