What is Eclipse doing when building workspace process is running? Can i disable it because it is taking a long time to complete and i dont know if it is necessary. Thank you
What is Eclipse doing when building workspace process is running? Can i disable it
Share
Building workspace is about incremental build of any evolution detected in one of the opened projects in the currently used workspace.
You can also disable it through the menu “
Project / Build automatically“.But I would recommend first to check:
Preferences / Validations, orPreferences / XML / ...if you have WTP installed)Note that bug 329657 (open in 2011, in progress in 2014) is about interrupting a (too lengthy) build, instead of cancelling it: