| Summary: | Remote System Explorer (RSE) plugins when copied under dropins or link, does not get loaded fully | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Sanjay Chaudhuri <email2sanjayc> |
| Component: | p2 | Assignee: | P2 Inbox <equinox.p2-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | email2sanjayc, pascal |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Sanjay Chaudhuri
I'm confused by your Step #2 since RSE doesn't come as part of the standard Eclipse install, so the bundles should not be in the plugins folder. This is what I did with both Eclipse SDK 3.6.1 and Eclipse SDK I20101214-0800. - download and extract Eclipse SDK - download and extract RSE 3.2.1 - move RSE folders into eclipse/dropins - start Eclipse In both cases RSE was installed successfully. We do not have old integration builds around so I cannot try it with your specific version, but I am guessing that this was a temporary problem which is now fixed. I would recommend upgrading your build and trying it again. In the future if you have problems installing things via the dropins, then you can always try to install it via the UI and it should give you a more detailed explanation of why it won't install. (things installed via the dropins are considered optional so it is ok if they don't install) I had been using the 32-bit Windows version of Java EE packaged version "Eclipse IDE for Java EE Developers, 206 MB" from http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/helios/SR1/eclipse-jee-helios-SR1-win32.zip. It does contain the RSE plugins. I tested it again now downloading and following the above steps I had mentioned above and I do not see it working as stated. Please let me know if I could assist you with further information for you to reproduce what I see. Ok, that explains it. The scenario that you describe is not supported. The RSE bundles have been installed via the p2 APIs as part of the build process and then in Steps 3/4 you pull the rug out from under it and move things around on the file-system. If bundles are installed via the dropins mechanism in the plugins folder and you move them to another dropins folder (or vice versa) then we have added code in the last release that will handle this. But if you install something via the APIs (or UI) and then move things around yourself, this is not supported. Ok; How can I uninstall the RSE plugins ? I see the Uninstall button is disabled. In this distribution of eclipse, the producers of the package decided to not make it possible to uninstall RSE. You should open a bug against the EPP package (https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EPP). |