1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00
This commit is contained in:
Alain Magloire 2002-11-24 16:08:35 +00:00
parent 562eea247e
commit b6683a70d2
2 changed files with 17 additions and 1 deletions

View file

@ -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 2002-11-22 Alain Magloire
The C Builder on error would clear the build. The C Builder on error would clear the build.

View file

@ -4,4 +4,4 @@
# All Rights Reserved. # All Rights Reserved.
# #
################################################ ################################################
CBuilder.build_error= Build Error