Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » creating a new Project type
creating a new Project type [message #27368] Fri, 02 May 2003 04:57 Go to next message
Eclipse UserFriend
Originally posted by: ghullur.yahoo.com

How can i create my own Project Type.? Any Configuration File has to
written if so how?
Re: creating a new Project type [message #27373 is a reply to message #27368] Fri, 02 May 2003 08:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: burner.zclipse.org

On Fri, 02 May 2003 08:57:35 +0000, sam wrote:

> How can i create my own Project Type.? Any Configuration File has to
> written if so how?

You have to write a plugin that provides a nature extension:

http://dev.eclipse.org/help21/index.jsp?topic=/org.eclipse.p latform.doc.isv/guide/resAdv_natures.htm
http://dev.eclipse.org/help21/index.jsp?topic=/org.eclipse.p latform.doc.isv/reference/api/org/eclipse/core/resources/IPr ojectNature.html

mike
Re: creating a new Project type [message #27504 is a reply to message #27373] Mon, 05 May 2003 03:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ghullur.yahoo.com

Thanks for the reply.
But I am new to eclipse & Java. My immediate Requirement is to send a
configuration file of a package we have developed to my client who will
integra
te to IDE.I need help on how to write this Configuration File.My client
will integrate it so that it will be available as another "Project" in the
IDE.

Regards


Michael R Head wrote:

> On Fri, 02 May 2003 08:57:35 +0000, sam wrote:

> > How can i create my own Project Type.? Any Configuration File has to
> > written if so how?

> You have to write a plugin that provides a nature extension:

>
http://dev.eclipse.org/help21/index.jsp?topic=/org.eclipse.p latform.doc.isv/guide/resAdv_natures.htm
>
http://dev.eclipse.org/help21/index.jsp?topic=/org.eclipse.p latform.doc.isv/reference/api/org/eclipse/core/resources/IPr ojectNature.html

> mike
Re: creating a new Project type [message #28853 is a reply to message #27504] Thu, 08 May 2003 16:51 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

What is in this configuration file? Are you talking about supplying
default preference values that your client can import? You can copy
projects between workspaces simplying by copying them in the file
system, and then using the project import wizard to bring them into the
other person's workspace. I am probably misunderstanding what you mean...
-


sam wrote:
> Thanks for the reply.
> But I am new to eclipse & Java. My immediate Requirement is to send a
> configuration file of a package we have developed to my client who will
> integra
> te to IDE.I need help on how to write this Configuration File.My client
> will integrate it so that it will be available as another "Project" in the
> IDE.
>
> Regards
>
>
> Michael R Head wrote:
>
>
>>On Fri, 02 May 2003 08:57:35 +0000, sam wrote:
>
>
>>>How can i create my own Project Type.? Any Configuration File has to
>>>written if so how?
>>
>
>>You have to write a plugin that provides a nature extension:
>
>
> http://dev.eclipse.org/help21/index.jsp?topic=/org.eclipse.p latform.doc.isv/guide/resAdv_natures.htm
>
> http://dev.eclipse.org/help21/index.jsp?topic=/org.eclipse.p latform.doc.isv/reference/api/org/eclipse/core/resources/IPr ojectNature.html
>
>
>>mike
>
>
>
>
Previous Topic:moving projects
Next Topic:Maximizing/ Restoring the current view/ (or editor)
Goto Forum:
  


Current Time: Mon Jun 02 17:28:06 EDT 2025

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

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

Back to the top