Sticky WOD error markers will not go away
Last modified by Kieran Kelleher on 2007/10/11 10:31
What is happening?
You have just done a full clean and rebuild of a bunch of projects and yet there are red x error markers on some WOD files here and there with errors such as "the class cannot be found" and you know it was all fine 5 minutes before.
How to fix
Courtesy of Lance French who compiled this procedure from mailing list discussions:
- Close Eclipse
- Delete <workspace>/.metadata/.plugins/org.eclipse.core.resources/.projects/<projectname>/.markers for all affected projects.
- Run eclipse -clean and then shut down eclipse.
- Run Eclipse and load the workspace
- Clean all affected projects.
You should now be back in business ...