Bug 78570

Summary: VC error parser can't handle (###,##)
Product: [Tools] CDT Reporter: PalmSource Eclipse Bug Tracker <EclipseBug.Tracker>
Component: cdt-buildAssignee: Alain Magloire <alain>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 Keywords: contributed
Version: 2.0.2   
Target Milestone: 2.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
VCErrorParser.java patch bjorn.freeman-benson: iplog+

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.