Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Create CDT project without build features

Hi James,
I discovered three cfg data provider ids: CCorePlugin.DEFAULT_PROVIDER_ID, MakeCorePlugin.CFG_DATA_PROVIDER_ID and ManagedBuildManager.CFG_DATA_PROVIDER_ID.
I now used the MakeCorePlugin.CFG_DATA_PROVIDER_ID. Then a property page "C/C++ Project paths and symbols" was visible but no other build related pages. This was exactly what I needed.

But pressing on the "manage configurations" button (in the paths and symbols prop page) leads to an exception. This does not disturb me at the moment but I just wanted to ask whether I should report this exeption as a bug?

Another question I have is whether the usage of the MakeCorePlugin related features is outdated or even already deprecated?

Greets Marko

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von James Blackburn
Gesendet: Montag, 22. November 2010 17:38
An: CDT General developers list.
Betreff: Re: [cdt-dev] Create CDT project without build features

On 22 November 2010 16:33, Andrew Gvozdev <angvoz.dev@xxxxxxxxx> wrote:
> Correct me if I am wrong but I believe managedbuild plugin is used to
> persist those settings (as MBS options).

Not necessarily.  It may do if you're using the MBS, however there's a
default settings provider in cdt.core.

See also the cdt.core tests which don't have a dependency on the mbs plugins...

Cheers,
James
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top