Bug 78570 - VC error parser can't handle (###,##)
Summary: VC error parser can't handle (###,##)
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 2.0.2   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 2.1   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2004-11-12 17:47 EST by PalmSource Eclipse Bug Tracker CLA
Modified: 2008-06-18 18:58 EDT (History)
0 users

See Also:


Attachments
VCErrorParser.java patch (877 bytes, patch)
2004-11-12 18:16 EST, PalmSource Eclipse Bug Tracker CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description PalmSource Eclipse Bug Tracker CLA 2004-11-12 17:47:54 EST
The default VC error parser understands (<line number>) but doesn't understand 
(<line number>, <column>), which is also a valid VC error output format.
Comment 1 PalmSource Eclipse Bug Tracker CLA 2004-11-12 18:16:28 EST
Created attachment 15846 [details]
VCErrorParser.java patch

Attaching a suggested patch (but you're welcome to code it differently).  The
patch correctly extracts the line number from the error and discards the column
number (I don't know what to do with that).
Comment 2 Alain Magloire CLA 2004-11-12 18:52:00 EST
Thanks patch applied

Please verify.