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 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'?



Back to the top