| Author |
Message |
|
|
Post subject: Migrate WTP metadata?
Posted: Feb 21, 2007 - 08:09 PM
|
|
Registered Member


Joined: Jul 18, 2006
Posts: 34
|
|
So, I've been messing with maven and myeclipse on a web project, and I'm starting to get things working.
However, currently in my web project, I have the error "This project needs to migrate WTP metadata". I figure maven put WTP metadata there.
However, I choose the "migrate WTP metadata" quick fix, and nothing happens.
How can I get rid of the error message?
TIA
Stephen |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 23, 2007 - 05:34 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
Stephen,
I'm not sure. I haven't seen that error before and am not sure which plugin contributed it (I know MyEclipse didn't, but I mean other than WTP or Maven).
If you switch to the Navigator view, you should be able to see all the dot files in the project that define the project's metadata. The MyEclipse ones usually have "my" in the name. That might help you figure out which ones it's referring to. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 11, 2007 - 12:32 AM
|
|
Registered Member


Joined: Nov 11, 2003
Posts: 47
|
|
|
|
|
 |
|
|
Post subject:
Posted: Apr 12, 2007 - 02:03 AM
|
|
Moderator


Joined: May 06, 2003
Posts: 6760
|
|
I should point out the MyEclipse projects do not use WTP meta-data so you're likely mixing maven and a WTP project, not a MyEclipse one. |
_________________ --Scott
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: migrate WTP metadata
Posted: Jun 29, 2007 - 04:08 PM
|
|

Joined: Jun 29, 2007
Posts: 3
|
|
I recently upgraded to 5.5.. I have an existing web project that does not use maven, but when I do a clean and rebuild I get the error "This project needs to migrate WTP metadata". The error shows up about the same time the Facelets Validator phase is indicated.
I choose the "migrate WTP metadata" quick fix, and nothing happens.
How can I get rid of the error message or disable the Facelets Validation?
KA |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: migrate WTP metadata
Posted: Jun 29, 2007 - 04:42 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
KA,
MyEclipse and WTP are separate products. I'm not familiar with WTP, or how migrating WTP metadata works, I'm sorry I cannot help with this. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jul 05, 2007 - 11:29 AM
|
|
Joined: Jul 05, 2007
Posts: 1
|
|
|
|
|
 |
|
|
Post subject: try this
Posted: Nov 30, 2007 - 07:27 PM
|
|
Veteran Member


Joined: Sep 13, 2005
Posts: 1
|
|
try adding this line in the .project file
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> |
|
|
| |
|
|
|
 |
|
|