Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dirigible-dev] Build failure - Missing requirement

Also the latest Travis build is failing: https://travis-ci.org/eclipse/dirigible/builds/96431689

Going over the build history, it seems like the build is broken from almost two weeks https://travis-ci.org/eclipse/dirigible/builds
The first build, that failed with such error is https://travis-ci.org/eclipse/dirigible/builds/94397633
It seems like the change that brought regression in the build is https://github.com/eclipse/dirigible/commit/d7d5d49c38095b04045f1ca766d87a0995482c81 (DataSource Facade plugin moved to Repository).

Regards,
Yordan

From: <dirigible-dev-bounces@xxxxxxxxxxx> on behalf of SAP SAP <yordan.pavlov@xxxxxxx>
Reply-To: "dirigible-dev@xxxxxxxxxxx" <dirigible-dev@xxxxxxxxxxx>
Date: Monday, December 14, 2015 at 3:05 PM
To: "dirigible-dev@xxxxxxxxxxx" <dirigible-dev@xxxxxxxxxxx>
Subject: [dirigible-dev] Build failure - Missing requirement

Hi all,

When I’m building the latest sources with Maven, I'm getting this error:

INFO] Resolving dependencies of MavenProject: org.eclipse.dirigible.p2.rcp:org.eclipse.dirigible.rcp.feature:2.2.151117 @ /Users/i302281/git/dirigible/org.eclipse.dirigible/org.eclipse.dirigible.parent/p2.rcp/rcp.feature/pom.xml

[INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}

[ERROR] Cannot resolve project dependencies:

[ERROR]   Software being installed: org.eclipse.dirigible.rcp.feature.feature.group 2.2.151117

[ERROR]   Missing requirement: org.eclipse.dirigible.rcp.feature.feature.group 2.2.151117 requires 'org.eclipse.dirigible.ide.datasource 0.0.0' but it could not be found

[ERROR] 

[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.

[ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.dirigible.p2.rcp:org.eclipse.dirigible.rcp.feature:2.2.151117 @ /Users/i302281/git/dirigible/org.eclipse.dirigible/org.eclipse.dirigible.parent/p2.rcp/rcp.feature/pom.xml: See log for details -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException


Can someone help on that?
 
Regards,
Yordan

Back to the top