Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » project.create() and nature configuration
project.create() and nature configuration [message #332782] Fri, 07 November 2008 21:54
Eclipse UserFriend
Originally posted by: rob.brainkandy-dot-org.org

Hello,

I have a tool that generates a special kind of project. We have a custom nature
and custom builder and everything.

The code that creates the project creates an IProjectDescription and initializes
it with the nature and builder. My builder has a runtime run class, which is not
being called because project.create does not call the requisite internal
methods. Why? How, when I create a project, can I ensure that the nature's
runtime is triggered, other than only setting the IProject description
separately from the project?

Maybe I need to ask a more fundamental question: what is the correct way to
create a project? And, is there a benefit to giving the nature initialization to
a runtime class that we're missing?
Previous Topic:[p2] locate dropins folder programmatically
Next Topic:What makes a package be a package (and not a folder)?
Goto Forum:
  


Current Time: Wed May 08 14:07:41 GMT 2024

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

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

Back to the top