Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] Binaries/Archives (node in Project Explorer)determination and presentation

Title: Binaries/Archives (node in Project Explorer) determination and presentation
Hello
 
I have determined a small but important detail.
 
The Binaries and Archives node (including the concret binary/archive file elements) are only shown if a Binary Parser is activated (e.g. ELF Parser). This behaviour is clear to me now, but it would be nice to have such behaviour documented.
 
There should be a hint that if no binary parser is active no explicite binaries and archives are shown in the Project Explorer at all.
 
But now I am still facing the problem that after changing some build properties (build command, build params) programmatically the determined archives and binaries disappear and I can get them only back by changing e.g. the build command in the project properties and applying this change.
 
Anybody some ideas?
 
Greetings Marko T.


Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von Tomljenovic Marko (G2/PJ-PMT2)
Gesendet: Freitag, 15. Februar 2008 08:49
An: CDT General developers list.
Betreff: [cdt-dev] Binaries/Archives (node in Project Explorer)determination and presentation

Hello all,

I am facing strange behaviour regarding the determination of archives and binaries in a project and the presentation of them in the Project Explorer through the two nodes mentioned in the subject. If I change somethin in the project properties

Regarding that I have some questions:

1. Sometimes the nodes are appearing sometimes not. Is the presentation dependent on the actual configuration? If not what is it dependent on?

2. There is the class BinaryRunner that is responsible for finding the binaries/archives! Am I right?
3. How is the refresh of the Project Explorer done to reflect the new set of archives and binaries? Which CDT source code parts are responsible for that?

Thank you in advance!

Kind regards
Marko Tomljenovic


Back to the top