- This topic has 4 replies, 2 voices, and was last updated 13 years, 10 months ago by Paolo Denti.
-
AuthorPosts
-
Paolo DentiMemberHi,
i just converted a web project from wst to myeclipse
i still have two warnings that i cannot eliminate (basically just one cause)Implementation of project facet java could not be found. Functionality will be limited.
Implementation of project facet wst.jsdt.web could not be found. Functionality will be limited.if i try to eliminate
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
from .project, i get a bunch of compile errors.
how can i solve this ?
thanks
support-joyMemberpaolo_denti,
I am not sure I understand what you are implying here. What are you referring to as “wst”? Can you please answer below queries for me to get to the root cause?
1. Can you copy and paste your installation details? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
2. How did you install ME? Meaning all-in-one installer / pulse / archived update site on top of eclipse classic?
3. I understand you mention you have converted a web project from wst to MyEclipse? What is wst ?
4. Can you please view the errors in the in the problems tab and copy and paste the same here?
5. Can you attach screenshot of the warnings which will help me get a visual
6. Why are you trying to eliminate<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
from your .project file? What are you trying to achieve here?
Paolo DentiMembersorry joy,
i meant wtp, eclipse web tools platform, not wst …i created in the past a project with eclipse, with jboss 4.x as app server, 2.4 servlet specs.
and then i opened it with myeclipse1) here is my installation details
*** Date: Monday, January 17, 2011 8:36:20 PM CET ** System properties: OS=MacOSX OS version=10.6.6 Java version=1.6.0_22 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.6.1 Build id: 8.6.1-20101117 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.6.1 Build id: 8.6.1-20101117 Eclipse startup command=-os macosx -ws carbon -arch x86 -showsplash -launcher /Library/Genuitec/MyEclipse-8.6/myeclipse.app/Contents/MacOS/myeclipse -name Myeclipse --launcher.library /Library/Genuitec/MyEclipse-8.6/myeclipse.app/Contents/MacOS//../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.200.v20090520-1835/eclipse_1206.so -startup /Library/Genuitec/MyEclipse-8.6/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install /Library/Genuitec/MyEclipse-8.6 -configuration ../../../configuration -keyring /Users/pd/.eclipse_keyring -consoleLog -showlocation -vm /System/Library/Frameworks/JavaVM.framework
2) all-in-one installer plus subclipse & anyedit tools using control center
3) again, sorry, web tools platform
4) there are the warning (not errors) see next point
5)
6) never mind, just a tentative to understand …
thanks
support-joyMemberpaolo_denti,
Thank you for providing all the details. Can you explain what did you do to import wtp project? Usually, if you import a wtp project to MyEclipse, the wizard prompts you to enhance the wtp project to MyEclipse specific. If you have not imported the project, I would recommend you try this –
1. Select your project on the package explorer, from menu options click on MyEclipse > Enhange WTP project.
2. If this issue persists, I would recommend you import the wtp project to MyEclipse. Open MyEclipse IDE, from menu options click on File > Import. This will open an import wizard, you can choose the relevant option and follow the wizard.If the wtp project is not imported properly or enhanced to MyEclipse, the project facet is not updated to relevant version. Hence you see the above issue. Let me know how this works for you.
Best.
Paolo DentiMember@support-joy wrote:
paolo_denti,
Thank you for providing all the details. Can you explain what did you do to import wtp project? Usually, if you import a wtp project to MyEclipse, the wizard prompts you to enhance the wtp project to MyEclipse specific. If you have not imported the project, I would recommend you try this –
1. Select your project on the package explorer, from menu options click on MyEclipse > Enhange WTP project.
2. If this issue persists, I would recommend you import the wtp project to MyEclipse. Open MyEclipse IDE, from menu options click on File > Import. This will open an import wizard, you can choose the relevant option and follow the wizard.If the wtp project is not imported properly or enhanced to MyEclipse, the project facet is not updated to relevant version. Hence you see the above issue. Let me know how this works for you.
Best.
Joi,
the ehnance wtp project was already done
i also tried to delete and reimport the project again with same results: warnings remains -
AuthorPosts