Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Re: ErrorParser / Logging problem

Hi Marko,

Marko.Tomljenovic@xxxxxxxxxxxx wrote:
> I want to implement the following thing:
> Whenever a build is started I finally want to have a copy of the console
> (build output) to be in the defined build output file (defined in the
> project properties).


Have a look at following CDT ticket: https://bugs.eclipse.org/bugs/show_bug.cgi?id=59612

I also tried to use the error parser to log the build output but as you already discovered, there is no easy way to detect the end of the output. In comment #5 I suggested another solution (using ScannerConfigurationDiscoveryProfile.buildOutputProvider) that also has some limitations. Please add your inputs to the ticket.

Regards,
Philippe Coucaud


Back to the top