Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] CDT Error parser

All error parsers subclass IErrorParser. That’d be the best place to start.

 

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com


From: cdt-core-dev-bounces@xxxxxxxxxxx [mailto:cdt-core-dev-bounces@xxxxxxxxxxx] On Behalf Of Ali Sheraz
Sent: Thursday, May 10, 2007 3:37 PM
To: cdt-core-dev@xxxxxxxxxxx
Subject: [cdt-core-dev] CDT Error parser

 


Hi Guys,

I am a co-op student working for J9 team in Ottawa under Gabriel Castro. My current task involves using CDT error parser to read the results of make (which we use to build J9 vm) and then parse it using the CDT error  parser. I am trying to find piece of code which passes the results of standard make to CDT error parser.


Any help is much appreciated.

Thanks


Ali


Back to the top