Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Creating a new project type and it's wizard in new -->project --> <project_type>
Creating a new project type and it's wizard in new -->project --> <project_type> [message #323731] Mon, 07 January 2008 08:00 Go to next message
Eclipse UserFriend
Originally posted by: psnakat4u.yahoo.com

Hi,

I want to create a new project type which has a defined nature,specific
custom builder to be associated, adding source folders to the project.
Is there any specific project wizard to be extended or do i create a
regular wizard with required wizard pages?

What is the extension point to which this new project type should be
hooked?

Thanks,
Prajakta
Re: Creating a new project type and it's wizard in new -->project --> <project_type> [message #323733 is a reply to message #323731] Mon, 07 January 2008 08:14 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Prajakta,

Just use a regular wizard. Here's an example of a project creating
Wizard in EMF

<wizard id="org.eclipse.emf.importer.ui.EMFProjectWizard"
name="%_UI_EMFProjectWizard_name"
class="org.eclipse.emf.importer.ui.EMFProjectWizard"
category="org.eclipse.emf.codegen.ecore.ui.wizardCategory"
project="true" finalPerspective="org.eclipse.ui.resourcePerspective"
icon="icons/full/ctool16/NewEMFProject.gif">
<description>%_UI_EMFProjectWizard_description</description >
<selection class="org.eclipse.core.resources.IResource" />
</wizard>


Prajakta wrote:
> Hi,
>
> I want to create a new project type which has a defined
> nature,specific custom builder to be associated, adding source folders
> to the project.
> Is there any specific project wizard to be extended or do i create a
> regular wizard with required wizard pages?
>
> What is the extension point to which this new project type should be
> hooked?
>
> Thanks,
> Prajakta
>
Previous Topic:[HELP] Eclipse plug-in testing automation for JUnit4
Next Topic:java.lang.reflect.InvocationTargetException when Opening Editor
Goto Forum:
  


Current Time: Sun Apr 27 01:53:42 EDT 2025

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

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

Back to the top