Wiki source code of Sticky WOD error markers will not go away
Last modified by Kieran Kelleher on 2007/10/11 10:31
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == What is happening? == | ||
2 | |||
3 | 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. | ||
4 | |||
5 | == How to fix == | ||
6 | |||
7 | Courtesy of Lance French who compiled this procedure from mailing list discussions: | ||
8 | |||
9 | 1. Close Eclipse | ||
10 | 1. Delete <workspace>/.metadata/.plugins/org.eclipse.core.resources/.projects/<projectname>/.markers for all affected projects. | ||
11 | 1. Run eclipse -clean and then shut down eclipse. | ||
12 | 1. Run Eclipse and load the workspace | ||
13 | 1. Clean all affected projects. | ||
14 | |||
15 | You should now be back in business ... |