Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Setting Error Parser

I am not sure what you asking specifically? You need to get ahold of configuration properly which holds list of error parsers and add yours to the string. You have to have build configuration already created.

On Wed, Jul 1, 2015 at 11:31 AM, Roberto Oliveria <rdutra@xxxxxxxxxxxxxxxxxx> wrote:

Hi folks,

I created an Error Parser using the Extension Point org.eclipse.cdt.core.ErrorParser, it worked and I can see it in "Error Parser" tab at Project properties > C/C++ Build > Settings.

What I am trying to do now is to activate the error parser programmatically. I saw the methods from ErrorParserManager to set error parsers but seems that it does not set the configuration for a specific project.


Anyone have any idea how to do this?


Thanks.




_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top