Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Creating a Java Project
Creating a Java Project [message #81331] Tue, 29 July 2003 10:13 Go to next message
Eclipse UserFriend
Originally posted by: bob.donovan.eds.com

Hi,

I need to have my users create a Java Project. I need to have the java
project setup with a directory structure that is used for development of
our product.

I think what I want to do is subclass the
org.eclipse.jdt.ui.wizards.NewProjectCreationWizard and add a couple of
extra wizard pages. When the wizard completes, I add some of my own
processing to create the directory structure.

I see that the org.eclipse.jdt.ui.wizards.NewProjectCreationWizard (id) is
actually found at
org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizard which is
"internal".

Is this acceptable to subclass an internal class? Or is there some other
way that I should be doing this operation?

Bob
Re: Creating a Java Project [message #83408 is a reply to message #81331] Wed, 06 August 2003 11:28 Go to previous message
Eclipse UserFriend
You woudn't reuse the wizard, but you can reuse the wizard page that
lets you configure the build path.

Have a look at 'MyProjectCreationWizard' in org.eclipse.jdt.ui.tests,
it's an example that probably does exactly what you want.

Martin

Bob Donovan wrote:
> Hi,
>
> I need to have my users create a Java Project. I need to have the java
> project setup with a directory structure that is used for development of
> our product.
>
> I think what I want to do is subclass the
> org.eclipse.jdt.ui.wizards.NewProjectCreationWizard and add a couple of
> extra wizard pages. When the wizard completes, I add some of my own
> processing to create the directory structure.
>
> I see that the org.eclipse.jdt.ui.wizards.NewProjectCreationWizard (id) is
> actually found at
> org.eclipse.jdt.internal.ui.wizards.NewProjectCreationWizard which is
> "internal".
>
> Is this acceptable to subclass an internal class? Or is there some other
> way that I should be doing this operation?
>
> Bob
>
Previous Topic:Using ASTRewrite
Next Topic:Running out of memory with eclipse
Goto Forum:
  


Current Time: Tue Apr 29 04:09:57 EDT 2025

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

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

Back to the top