Search code examples
eclipseaptana

What does it mean when Eclipse is building workspace?


I renamed one of my projects, which contains quite a bit of files, and Eclipse would start rebuilding the workspace. This prevents me from doing anything since I can't save.

Will there be any drawbacks if you skip that process?


Solution

  • It means Eclipse is rebuilding every relevant project in your namespace. See Disable building workspace process in Eclipse and How to stop Eclipse rebuild workspace?