Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Includes node empty with old-style/build-less projects

Hi!
 
I am afraid, that the problem is somehow related to the new UI togehter with old style projects. It definitely does not happen until I try to save include paths or symbols with the new includes and symbols property page.
When I press Apply in the includes or symbols tab, or in the sources tab (in order to edit exclusions), then the existing path entries are duplicated. After a few tries the .cproject file grows drastically.
 
I am going to investigate this and create a bug to document the issue. I am trying to reproduce this with a CDT project or a test case.
 
I know we should not use old style projects (without managed builder) with the new UI, but we would like to use some features such as exclusions without rewriting the UI part.
 
Gerhard

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sennikovsky, Mikhail
Sent: Mittwoch, 30. Mai 2007 15:51
To: CDT General developers list.
Subject: RE: [cdt-dev] Includes node empty with old-style/build-less projects

Hi Gerhard,

 

Sorry for not responding sooner. I can not reproduce the problem with the latest head neither with the new-style nor with the old-style build system functionality.

NOTE: I’m testing the old-style build systems by the following way:

1.       Taking the following plugins from HEAD cdt.core, cdt.ui, cdt.refactoring

2.       Taking the source code of all build system plugins (make.* and managedbuilder.*) before the New Project Model check-in

With the above configuration I’m getting “Includes” directory populated correctly.

 

Regards,

Mikhail

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Schaber, Gerhard
Sent: Friday, May 25, 2007 7:42 PM
To: CDT General developers list.
Subject: [cdt-dev] Includes node empty with old-style/build-less projects

 

Hi!

 

When I create an old-style project, then the includes node in the C/C++ projects view is always empty, even if scanner discovery info is available. When I add just one single path entry via another path entry container, then this new path entry including all from the scanner discovery show up.

 

Has this something to do with one of the recent changes, or does this only happen with my projcets?

 

Gerhard

 


Back to the top