Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Custom Java Project Wizard
Custom Java Project Wizard [message #438] Sun, 20 April 2003 03:48 Go to next message
Eclipse UserFriend
Originally posted by: ewoojava.hotmail.com

I am trying to create a project wizard for creating Custom Java Project
Wizard that will automatically include serveral build paths. What is the
class should I be used to extend from?
Re: Custom Java Project Wizard [message #628 is a reply to message #438] Mon, 21 April 2003 15:17 Go to previous messageGo to next message
Martin Aeschlimann is currently offline Martin AeschlimannFriend
Messages: 71
Registered: July 2009
Member
You have to create your own wizard but you can reuse the
'WizardNewProjectCreationPage'.

In org.eclipse.jdt.ui.tests (in the eclipse CVS repository) look for the
example class 'MyProjectCreationWizard'.
In 'updatePage' you would modify
'fJavaPage.init(jproject, null, null, false);'
to define the build path you want by default.

Martin

Note that this discussion should go to eclipse.tools.jdt

Eugene Woo wrote:
> I am trying to create a project wizard for creating Custom Java Project
> Wizard that will automatically include serveral build paths. What is the
> class should I be used to extend from?
>
Re: Custom Java Project Wizard [message #5001 is a reply to message #628] Wed, 23 April 2003 02:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ewoojava.hotmail.com

Thanks

Martin Aeschlimann wrote:

> You have to create your own wizard but you can reuse the
> 'WizardNewProjectCreationPage'.

> In org.eclipse.jdt.ui.tests (in the eclipse CVS repository) look for the
> example class 'MyProjectCreationWizard'.
> In 'updatePage' you would modify
> 'fJavaPage.init(jproject, null, null, false);'
> to define the build path you want by default.

> Martin

> Note that this discussion should go to eclipse.tools.jdt

> Eugene Woo wrote:
> > I am trying to create a project wizard for creating Custom Java Project
> > Wizard that will automatically include serveral build paths. What is the
> > class should I be used to extend from?
> >
Re: In AGR While Creating Datapool, "Link to Datapool" is not visible [message #1788174] Wed, 30 May 2018 16:09 Go to previous message
Eclipse UserFriend
1
Previous Topic:Error in newly installed Oxygen: Unable to locate secure storage module
Next Topic:Welcome
Goto Forum:
  


Current Time: Thu Apr 25 08:56:06 GMT 2024

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

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

Back to the top