Skip to main content



      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 17:03 Go to next message
Eclipse UserFriend
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 126 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 04:32 Go to previous message
Eclipse UserFriend
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: Wed Mar 26 08:06:37 EDT 2025

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

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

Back to the top