| Summary: | [import] [plugin] File Not Found Exception importing binary plugins | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Jeff McAffer <jeffmcaffer> |
| Component: | UI | Assignee: | PDE-UI-Inbox <pde-ui-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public |
| Version: | 3.6 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | stalebug | ||
|
Description
Jeff McAffer
PDE looks up the source bundles for a binary import to get schema files and source for the binary plug-in. The source is not imported, but is attached to the plug-in container so source is available for debugging. No idea what is going on here if the file exists but Java.IO says it doesn't. Makes sense (the looking for source bundles for schemas). As for not finding the location one thing I did notice is that the test.source plugin does not show up in the list of bundles to import. I assumed that that was some smart filtering on PDEs part. I did happen to get the test harness build from 3.5.1 and import the bundles as projects from that. When I went through that workflow the source bundle DID show up in the list and the import completed fine. Thoughts: - The more recent source bundles have the new funky source bundle layout (with automatedsrc dirs) and the have the Eclipse-BundleSource header whereas the old source bundles were just normal bundles with src dirs. - I happened to notice that the test.source bundle is a folder (not a jar) but that is true in both the new and 3.5.1 builds. (seems like a bug that that is so but its a different bug...) 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. Please remove the stalebug flag, if this issue is still relevant and can be reproduced on the latest release. |