Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Export Product failed!(Cannot complete the install because of a conflicting dependency.)
Export Product failed! [message #692719] Tue, 05 July 2011 05:32 Go to next message
hansen  is currently offline hansen Friend
Messages: 13
Registered: December 2010
Junior Member
Hi,

I have a plugins project, having many plugin projects.
Now I want to export the project to RCP project.
And it runs correctly before export RCP.
But when I export the project, it is failed.

Message:
Cannot complete the install because of a conflicting dependency.
Software being installed: h50 0.0.0 (product.h50 0.0.0)
Software currently installed: H50 0.0.0.0 (H50 0.0.0.0)
Only one of the following can be installed at once:
Cannot satisfy dependency:
Cannot satisfy dependency:
Re: Export Product failed! [message #692724 is a reply to message #692719] Tue, 05 July 2011 05:54 Go to previous messageGo to next message
hansen  is currently offline hansen Friend
Messages: 13
Registered: December 2010
Junior Member
1.I defined the product extension, and it is not extended from point="org.eclipse.core.runtime.products".
2.Whether eclipse just found extension extended from point="org.eclipse.core.runtime.products",if it is not found, eclipse will create one for the RCP?
3.If 2 is right, so I have 2 product extensions, maybe it leads conflicting, how to do in this case?
Re: Export Product failed! [message #692783 is a reply to message #692724] Tue, 05 July 2011 08:26 Go to previous messageGo to next message
hansen  is currently offline hansen Friend
Messages: 13
Registered: December 2010
Junior Member
1.It is the extended product from defined point.
<extension
point="com.bb.core.products"> ----defined point
<product
description="%product.description"
id="com.bb.h50"
keyword="h50"
name="%product.h50.name">
</product>
</extension>

2.System provide point.
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="com.bb.product.h50.runSimulator"
name="%product.name">
<property
name="appName"
value="h50">
</property>
</product>
</extension>
Re: Export Product failed! [message #694838 is a reply to message #692719] Sun, 10 July 2011 00:09 Go to previous message
Erwin  is currently offline Erwin Friend
Messages: 10
Registered: June 2011
Junior Member
Hi,

I struggled with the same issue. It appears that you need to remove the created target (eclipse and repository folders) first before you run the Export again.

Regards,

Erwin
Previous Topic:Export Product - Error while loading manipulator
Next Topic:Query Regarding org.eclipse.nebula.widgets.calendarcombo.CalendarCombo Date Format behavior
Goto Forum:
  


Current Time: Thu Mar 28 16:47:51 GMT 2024

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

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

Back to the top