-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 552070 - Build not configured correctly error while building a pr…
…oject https://bugs.eclipse.org/bugs/show_bug.cgi?id=552070 After closing and opening a Core Build project (Make, CMake, Autotools, and Meson), the project could not be built for Debug anymore. Error: "Build not configured correctly". Restoration of the debug build configurations failed, because the settings had been removed during closure of the project. CBuildConfiguration(IBuildConfiguration config, String name) failed with a CoreException. The CBuildConfigurationManager silently catched the exception and put the IBuildConfiguration for debug in the noConfigs list.
- Loading branch information
1 parent
7bcef26
commit 7911ac8
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters