From b6683a70d2404a8e7dfc573679dab3dd0a4dead4 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sun, 24 Nov 2002 16:08:35 +0000 Subject: [PATCH] Updated. --- core/org.eclipse.cdt.core/ChangeLog | 16 ++++++++++++++++ .../cdt/internal/CCorePluginResources.properties | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 79f74ef74c9..f1b886ef9c5 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,19 @@ +2002-11-22 Alain Magloire + + * src/.../cdt/core/CommandLauncher.java (waitAndRead): + Make sure we drain the pipes. + (printCommandLine): Use the line.separator property. + * src/org/eclipse/cdt/ErrorParserManager.java + Check if outputStream is not null before using it. + (write): must be synchronized. + (checkLine): Break the buffer per line and pass it to processLine(). + Takes an argument to flush when we are done(on close()). + * src/.../internal/core/CBuilder.java (invokeMake): + We have to call close() the same number of times we call + ErrorParserManager.getOutputStream(). Move the ErrorParerManager.reportProblem() + after the close. + * src/.../internal/CCorePluginResources.properties: Updated. + 2002-11-22 Alain Magloire The C Builder on error would clear the build. diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/CCorePluginResources.properties b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/CCorePluginResources.properties index 6857d9b53ad..e9b49e5aa37 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/CCorePluginResources.properties +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/CCorePluginResources.properties @@ -4,4 +4,4 @@ # All Rights Reserved. # ################################################ - \ No newline at end of file +CBuilder.build_error= Build Error \ No newline at end of file