Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » About Project Natures
About Project Natures [message #131982] Thu, 18 September 2003 10:05 Go to next message
Eclipse UserFriend
Originally posted by: liziwen.eyou.com

when I create a project I must add the project nature extension
point,right?
After I add the nature to my project I must use the builder?Can I not
implement the builder in my project.Is it necessary?

Can I implement the compiler outside the eclipse and integrete the
compiler to the eclipse platform?How can I do it?

I have seen that the CDT Project use a xml file to configure the compiler
option then use compiler outside the eclipse to compile the c file.

Am I right?

Can you tell me how to make my idea true?

Thank in advance

Daniel
Re: About Project Natures [message #132501 is a reply to message #131982] Thu, 18 September 2003 16:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

Daniel wrote:
> when I create a project I must add the project nature extension
> point,right?

It is not necessary to add a nature, but if you want to add a nature you
have to use the extension point.

> After I add the nature to my project I must use the builder?

No.

> Can I not implement the builder in my project. Is it necessary?

You can implement a builder, but it is not necessary.

>
> Can I implement the compiler outside the eclipse and integrete the
> compiler to the eclipse platform?

Yes.

> How can I do it?

http://www.eclipse.org/articles/Article-Builders/builders.ht ml

--
Re: About Project Natures [message #133273 is a reply to message #132501] Fri, 19 September 2003 16:11 Go to previous message
Eclipse UserFriend
You can also see how I've done exactly the same thing in
the old version of the RMI Plugin:

http://sourceforge.net/project/showfiles.php?group_id=53485& amp;release_id=144936

Genady

John Arthorne wrote:

>>
>> Can I implement the compiler outside the eclipse and integrete the
>> compiler to the eclipse platform?
>
>
> Yes.
>
>> How can I do it?
>
>
> http://www.eclipse.org/articles/Article-Builders/builders.ht ml
>
> --
>
Previous Topic:wsad and redhat 8.0
Next Topic:To change a treeviewer contents on expand event
Goto Forum:
  


Current Time: Mon Jun 02 18:14:55 EDT 2025

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

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

Back to the top