1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/launch
Philip Langer ab7afbf0aa Bug 506843: Reset buildFailed flag on buildForLaunch
Since delegate instances are cached and reused for subsequent launches,
we have to reset the buildFailed flag on subsequent builds (i.e., calls
of buildForLaunch). Otherwise, this flag will remain to be set to true
after a failed/cancelled build for the entire lifetime of this delegate,
even if a project has been re-launched and the build succeeded. If the
flag remains to be true, the dialog keeps popping up asking the user
whether to succeed with the launch with errors in the project, even if
the build succeeded and there are no errors any more.

Change-Id: I51aece90154f817542ed7548ec4c36591b19eaec
Signed-off-by: Philip Langer <planger@eclipsesource.com>
2016-11-02 11:04:47 -04:00
..
org.eclipse.cdt.docker.launcher Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.docker.launcher-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.docker.launcher.source-feature Update version to 9.1.0 2016-08-17 10:11:57 -04:00
org.eclipse.cdt.launch Bug 506843: Reset buildFailed flag on buildForLaunch 2016-11-02 11:04:47 -04:00