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 - Changes made in source file do not force the full remote project to build
Summary: Changes made in source file do not force the full remote project to build
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0.1
Hardware: PC All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 15:01 UTC by Alexander Pepin
Modified: 2011-05-06 17:49 UTC (History)
0 users

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 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.