1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

bug 327921: [Build selected File] Compiler Errors are not shown in Problems View

Fix from Harald Kästel-Baumgartner
This commit is contained in:
Andrew Gvozdev 2010-10-18 14:12:01 +00:00
parent 499b106541
commit 42197fda9c

View file

@ -1487,7 +1487,7 @@ public class GeneratedMakefileBuilder extends ACBuilder {
StepBuilder stepBuilder = new StepBuilder(step, null); StepBuilder stepBuilder = new StepBuilder(step, null);
int status = stepBuilder.build(consoleOutStream, epmOutputStream, new SubProgressMonitor(monitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK)); int status = stepBuilder.build(epmOutputStream, epmOutputStream, new SubProgressMonitor(monitor, 1, SubProgressMonitor.PREPEND_MAIN_LABEL_TO_SUBTASK));
// Refresh the output resource without allowing the user to cancel. // Refresh the output resource without allowing the user to cancel.
// This is probably unkind, but short of this there is no way to ensure // This is probably unkind, but short of this there is no way to ensure