Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » m2e-wtp included in latest Kepler build?
icon5.gif  m2e-wtp included in latest Kepler build? [message #1061884] Tue, 04 June 2013 13:57 Go to next message
John Prestel is currently offline John PrestelFriend
Messages: 4
Registered: June 2013
Junior Member
When I updated Eclipse Kepler (Java EE) to version 2.0.0.20130528-1545 (from 2.0.0.20130509-1008), it appears that m2e-wtp 1.0.0.20130528-1.0.0.20130528-1157 may have come along for the ride.

When I opened my workspace, m2e complained that my existing projects were no longer up-to-date, and indicated that I should update them from the pom. When I did so, I got several changes to my settings, project, and classpath files. These led to new errors reported in the Problems tab, so I tried reverting the changes. However, after reverting, Eclipse immediately modified my project file again, adding in a wst nature:

<nature>org.eclipse.wst.common.project.facet.core.nature</nature>


as well as a new build command:
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>


I opened up the installation details dialog, but I could not find a way to uninstall just m2e-wtp. The item is found under Eclipse IDE for Java EE Developers > Java EE IDE Feature > m2e-wtp Maven Integration for WTP (Incubation)

I'm not sure if m2e is responsible for this addition, or if this is coming from changes in the Java IDE. I would love to get it uninstalled or disabled.

Can anyone offer any insight?


Thank you so much!

--
John
Re: m2e-wtp included in latest Kepler build? [message #1061902 is a reply to message #1061884] Tue, 04 June 2013 15:20 Go to previous message
John Prestel is currently offline John PrestelFriend
Messages: 4
Registered: June 2013
Junior Member
After some email exchange on the m2e-users mailing list, it looks like m2e-wtp is now embedded in the Java EE distro. Fred Bricon (who I assume is a developer) had me file a feature request to allow disabling m2e-wtp at the workspace level. He also provided a workaround. If this issue is affecting you, take a look at https://bugs.eclipse.org/bugs/show_bug.cgi?id=409856
Previous Topic:Javax libraries
Next Topic:class loader exceptions during debugging
Goto Forum:
  


Current Time: Fri Apr 26 15:25:37 GMT 2024

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

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

Back to the top