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 - C++ Project rename does not change project output name
Summary: C++ Project rename does not change project output name
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-15 14:43 UTC by jsprenkle
Modified: 2012-06-20 07:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.