| Summary: | [API] Adding CDT Nature and Managed Build to an existing project requires using of not public API-s of CDT | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Alexandre Rusev <arusev> |
| Component: | cdt-build-managed | Assignee: | Project Inbox <cdt-build-managed-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | normal | ||
| Priority: | P3 | CC: | anna.dushistova, cdtdoug |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 318063, 320296 | ||
|
Description
Alexandre Rusev
Actually, you can checkout what I'm doing here: https://github.com/dschaefer/adt-cdt Hey Doug, how is that related to the issue described? Maybe you can point to more exact location where to look for the answer? Thanks! (In reply to comment #1) > Actually, you can checkout what I'm doing here: > > https://github.com/dschaefer/adt-cdt I was able to do as suggested by using the STDWizardHandler which hides all the internals you are trying to use. You can see it in the NDKWizardHander in my project on github. |