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 177896 - Project options problem
Summary: Project options problem
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: Thomas Preisler
URL:
Keywords:
: 185126 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-01 01:57 UTC by vladakk
Modified: 2010-04-27 17:25 UTC (History)
2 users (show)

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 vladakk 2009-12-01 01:57:54 UTC
I can not believe that product such as NetBeans has something that is so disturbing, it is obvious, and for what we don't need to open a new bug, but even exists in NB 6.8RC1 !

Now is the time to say what caused me to start this report.

If you change the C++ project options that does not affect the build, but only execution of the program you are in a situation like me to wait for NB to build again about 200 CPP programs when you try to run or debug project !

Regards,
Vladimir Koković, DP senior, Belgrade, Serbia
Comment 1 Alexander Pepin 2009-12-01 07:17:29 UTC
As a workaround try to uncheck "Build First" property in "Run" section of the Project Properties.
Comment 2 Alexey Vladykin 2010-03-29 14:34:21 UTC
This bug has common roots with bug 180933: Makefile-$(CONF).mk is added as dependency to every compile/link rule.

Apart from the fix proposed in bug 180933, I'd add the following logic to ConfigurationMakefileWriter: when regenerating the Makefile-$(CONF).mk file we should first generate a new version in a temporary location, compare it with the original version, and if they are equal then do nothing (otherwise replace old one with new one). This would keep Makefile-$(CONF).mk timestamp intact and prevent an unneeded full rebuild and relink.
Comment 3 Alexander Pepin 2010-04-03 19:20:25 UTC
downgraded as it has a simple workaround and refers to the root P3 issue
Comment 4 Alexey Vladykin 2010-04-27 17:15:50 UTC
*** Bug 185126 has been marked as a duplicate of this bug. ***
Comment 5 Thomas Preisler 2010-04-27 17:25:32 UTC
I believe this one has been resolved by the fixing http://netbeans.org/bugzilla/show_bug.cgi?id=180933. Makefile-$(CONF).mk is no longer added as dependency unless you check the "Rebuild if properties have changed" option.