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 191032

Summary: C++ Project rename does not change project output name
Product: cnd Reporter: jsprenkle <jsprenkle>
Component: ProjectAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description jsprenkle 2010-10-15 14:43:15 UTC
Issue: renaming a C++ project does not change name of output file.

Currently the name of output in  ProjectProperties->Linker->Output is of the form:
${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/ProjectNameHardCodedHere

The project creation wizard could be changed to use an environment variable for the output name or the rename function could offer changing the output setting as an option.