How To Programmatically Add Nature And Builders Into A Project [message #336931] |
Tue, 14 July 2009 13:56 |
Eclipse User |
|
|
|
Originally posted by: runzhou.li.gmail.com
Hi,
I created a new project type with a corresponding wizard. What is left now
is to add the necessary builders and nature to the project when
performFinish() is called. Note that the project itself is pretty much a
Static Web Project clone, just with a simpler project directory format and
unique project type name and icon.
Need some help with this, thank you :)
--
Runzhou Li
|
|
|
Re: How To Programmatically Add Nature And Builders Into A Project [message #336940 is a reply to message #336931] |
Wed, 15 July 2009 06:57 |
Eclipse User |
|
|
|
Originally posted by: aurelien.pupier.esial.net
Runzhou Li a écrit :
> Hi,
>
> I created a new project type with a corresponding wizard. What is left now
> is to add the necessary builders and nature to the project when
> performFinish() is called. Note that the project itself is pretty much a
> Static Web Project clone, just with a simpler project directory format and
> unique project type name and icon.
>
> Need some help with this, thank you :)
>
> --
> Runzhou Li
>
>
Hi Runzhou,
for the nature, see extension point : org.eclipse.core.resources.natures
In the class that for teh nature, it will extend IProject Nature. You need to fill configure method to add specific information to your project.
Hope this will help.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02821 seconds