Skip to main content

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

> 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






Back to the top