[
https://issues.jboss.org/browse/JBIDE-8142?page=com.atlassian.jira.plugin...
]
Nick Boldt commented on JBIDE-8142:
-----------------------------------
After much discussion, it seems the cause is that
http://svn.jboss.org/repos/jbosstools/trunk/build/aggregate/site/aggregat...
adds in the URL
http://download.jboss.org/jbosstools/updates/helios/, which used to
contain a mirror of Eclipse Helios SR1, but now simply redirects to
http://download.jboss.org/jbosstools/updates/target-platform/latest/, which includes
Eclipse SDK 3.6.2.M20110105-0951.
The simplest solution I see is to replace this composite metadata (effectively, an update
site URL redirect) with either:
a) a redirect to eclipse.org's Helios site itself (which is redundant given that URL
is already in the user's Eclipse install)
or
b) an empty site.xml which provides no features to update
In either case, this will prevent:
* error messages for the user about no site found
* error messages for the user about incompatible updates from JEE -> SDK
* linkage to an unsupported target platform (which may change)
* mirroring
Eclipse.org bits
* redistribution of
Eclipse.org,
Google.com,
sonatype.org, and other vendors' third
party bits
JBoss Tools nightly update site seem to bring in features conflicting
with EPP bundles
--------------------------------------------------------------------------------------
Key: JBIDE-8142
URL:
https://issues.jboss.org/browse/JBIDE-8142
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: updatesite
Reporter: Max Rydahl Andersen
Assignee: Nick Boldt
Priority: Critical
Fix For: 3.2.0.CR1
I've had an eclipse installation that I use for JBoss tools testing running for a
long time (months) and i have been able to do updates without problems until last night
where I started getting this kind of error:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse SDK 3.6.2.M20110105-0951 (org.eclipse.sdk.ide
3.6.2.M20110105-0951)
Software currently installed: Eclipse IDE for Java EE Developers 1.3.1.20100916-1202
(epp.package.jee 1.3.1.20100916-1202)
Only one of the following can be installed at once:
Equinox Launcher 1.1.0.v20100507 (org.eclipse.equinox.launcher 1.1.0.v20100507)
Equinox Launcher 1.1.1.R36x_v20101122_1400 (org.eclipse.equinox.launcher
1.1.1.R36x_v20101122_1400)
Cannot satisfy dependency:
From: Eclipse IDE for Java EE Developers 1.3.1.20100916-1202 (epp.package.jee
1.3.1.20100916-1202)
To: org.eclipse.epp.package.jee.feature.feature.group [1.3.1.20100916-1202]
Cannot satisfy dependency:
From: Java EE IDE Feature 1.3.1.20100916-1202
(org.eclipse.epp.package.jee.feature.feature.group 1.3.1.20100916-1202)
To: org.eclipse.platform.feature.group
[3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L]
Cannot satisfy dependency:
From: Eclipse Platform 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L
(org.eclipse.platform.feature.group
3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L)
To: org.eclipse.rcp.feature.group [3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T]
Cannot satisfy dependency:
From: Eclipse Product Configuration 1.0.0.M20110105-0951
(org.eclipse.rcp.configuration.feature.group 1.0.0.M20110105-0951)
To: org.eclipse.equinox.launcher [1.1.1.R36x_v20101122_1400]
Cannot satisfy dependency:
From: Eclipse RCP 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T
(org.eclipse.rcp.feature.group 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T)
To: org.eclipse.equinox.launcher [1.1.0.v20100507]
Cannot satisfy dependency:
From: Eclipse SDK 3.6.2.M20110105-0951 (org.eclipse.sdk.ide 3.6.2.M20110105-0951)
To: org.eclipse.rcp.configuration.feature.group [1.0.0.M20110105-0951]
Not sure where such conflict is coming from but wanted to record this in case it evolves
to something problematic.
I'm downloading various EPP distros to see if I can reproduce it on a clean setup.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira