Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:05
Fred Bricon is currently offline Fred BriconFriend
Messages: 14
Registered: July 2009
Junior Member
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.


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


Current Time: Sat Apr 27 00:23:40 GMT 2024

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

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

Back to the top