| Summary: | pde target bundles can not work if they require system.bundle | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | David Williams <david_williams> |
| Component: | UI | Assignee: | PDE-UI-Inbox <pde-ui-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public |
| Version: | 3.7.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
David Williams
This is by design. When you add the p2 location to your target, you have selected 'include required software'. This will check that all the required pieces for the unit you have selected are available in the target and give you an error if this is not the case. The two solutions for your problem are: 1) Turn off 'include required software'. Turning this off will make the target download all required software that is available from the repo you have selected, but will not give an error if there is something missing. 2) Add the missing software. Add a second p2 location, point it at the Eclipse SDK or some other piece containing org.eclipse.osgi and everything should resolve correctly. |