Community
Participate
Working Groups
I am writing a template that uses my new Builder options feature for a Makefile project. However, when I get the list of configurations, it includes a single entry and it's a null pointer. At the point the CfgHolder object is created, the IConfiguration isn't know. It's determined later. I will add a method to CfgHolder to set the configuration and update the StdWizardHandler to set it once the configuration is determined.
Code checked in.
*** cdt cvs genie on behalf of dschaefer *** Bug 323039 - add ability to set configuration in CfgHolder after construction. [*] CfgHolder.java 1.12 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/wizards/CfgHolder.java?root=Tools_Project&r1=1.11&r2=1.12 [*] STDWizardHandler.java 1.17 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/wizards/STDWizardHandler.java?root=Tools_Project&r1=1.16&r2=1.17