| Re: [cdt-dev] Re: Make Target View |
Somethine like:public void run(IProgressMonitor monitor) throws CoreException {
...
Then in the ScannerConfigBuilder.java I set the configuration based on the value of the attribute. Others may have an idea of a better way to do this. But the above should work.James
Thanks for the pointers, very much appreciated. I had a problem getting circular dependencies because MakeTarget needs to depend on managedbuilder stuff to get configuration settings.
Andrew