This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 97202 - Default value for "Configuration type" for just created configuration mismatches type of current project
Summary: Default value for "Configuration type" for just created configuration mismatc...
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-05 15:31 UTC by dnikitin
Modified: 2007-05-25 18:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dnikitin 2007-03-05 15:31:13 UTC
to reproduce:
1) create any sample c/c++ project (e.g. Welcome)
2) open properties and click "Manage Configurations" button
==> Project Properties dialog box appears
3) click "New" button to create new configuration
==> NewConfiguration was added
4) click Ok to close Configurations dialog

Look at "Configuration Type" property. This property equals "Makefile" instead
of "Application". 

Default value for "Configuration Type" for just created Configuration is always
"Makefile".
Comment 1 Thomas Preisler 2007-03-05 23:38:48 UTC
A project can have multiple configurations of different types so there is not
always one particular type that is better a better choice than the other. I
agree just choosing Makefile project is not very good so i changed it to use the
type of the active configuration instead. It is in most cases what you want. And
you can change it in those cases where it is wrong.