Config complicated options in CDT Manage Build [message #917410] |
Thu, 20 September 2012 04:12 |
Le Chau Nguyen Messages: 19 Registered: August 2012 |
Junior Member |
|
|
Hi all,
I am configuring plugin.xml in a plugin of the extension: org.eclipse.cdt.managedbuilder.core.buildDefinitions to implement the Manage Build for my Toolchain in Eclipse CDT Juno
All tools, input, output, regular options...were added. But there is a complicated option which contains some sub-options I don't know how to config. I take 3 days for investigation and headache too much. Can anyone help me please ?
The GUI of this option should be like that:
[check box] Sub Option 1 (boolean)
[check box] Sub Option 2 (boolean)
[check box] Sub Option 3 (boolean)
[text box] Sub Option 4 (string)
Assume that sub option 1 value is X, sub option 2 is Y suboption 3 is Z. Sub option 4 is "f=[string user input to textbox]". If user check all check box option, put "example_path" to sub option 4, the final option value will be: -aXYZf=example_path
Please suggest me know to solve this problem!
[Updated on: Thu, 20 September 2012 04:17] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.03873 seconds