Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Developping a new builder based on CDT

2008/11/10 Schaefer, Doug <Doug.Schaefer@xxxxxxxxxxxxx>:
>> As I'm not using make to build my projects, I'm trying to
>> create a new plugin that would call scons. There is already a
>> plugin, but it does too much (I don't want it to create the
>> build scripts) and seems not supported anymore.
>>
>> So I'm starting from scratch from the eclipse template. I'd
>> like to use the different error parsers that CDT provides,
>> but I found too different interfaces:
>> - IErrorParser
>
> This is the real error parser.
>
>> - IScannerInfoConsoleParser
>
> This is the scanner used to collect build information from the build
> output. I'm not sure what kind of errors it's putting in the problem
> view.
>
>> Which one does what ? They both seems to populate the problem
>> view, and I can't figure out which one to use.

Thank you for this answer. As I dig into the code, I was considering
this solution, so I was not wrong.

Matthieu
-- 
Information System Engineer, Ph.D.
Website: http://matthieu-brucher.developpez.com/
Blogs: http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn: http://www.linkedin.com/in/matthieubrucher


Back to the top