Skip to main content

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

Hi Philippe,
 
I have accomplished to realize it.
It is a bit dirty but it works. I alrady uploaded the ErrorParser the bugzilla entry. Please take a look if you want.
 
Greetings Marko


Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Philippe Coucaud
Gesendet: Mittwoch, 26. März 2008 17:30
An: cdt-dev@xxxxxxxxxxx
Betreff: [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