| Summary: | Modifying dropins directory to read-only access does not load plug-ins | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | hollisc |
| Component: | p2 | Assignee: | DJ Houghton <dj.houghton> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | daniel_megert, pwebster, tjwatson |
| Version: | 3.6.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
hollisc
Just to be clear, this is with 3.6.1 in a shared install scenario. - install Eclipse as root - add bundles to root/eclipse/plugins/ folder - switch to user - start Eclipse Note: did not start Eclipse as root before starting as user. Note: need to also test bundle in root/dropins/ location as well. I have tried to reproduce this on XP but couldn't. What I did: - install Eclipse 3.6.1 - add bundle A to plugins - add bundle B to dropins - mark the install as read-only - start Eclipse - note in the OSGi console that both A and B are installed I will try on Linux. I get the same results on Linux, everything works as expected. Hollis are there more detailed steps to reproduce this problem? Are you able to reproduce it with a basic Eclipse or only when there is a product install involved? It appears the problem is not reproducible right now with plain Eclipse, only with the Eclipse-based product. Further investigation is required. Turns out this was a problem with the adopting product and not Eclipse itself. |