Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Extending CDT
Extending CDT [message #1070197] Wed, 17 July 2013 12:38
Stefan Snooc is currently offline Stefan SnoocFriend
Messages: 12
Registered: January 2013
Junior Member
I want to use the CDT-plugin nature for my project.

   <extension
         id="project.mycnature"
         point="org.eclipse.cdt.core.cnature">
      <runtime>
         <run
               class="sp40plugin.nature.ProjectNature">
         </run>
      </runtime>
   </extension>


But I receive an error, that the extension point could not be found. I added all plug-ins from CDT to my plugins dependencies but I still got the error

    Unknown extension point: 'org.eclipse.cdt.core.cnature'	plugin.xml



I try to fix this for hours now and still have no idea what it wants me to provide..

[Updated on: Wed, 17 July 2013 12:39]

Report message to a moderator

Previous Topic:Modules view does not show translation unit labels
Next Topic:Problem in eclipse
Goto Forum:
  


Current Time: Sat Apr 20 01:39:44 GMT 2024

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

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

Back to the top