1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00
This commit is contained in:
Alain Magloire 2002-12-19 19:20:57 +00:00
parent e568ad331f
commit 00f303ec04

View file

@ -1,3 +1,14 @@
2002-12-19 Alain Magloire
* src/org/eclipse/cdt/core/ErrorParserManager.java (findFilePath):
The workspace will throw an Exception if the file
is not within the workspace, catch it.
(getWorkingDirectory): fallback to the location
of the project if no working directory.
* src/org/eclipse/cdt/internal/errorparsers/GCCErrorParser.java (processLine):
Ignore errors that does not match the pattern.
2002-12-13 Alain Magloire
* src/org/eclipse/cdt/core/CommandLauncher.java (waitAndRead):