Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] problems with ScannerInfoprovider

Wieant,

Thanks again for your suggestion. The problem seems to be that
the package org.eclipse.cdt.managedbuilder.internal.scannerconfig
cannot be utilised in any way, so this leads me to think I am doing something wrong.

I am going to post another message, asking if anybody know the correct way of trying to override the command.

Thanks again.

--
Derek


Wieant Nielander wrote:
I have double checked, and my plugin *does* have a dependency on org.eclipse.cdt.managedbuilder.core.

Any other ideas?

Yip, the problem might be that the:
org.eclipse.cdt.managedbuilder.internal.scannerconfig package is not exported from the 'org.eclipse.cdt.managedbuilder.core'
plugin. You could check if this is the case by adding this package to
the 'Export-Package' section in the Manifest.mf file of that plugin
(or add it in the Runtime tab of the manifest editor).

Regards,
  Wieant




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



Back to the top