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.
Asked
Active
Viewed 2,869 times
5
-
"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 Answers
8
In Menu, Project -> Build Automatically
(Uncheck it)

Kos
- 70,399
- 25
- 169
- 233

Samir Mangroliya
- 39,918
- 16
- 117
- 134
-
already commented that, just realized I don't think that's what he means – Green Day Jan 16 '12 at 10:23
-
I think you will find it is the other way around looking at the timestamps. – Green Day Jan 16 '12 at 10:27