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 137653

Summary: "Build Result" is misnamed
Product: cnd Reporter: peastman <peastman>
Component: ProjectAssignee: Thomas Preisler <thp>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description peastman 2008-06-19 01:29:16 UTC
1. Right-click on a C/C++ project and select "Properties".

2. Click on the "Make" category.

There is a field labeled "Build Result".  This name is very misleading.  The real purpose of this field is to specify
the executable to run when the user selects the "Run" command.  For example, if your project produces a library, you
will probably want to specify an executable that uses the library (such as a test case), not the library itself.  I
suggest moving this field to the "Run" category and renaming it to "Executable" or "Program to Run".
Comment 1 Petr Chytil 2008-06-19 12:35:26 UTC
Reassigning to cnd/projects for evaluation.
Comment 2 Thomas Preisler 2008-11-18 06:31:50 UTC
'Build Result' it could also be a library you use for lining, or something completely different. You don't know. We have discussed it several times and came up 
with 'Build Result' as choice.