5

I have in workspace near 70 projects. Sometimes Eclipse starts rebuild workspace, but I haven't made any modifications. Rebuild takes near 2 hours. How to stop it and do Eclipse rebuild only projects in which modifications were made? Thanks.

user710818
  • 23,228
  • 58
  • 149
  • 207
  • "Window > Preferences > General > Workspace > Build Automatically" should turn off automatic building for the workspace – Green Day Jan 16 '12 at 10:29
  • In general, Eclipse rebuilds only changed projects, and other projects that are dependent on the changes. Maybe one of your projects generates files for other project? – Zoltán Ujhelyi Jan 16 '12 at 10:39
  • I have the same problem, with two different projects. One small, six projects using Eclipse Indigo. One big, 20+ projects using Eclipse Kepler/Luna. In both I experience rebuilds when I have not changed anything. But I want to build automatically. – Roger C S Wernersson Apr 09 '15 at 09:03

1 Answers1

8

In Menu, Project -> Build Automatically (Uncheck it)

Kos
  • 70,399
  • 25
  • 169
  • 233
Samir Mangroliya
  • 39,918
  • 16
  • 117
  • 134