Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How do I apply the CDT nature to my own custom project?
How do I apply the CDT nature to my own custom project? [message #199120] Mon, 06 August 2007 03:52 Go to next message
Eclipse UserFriend
Originally posted by: zeddicus76.hotmail.com

I am creating a custom project and would like it to have the CDT nature. I
assume I need to add the CDT nature in the Project Creation Wizard, but I do
not know how to find the NatureID.

Thank you,
Gavin
Re: How do I apply the CDT nature to my own custom project? [message #199845 is a reply to message #199120] Tue, 21 August 2007 02:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ronbermejo.yahoo.com

Gavin Kavanaugh wrote:
> I am creating a custom project and would like it to have the CDT nature. I
> assume I need to add the CDT nature in the Project Creation Wizard, but I do
> not know how to find the NatureID.
> Thank you,
> Gavin

Hi Gavin.

I believe the nature IDs are:
org.eclipse.core.cnature
org.eclipse.core.ccnature

http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/resAdv_natures.htm
provides a good example on how to add project natures.

HTH.
RB
Re: How do I apply the CDT nature to my own custom project? [message #199853 is a reply to message #199845] Tue, 21 August 2007 02:48 Go to previous message
Eclipse UserFriend
Originally posted by: ronbermejo.yahoo.com

Ron Bermejo wrote:

> Gavin Kavanaugh wrote:
>> I am creating a custom project and would like it to have the CDT nature. I
>> assume I need to add the CDT nature in the Project Creation Wizard, but I
do
>> not know how to find the NatureID.
>> Thank you,
>> Gavin
> Hi Gavin.
> I believe the nature IDs are:
> org.eclipse.core.cnature
> org.eclipse.core.ccnature
<snip>
Sorry, it should have been:
org.eclipse.cdt.core.cnature
org.eclipse.cdt.core.ccnature
^^^

My bad.. :-)
RB
Previous Topic:Debugging MinGW applications
Next Topic:Specifying output folders
Goto Forum:
  


Current Time: Mon May 12 02:36:25 EDT 2025

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

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

Back to the top