Reputation: 4564
Is it possible to debug which process triggered a 'Building workspace' in Eclipse?
I have a Java project with some BIRT reports. While this project is open Eclipse restarts 'Building workspace' in an infinite loop.
I'm using Eclipse 3.6.1 with BIRT 2.6.1
Upvotes: 11
Views: 10919
Reputation: 31
Click Project tab on top of eclipse > uncheck "Build Automatically". This resolved the issue for me.
Upvotes: 2
Reputation: 71
Having something open in another editor in the target directory of the project in which the problem is occurring can also cause an infinite "Build Workspace" loop.
Upvotes: 7
Reputation: 4564
probably related to Win7. I added my workspace repository to the Windows Explorer Favorites or Windows Explorer Libraries. This seems to write some data and trigger eclipse to rebuild.
Upvotes: 3