Thomas McLeod Messages: 5 Registered: September 2012
Junior Member
After a while I've noticed that the CDT UI starts malfunctioning (I'm using Eclipse version 3.71). I suppose the workspaces and projects become corrupt. I've tried the /clean command line param and this does not seem to help.
Is there a way to rebuild all of the metadata without starting from scratch with a new workspace? I do not want to lose and of the configuration information.
Hi,
I think you may try to make eclipse to clean and rebuild your workspace.
For that you need to uncheck the build automatically option (available in the eclipse's top menu under "Project"), then click "clean" (in the same menu) and finally "build all".
This may solve you problem.