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 197200

Summary: Changes made in source file do not force the full remote project to build
Product: cnd Reporter: Alexander Pepin <apepin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: 7.0.1   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Pepin 2011-03-29 15:01:47 UTC
Steps to reproduce:
- import makefile based remote project
- clean and build it
- check that "Build First" property is checked
- do any change in the source file and save changes
- call run
Result: Output window reports that "make: `build' is up to date" and the project runs using old executable (no changes applied).
Comment 1 AlyonaStashkova 2011-04-05 11:50:37 UTC
Added to NB 7.0 Release Notes (http://nbstaging.czech/community/releases/70/relnotes.html#known_issues-cnd)
Comment 2 Vladimir Kvashin 2011-04-05 12:25:39 UTC
Workaround: if this is the case, use "clean & build".
Comment 3 Vladimir Kvashin 2011-05-06 17:49:46 UTC
That's how your makefile is written.
When I tried to edit source file (or just touch it) in console on remote machine, it behaves exactly the same way.