Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Plugin install error
Plugin install error [message #605202] Mon, 22 March 2010 17:52 Go to next message
sridhar Mising name is currently offline sridhar Mising nameFriend
Messages: 22
Registered: July 2009
Junior Member
Hi,
I have created an archive site for my plugin installation.
The installation succeeds on eclipse 3.3 and eclipse 3.5 , but it is failing on eclipse 3.4.2.
The error is as follows:
Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/com.ibm.icu/[4.0.1.v20090415,4.0.1 .v20090415]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/com.ibm.icu/[3.8.1.v20080530,3.8.1 .v20080530]] can be satisfied.


Following are the three plugins which i am bundling along with my plugins:
<plugin
id="org.eclipse.zest.core"
download-size="137"
install-size="0"
version="1.1.0.v20090504-1850"
unpack="false"/>

<plugin
id="org.eclipse.zest.layouts"
download-size="124"
install-size="0"
version="1.1.0.v20090504-1850"
unpack="false"/>

<plugin
id="com.ibm.icu"
download-size="5652"
install-size="0"
version="4.0.1.v20090415"
unpack="false"/>

Can someone help me in avoiding the error while installation on eclipse 3.4.2?
Re: Plugin install error [message #605348 is a reply to message #605202] Wed, 31 March 2010 10:53 Go to previous message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 168
Registered: July 2009
Senior Member
Hi sridhar,

> Cannot find a solution where both Match[requiredCapability:
> org.eclipse.equinox.p2.iu/com.ibm.icu/[4.0.1.v20090415,4.0.1
> .v20090415]] and Match[requiredCapability:
> org.eclipse.equinox.p2.iu/com.ibm.icu/[3.8.1.v20080530,3.8.1
> .v20080530]] can be satisfied.

com.ibm.icu is actually part of every IDE installation, did you try not to bundle this
with your plug-ins?

Greetings,

Ralf


--
http://www.ralfebert.de/blog/eclipsercp/
Previous Topic:Automatically change, compile and export a plugin
Next Topic:Simple plugin export and install
Goto Forum:
  


Current Time: Tue Mar 19 02:04:31 GMT 2024

Powered by FUDForum. Page generated in 0.02142 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top