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 77254 - Can remove ALL configurations of project
Summary: Can remove ALL configurations of project
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-01 20:30 UTC by dnikitin
Modified: 2007-09-06 17:59 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 2006-06-01 20:30:42 UTC
Can remove ALL configurations of project.

1. create any c/c++ project
2. Open Project Properties window and push "Manage Configurations..." button
     ("Configurations" dialog appears )
3. Press Remove button while this button is evailabled. Only ONE configuration
remained and you can not delete it. (Remove button is disable)
4. Click Ok to close Configurations dialog box.
5. Click "Manage Configurations..." button to open dialog again.
6. There is only one configuration in the list and Remove button is ENABLE (and
now you can delete it from list).
Comment 1 _ gordonp 2006-06-01 21:53:58 UTC
What happens if all configurations are removed and I try and build? When I
tried it I got exceptions and couldn't do most standard project actions
(build, clean, run, and debug). Instead, I got NPEs when I tried.

Raising to P2 because this seriously damages a project (it might be
recoverable by editing project files outside the IDE, but I don't think
its recoverable inside the IDE).
Comment 2 Thomas Preisler 2006-06-01 23:09:20 UTC
projects are designed have at least one configuration. Will fix the delete problem.
Comment 3 Thomas Preisler 2006-06-02 05:13:34 UTC
Fixed.
Comment 4 Thomas Preisler 2006-06-02 06:26:28 UTC
Fixed.