How to avoid "Choose a configuration to run" [message #721868] |
Sat, 03 September 2011 05:20 |
Eclipse User |
|
|
|
Hi,
I'm writing a plugin that is to provide a slightly modified version of the MinGW exe project type.
For a start, I have copied the project type definition "cdt.managedbuild.target.gnu.mingw.exe" from the plugin "org.eclipse.cdt.managedbuilder.gnu.ui" into my new plugin and modified the id="..." attributes to avoid duplicates.
This works fine, (I get my project generated) with one exception: when I try to run the project ("Run as .../Local C++ application") I get a dialog that asks me to "Choose a configuration to run". I do not get this when using the "original" project type/configuration. I have tried to find a place where project types and/or configurations from project types are associated with runtime configurations (command factories?), but I have failed.
Can anybody tell me what I have to do in order pre-select a configuration for running teh generated project?
Thanks,
Michael
|
|
|
Powered by
FUDForum. Page generated in 0.06502 seconds