Skip to main content

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

Hi Wient,

Thanks for your reply.

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

Any other ideas?


--
Derek



Wieant Nielander wrote:
I am trying to override the default scannerInfoProvider to change 'gcc' to 'my-gcc'. In my plugin.xml, I have:
 ...
When creating a new project, I get the following error in the .log file, and it has reverted to the default scanner (gcc):

Your plugin.xml does refer to the default gcc collector:
  class='org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultGCCScannerInfoCollector'
and its the instantiation of that class from within your plugin that
seems to fail, perhaps your 'com.crt.advproject' plugin does not have
a dependency on 'org.eclipse.cdt.managedbuilder.core'?

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



Back to the top