Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » How to add "New Project" wizard to the Java EE Perspective?
How to add "New Project" wizard to the Java EE Perspective? [message #222572] Mon, 06 October 2008 05:05
Eclipse UserFriend
Hi folks,

I'm relatively new to eclipse plugin developement. Tweaking M2Eclipse, I'v
been trying to add a "New > Maven Project" entry to the left-click menu of
the Java EE Perspective.

I added the following snippet to my plugin.xml :

<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.eclipse.jst.j2ee.J2EEPerspective">
<newWizardShortcut
id="org.maven.ide.eclipse.wizards.Maven2ProjectWizard"/>
<view id="org.maven.ide.eclipse.views.MavenIndexesView"
relationship="fast"/>
</perspectiveExtension>
</extension>

The "New > Maven Project" does not appear in the project explorer, even
after resetting the perspective. It does in the navigator view though.

The aforementioned snippet works perfectly for the Java perspective
(targetID="org.eclipse.jdt.ui.JavaPerspective").

Any idea?

regards,

Fred Bricon.
Previous Topic:Bean changes Not Being Recognized
Next Topic:Tracking save events of a particular wst editor kind
Goto Forum:
  


Current Time: Sun Jul 06 01:51:15 EDT 2025

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

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

Back to the top