Skip to main content



      Home
Home » Newcomers » Newcomers » Unable to update eclipse plugin
Unable to update eclipse plugin [message #261036] Mon, 14 July 2008 10:24 Go to next message
Eclipse UserFriend
Originally posted by: martin.renaud.imagemsoft.com

Hi Experts,

i'm trying to update plugins on Eclipse Ganymede (which i used since a fews
days only). Everytime i tryied to update, i got an error message. In this
example, i'm trying to update mylyn 2.xx to 3.xx

Here a part of the message:

"Cannot complete the request. See the details.
Mylyn Bridge: Eclipse IDE is already installed, so an update will be
performed instead.
Mylyn Connector: Bugzilla is already installed, so an update will be
performed instead.
Mylyn Bridge: Java Development is already installed, so an update will be
performed instead.
Mylyn Task List (Required) is already installed, so an update will be
performed instead.
Mylyn Focused UI (Recommended) is already installed, so an update will be
performed instead.
Cannot find a solution where both Match[requiredCapability:
osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] and
Match[requiredCapability:
osgi.bundle/org.eclipse.wst.validation/[1.2.0,2.0.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability:
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0 ,1.2.0)] and
Match[requiredCapability:
osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0 ,2.0.0)] can be
satisfied.
Cannot find a solution where both Match[requiredCapability:
osgi.bundle/org.eclipse.ui/[3.4.0,4.0.0)] and Match[requiredCapability:
osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability:
osgi.bundle/org.eclipse.core.resources/[3.4.0,4.0.0)] and
Match[requiredCapability:
osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability:
osgi.bundle/org.eclipse.ui.ide/[3.4.0,4.0.0)] and Match[requiredCapability:
osgi.bundle/org.eclipse.ui.ide/[3.3.0,3.4.0)] can be satisfied.
Cannot find a solution where both Match[requiredCapability:
osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.3.0 ,2.0.0)] and
Match[requiredCapability:
osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.2.1 ,1.3.0)] can be
satisfied.
Cannot find a solution where both Match[requiredCapability:
osgi.bundle/org.eclipse.ui.workbench.texteditor/[3.4.0,4.0.0 )] and
Match[requiredCapability:
osgi.bundle/org.eclipse.ui.workbench.texteditor/[3.2.0,3.4.0 )] can be
satisfied. (...)"

what's wrong!

thks
Re: Unable to update eclipse plugin [message #261039 is a reply to message #261036] Mon, 14 July 2008 10:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: codeslave.ca.ibm.com

Looks like you're trying to update WTP as well as Mylyn, and for some
reason it won't let you. You might have to uninstall WTP and reinstall
it, or try updating Mylyn separately from WTP.

Or, maybe you unpacked Eclipse 3.4 on top of Eclipse 3.3? You need to
install Eclipse 3.4 in a fresh directory, NOT in the same place as 3.3.

Nick

martin.renaud wrote:
> Hi Experts,
>
> i'm trying to update plugins on Eclipse Ganymede (which i used since a
> fews days only). Everytime i tryied to update, i got an error message.
> In this example, i'm trying to update mylyn 2.xx to 3.xx
>
> Here a part of the message:
>
> "Cannot complete the request. See the details.
> Mylyn Bridge: Eclipse IDE is already installed, so an update will be
> performed instead.
> Mylyn Connector: Bugzilla is already installed, so an update will be
> performed instead.
> Mylyn Bridge: Java Development is already installed, so an update will
> be performed instead.
> Mylyn Task List (Required) is already installed, so an update will be
> performed instead.
> Mylyn Focused UI (Recommended) is already installed, so an update will
> be performed instead.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.1.0,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.validation/[1.2.0,2.0.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.1.0 ,1.2.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.jst.common.project.facet.core/[1.3.0 ,2.0.0)] can
> be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.ui/[3.4.0,4.0.0)] and Match[requiredCapability:
> osgi.bundle/org.eclipse.ui/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.4.0,4.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.core.resources/[3.2.0,3.4.0)] can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.ui.ide/[3.4.0,4.0.0)] and
> Match[requiredCapability: osgi.bundle/org.eclipse.ui.ide/[3.3.0,3.4.0)]
> can be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.3.0 ,2.0.0)] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.wst.common.project.facet.core/[1.2.1 ,1.3.0)] can
> be satisfied.
> Cannot find a solution where both Match[requiredCapability:
> osgi.bundle/org.eclipse.ui.workbench.texteditor/[3.4.0,4.0.0 )] and
> Match[requiredCapability:
> osgi.bundle/org.eclipse.ui.workbench.texteditor/[3.2.0,3.4.0 )] can be
> satisfied. (...)"
>
> what's wrong!
>
> thks

--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling
http://wiki.eclipse.org/index.php/User:Nickb
Re: Unable to update eclipse plugin [message #261069 is a reply to message #261036] Mon, 14 July 2008 13:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

martin.renaud wrote:
> Hi Experts,
>
> i'm trying to update plugins on Eclipse Ganymede (which i used since a
> fews days only). Everytime i tryied to update, i got an error message.
> In this example, i'm trying to update mylyn 2.xx to 3.xx

That doesn't make sense; Ganymede already includes Mylyn 3.0, not 2.x.

Eric
Re: Unable to update eclipse plugin [message #261077 is a reply to message #261069] Mon, 14 July 2008 13:37 Go to previous message
Eclipse UserFriend
Originally posted by: martin.renaud.imagemsoft.com

Eric Rizzo a écrit :
> martin.renaud wrote:
>> Hi Experts,
>>
>> i'm trying to update plugins on Eclipse Ganymede (which i used since a
>> fews days only). Everytime i tryied to update, i got an error message.
>> In this example, i'm trying to update mylyn 2.xx to 3.xx
>
> That doesn't make sense; Ganymede already includes Mylyn 3.0, not 2.x.
>
> Eric

Yeah i know,

but in the about screen, it's indicate Mylyn version 2.1.0... not 3.xx

I'm going to follow the suggestion of Nick:

"Looks like you're trying to update WTP as well as Mylyn, and for some
reason it won't let you. You might have to uninstall WTP and reinstall
it, or try updating Mylyn separately from WTP."
Previous Topic:RCP as Windows Service
Next Topic:Language Fragments in 3.3 or 3.4
Goto Forum:
  


Current Time: Thu May 15 10:49:48 EDT 2025

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

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

Back to the top