Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE Build - conflicting dependency message with no details
PDE Build - conflicting dependency message with no details [message #1782053] Fri, 16 February 2018 13:54
John Dallaway is currently offline John DallawayFriend
Messages: 1
Registered: February 2018
Junior Member
I am attempting to use PDE Build to generate a trivial product containing Eclipse Platform 4.7.0 (Oxygen) and its dependencies only. I can launch the product correctly from the Product Configuration Editor but observe the following error when I attempt to export:
Quote:

!ENTRY org.eclipse.pde.core 4 0 2018-02-16 12:37:37.764
!MESSAGE Cannot complete the install because of a conflicting dependency.
!SUBENTRY 1 org.eclipse.pde.core 4 0 2018-02-16 12:37:37.764
!MESSAGE Software being installed: Test Product 1.0.0 (test.product 1.0.0)
!SUBENTRY 1 org.eclipse.pde.core 4 0 2018-02-16 12:37:37.764
!MESSAGE Only one of the following can be installed at once:
!SUBENTRY 1 org.eclipse.pde.core 4 0 2018-02-16 12:37:37.764
!MESSAGE Cannot satisfy dependency:
!SUBENTRY 1 org.eclipse.pde.core 4 0 2018-02-16 12:37:37.764
!MESSAGE Cannot satisfy dependency:

I would expect to see details of the conflict, but the details are missing. I have used PDE Build similarly with previous Eclipse release trains (including Neon) without issue. This is proving difficult to debug.

  • Has anyone else observed similar messages with missing details?
  • Is there a way to increase the verbosity of PDE Build messages?

In case it is significant, my product features (all from download.eclipse.org/eclipse/updates/4.7/) are as follows:
Quote:

test.feature
org.eclipse.emf.core
org.eclipse.equinox.p2.user.ui
org.eclipse.ecf.filetransfer.httpclient4.feature
org.eclipse.help
org.eclipse.ecf.filetransfer.httpclient4.ssl.feature
org.eclipse.equinox.p2.extras.feature
org.eclipse.rcp
org.eclipse.emf.common
org.eclipse.equinox.p2.core.feature
org.eclipse.ecf.core.feature
org.eclipse.equinox.p2.rcp.feature
org.eclipse.ecf.filetransfer.feature
org.eclipse.ecf.core.ssl.feature
org.eclipse.platform
org.eclipse.ecf.filetransfer.ssl.feature
org.eclipse.e4.rcp

It was also necessary to add the org.eclipse.equinox.concurrent plugin to the product feature.
Previous Topic:Eclipse 4.6.3 compilation issues
Next Topic:How to refresh view after desired getting value from addSelectionListener method
Goto Forum:
  


Current Time: Fri Apr 26 17:49:55 GMT 2024

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

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

Back to the top