Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] IBuildContext and launch configurations

Hi James,
Does the new IBuildContext and friends support the following scenario:

1. There is a project with a custom builder
2. There is a C++ Application launch configuration that belongs to that project.
3. 'Enable auto build' is turned on in the launch configuration
4. When the custom builder is invoked in response to launching the configuration how can it:
    a) Determine that is was called because of a launch
    b) Determine the name of the launch configuration that triggered it

I can see how this could be achieved by creating as many build configurations as there are launch configurations, but that is hardly feasible since it's not clear how to maintain the two sets in sync.

Thanks,
-sergey


Back to the top