- This topic has 5 replies, 2 voices, and was last updated 21 years ago by support-michael.
-
AuthorPosts
-
Dave JohnsonMemberI tried the Remove WebProject Configuration option, it appeared to run successfully, and it issued no errors messages. After it ran, I still find MyEclipse errors messages about “not in base path” in my task list. How do I remove MyEclipse from my project?
Dave JohnsonMemberI didn’t follow the bug report protocol, here is my env. info:
What operating system and version are you running?: WINXP
What Eclipse version and build id are you using? (Help > About Eclipse Platform): 2.1.1 (200306271545)
– Was Eclipse freshly installed for MyEclipse?: NO
– If not, was it upgraded to its current version using the update manager? YES
– Are any other external plugins installed?: Only Sysdeo’s Tomcat launcher and Solare JSP editor
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*: 7
What MyEclipse version are you using? (Help > About Eclipse Platform > Features): 2.6.3 ( 200310201200)
What JDK version are you using to run Eclipse? (java -version): 1.4.2-b28
What JDK version are you using to launch your application server?: N/A
What steps did you take that resulted in the issue? see initial post
What application server are you using? N/A
support-michaelKeymasterDeconfiguring a Web Project does the following:
1) removes the Web Project nature from the .project file
2) removes .mymetadata
3) removes .myeclipse/ folderIf you have error markers on your project try “Rebuild Project”.
Michael
MyEclipse Support
Dave JohnsonMemberMy .project no longer has the Web Project nature.
The .mymetadata file and the .myeclipse folder has been deleted from my project.
I restarted Eclipse and then did a Rebuild All.
I still have a large number of MyEclipse errors in my task list.
What can I do to remove MyEclipse from my project?
Dave JohnsonMemberOK, I figured it out. I had to choose the “Filters” menu item in the tasks view and uncheck the JSP Syntax and other MyEclipse checkboxes in the “Show Items of Type” tree.
support-michaelKeymasterI’m thinking this is a bug where the deconfiguration process did not remove all MyEclipse project markers. Since these markers are managed by MyEclipse web tools the markers are stranded since the web project nature has been removed. I have entered this case into our issues tracking system for attention.
Try this for a short term workaround:
1) delete your project from MyEclipse (don’t remove it its contents from the workspace)
2) then reimport it. This will scrub all markers from the project.Michael
MyEclipse Support -
AuthorPosts