Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Failed to resolve target definition : Could not find org.eclipse.cdt.core/6.3.1.201706122201
Failed to resolve target definition : Could not find org.eclipse.cdt.core/6.3.1.201706122201 [message #1767230] Mon, 03 July 2017 21:03 Go to next message
Mickael Cagnion is currently offline Mickael CagnionFriend
Messages: 1
Registered: July 2017
Junior Member
Bonjour,

This is my first time playing with an eclipse plug-in. I am trying to use the AST mechanism from CDT to build Features Sketches as described by Michael Feathers in his book : Work Effectively with Legacy Code.

I followed the tutorial "Getting started with CDT development" :
I cloned the cdt repository and imported the projects into Eclipse
I selected the cdt.target as the actual target.

When I try to build with maven from the main directory I got the following error :

C:\Users\Mickael\git\org.eclipse.cdt>mvn -e build
...
[ERROR] Failed to resolve target definition C:\Users\Mickael\git\org.eclipse.cdt\releng\org.eclipse.cdt.target\cdt.target: Could not find "org.eclipse.cdt.core/6.3.1.201706122201" in the repositories of the current location -> [Help 1]
org.apache.maven.MavenExecutionException: Failed to resolve target definition C:\Users\Mickael\git\org.eclipse.cdt\releng\org.eclipse.cdt.target\cdt.target: Could not find "org.eclipse.cdt.core/6.3.1.201706122201" in the repositories of the current location 
        at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:100)


Could someone help me on this please ?

Full log file attached
Thank you
  • Attachment: mvn.log
    (Size: 20.68KB, Downloaded 108 times)
Re: Failed to resolve target definition : Could not find org.eclipse.cdt.core/6.3.1.201706122201 [message #1767452 is a reply to message #1767230] Thu, 06 July 2017 08:32 Go to previous message
Jonah Graham is currently offline Jonah GrahamFriend
Messages: 416
Registered: June 2014
Senior Member
I assume you are building at the command line because you have customized CDT and want to somehow release it? If not, there is little value in bothering with command line build.

That said, I cannot reproduce the error message you are getting. Are you using latest master of CDT?
Previous Topic:xtensa-lx106 toolchain
Next Topic:plugin for Eclipse to filter function signatures
Goto Forum:
  


Current Time: Thu Apr 25 19:23:07 GMT 2024

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

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

Back to the top