Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Re: Make Target View



On 6/30/08, James Blackburn <james.blackburn@xxxxxxxxxxxx> wrote:
 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


Back to the top