Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problem satisfying a manifest dependency

On Fri, Apr 13, 2012 at 8:52 AM, Daniel Warzecha <danowar2k@xxxxxxxxxxxxxx> wrote:
[INFO] Cannot complete the request.  Generating details.
[INFO] Cannot complete the request.  Generating details.
[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,
osgi.ws=gtk, osgi.arch=x86, osgi.os=linux,
org.eclipse.update.install.features=true,
org.osgi.framework.system.packages=}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: testSource 1.0.0.qualifier
[ERROR]   Missing requirement: testSource 1.0.0.qualifier requires
'bundle org.eclipse.bpmn2 0.7.0' but it could not be found
[ERROR]

This looks like a message from the p2 resolver used by tycho.  In order to consume org.eclipse.bpmn2 you need to include a p2 repository that contains it.  AFAIK tycho won't use maven dependencies to find anything, only p2 repositories.


Later,
PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top