Community
Participate
Working Groups
Build Identifier: HEAD In the Project menu, turn Build Automatically on. Create a project with "Build on resource save (Auto Build)" in the project properties turned off. Import this project and it is now built. I know the option says "Build on resource save...". Nevertheless it was created to support a workspace mixing projects that work well with auto build with project that don't (usually the makefile type of CDT projects). I put the debugger on it to see what the difference between a build at import time and a build when saving is: It turns out that both start as an incremental build. But then BuildManager#basicBuild(int, IncrementalProjectBuilder, Map, MultiStatus, IProgressMonitor) maps it to a full build for the import since the project was never built before (InternalBuilder#getLastBuiltTree returned null). Reproducible: Always
Should be fixed in 3.7. Please confirm. *** This bug has been marked as a duplicate of bug 306746 ***
(In reply to comment #1) > Should be fixed in 3.7. Please confirm. Yes, works with 3.7. My fault, opened the wrong workbench.