Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » How to avoid "Choose a configuration to run"(How to avoid "Choose a configuration to run")
How to avoid "Choose a configuration to run" [message #721868] Sat, 03 September 2011 05:20
Eclipse UserFriend
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
Previous Topic:Downloaded Eclipse for Java, now trying to setup c++
Next Topic:Newbie C++ Linker Problems
Goto Forum:
  


Current Time: Wed Jul 09 19:03:38 EDT 2025

Powered by FUDForum. Page generated in 0.06502 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top