Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Programmatic includes/symbols discovery

Title: Programmatic includes/symbols discovery
There is a build output log field in the build properties that allow you to specify a build log file and load it. But that is in the UI.
 
I don't think there is a way to programmatically launch this. This is one of the reasons we really need to rethink how the scanner discovery is done.
 
Doug Schaefer
Engineering Manager, Wind River Systems
and Eclipse CDT Project Lead
 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Tomljenovic Marko (G2/PJ-PMT2)
Sent: Tuesday, January 08, 2008 5:18 AM
To: CDT General developers list.
Subject: [cdt-dev] Programmatic includes/symbols discovery

Hell guys,

Is there a way to programmatically invoke some code so that CDT discovers includes and symbols from a given log file and stores the values in the project properties so that the indexer can use these values to work properly?


I have managed to change the project properties programmatically so that all necessary properties (build output file, compiler command, ...) for the discovery are set.

If I now start the BuildOutputReaderJob it reads the log file but the discovered elements are not stored in the project properties.

Can anybody give me a hint?

Greetings Marko


Back to the top