Sticky WOD error markers will not go away
Version 8.1 by Kieran Kelleher on 2007/10/08 14:56
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 ehre 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 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 ...