Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse starts 'Building workspace' in endless loop

Tags:

eclipse

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

like image 413
bw_üezi Avatar asked Mar 17 '11 14:03

bw_üezi


People also ask

How do I stop eclipse from building workspace?

In these situations, autobuild can be turned off through Window > Preferences > General > Workspace > Build automatically. Even for smaller workspaces, turning off autobuilding may be a useful feature.

How do I fix the hanging user operation is waiting for building workspace in eclipse?

This method worked for me: Go to menu 'Project' -> uncheck 'Build Automatically'. Force close Eclipse then reopen it.


1 Answers

Click Project tab on top of eclipse > uncheck "Build Automatically". This resolved the issue for me.

like image 94
Phoenix Avatar answered Oct 10 '22 04:10

Phoenix