Community
Participate
Working Groups
As discussed in bug 309126, there is no central location for contributors to request the build of a specific CDT configuration. As configurations are a core concept (as are references between configurations) we should provide a small utility class for building a project configuration and its dependencies.
For bug 485132, we had to duplicate some CDT code in TCF. @Doug, I am wondering if/how the request for an API to build CDT Configurations would fit the new build infrastructure in CDT 9.0 and higher ?
(In reply to Martin Oberhuber from comment #1) > For bug 485132, we had to duplicate some CDT code in TCF. > > @Doug, I am wondering if/how the request for an API to build CDT > Configurations would fit the new build infrastructure in CDT 9.0 and higher ? The new build infrastructure is still in it's infancy. It's not for general use yet. But, yes, the API is pretty simple. Adapt the IBuildConfiguration to an ICBuildConfiguration and call the build method. I'm now looking at Oxygen to get it spread throughout the CDT so it'll be a while.