Community
Participate
Working Groups
When launching a (CDT) session for a project that has a compile error, the user is asked whether he'd like to continue with the launch all the same. The launch is cancelled regardless of whether the user hits Yes or No. The reason is a bug in the platform function: org.eclipse.debug.internal.ui.launchConfigurations. CompileErrorPromptStatusHandler.handleStatus() The code checks for a return code of IDialogConstants.OK_ID when it should be checking for IDialogConstants.YES_ID. John
*** Bug 105102 has been marked as a duplicate of this bug. ***
fixed CompileErrorPromptStatusHandler in HEAD.
Darin, please verify
Verified.
*** Bug 107322 has been marked as a duplicate of this bug. ***
I installed CDT3.0 and the problem still happens to me even though the bug is marked as fixed. When does this fix going to be shown?
The fix is in all integration builds since Aug 2, 2005. Note that this is a bug in Platform-Debug, not CDT.
*** Bug 117883 has been marked as a duplicate of this bug. ***
Is it possible to submit this fix to the 3.1.x branch? The CDT 3.0.x is not compatible with Eclipse 3.2 because of the API changes in the AbstractTextEditor. And the fix is trivial.
Re-open for 3.1.2
Fixed in 3.1.2 branch.
*** Bug 119323 has been marked as a duplicate of this bug. ***