| Summary: | Need API for requesting builds of cdt configurations | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | James Blackburn <jamesblackburn+eclipse> |
| Component: | cdt-core | Assignee: | Project Inbox <cdt-core-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | normal | ||
| Priority: | P3 | CC: | mober.at+eclipse |
| Version: | 7.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 485132 | ||
|
Description
James Blackburn
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. |