Bug 238107
| Summary: | update manager doesn't work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Konrath <ben> |
| Component: | eclipse | Assignee: | Ben Konrath <ben> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 6 | CC: | ehildum, zeke4ther |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 3.2.2-5.fc6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-05-16 07:44:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ben Konrath
2007-04-27 08:18:59 UTC
A build is underway to fix this. *** Bug 238169 has been marked as a duplicate of this bug. *** Ok, the fix I made didn't address all of the issues so I'm still working on this.
Here is the test plan for the fix:
1) ensure update manager works if there
org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg in platform.xml
-> install eclipse-3.2.2-2.fc6
-> ensure org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg is in
platform.xml:
grep -r rcp_3.2.1
~/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.update/platform.xml
-> if not, running eclipse twice should put rcp_3.2.1 in platform.xml
-> install eclipse-3.2.2-4.fc6
-> start eclipse and ensure 3.2.1.r321_v20060801-clWbqCmjexIWDqg is not in
platform.xml
-> ensure that the update manager works
2) ensure that platform.xml is not modified if started from a clean .eclipse
-> install eclipse-3.2.2-4.fc6
-> rm -r ~/.eclipse
-> run eclipse
-> check timestamp of
~/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.update/platform.xml
-> close eclipse and start again
-> ensure that the timestamp of
~/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.update/platform.xml
is the same
-> ensure that 3.2.1.r321_v20060801-clWbqCmjexIWDqg is not in platform.xml
3) ensure that original bug is fixed
-> install 3.2.1-4.fc6
-> rm -r ~/.eclipse
-> start eclipse
-> close eclipse
-> update to eclipse-3.2.2-4.fc6
-> ensure update manager works
*** Bug 238066 has been marked as a duplicate of this bug. *** The second test plan should be this:
2) ensure that update manager works with a new configuration
-> install eclipse-3.2.2-5.fc6
-> rm -r ~/.eclipse
-> run eclipse
-> close eclipse
-> run eclipse again
-> ensure org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg is not in
platform.xml:
grep rcp_3.2.1 \
~/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.update/platform.xml
-> ensure that the update manager works
eclipse-3.2.2-5 passes this test plan so I'm going to push it to the fc6 updates final. I updated my installation to eclipse-3.2.2-5 and was able to install the subclipse 1.2.0 plug-in with the update procedure. There seem to be some (unrelated?) anomalies in the configuration, but I'll submit a separate bug report. Thanks for your efforts Ben, Ted Hildum eclipse-3.2.2-5.fc6 has been pushed for fc6, which should resolve this issue. If these problems are still present in this version, then please make note of it in this bug report. |