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 257293 - "Compile File" works wrongly in "Automating Copying" mode
Summary: "Compile File" works wrongly in "Automating Copying" mode
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-25 11:19 UTC by soldatov
Modified: 2016-02-01 10:14 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 soldatov 2015-12-25 11:19:00 UTC
Scenario:
- Add some remote host ("Automating Copying" mode should be selected)
- Create C/C++ Application with main.cpp
- Build project
- Open main.cpp file and add some invalid code
- Save file
- Press F9 in editor
==> No any errors in build log
/usr/bin/gmake -f nbproject/Makefile-Debug.mk build/Debug/GNU-Solaris-x86/main.o
mkdir -p build/Debug/GNU-Solaris-x86
main.cpp:1:1: warning: null character(s) ignored
rm -f "build/Debug/GNU-Solaris-x86/main.o.d"
g++    -c -g -MMD -MP -MF "build/Debug/GNU-Solaris-x86/main.o.d" -o build/Debug/GNU-Solaris-x86/main.o main.cpp

COMPILE FILE SUCCESSFUL (total time: 86ms)

I expect "COMPILE FILE FAILED" message.
Comment 1 Vladimir Kvashin 2016-01-15 13:43:09 UTC
I see quite different effect - in my case if I modify file and press F9 - I see
"src/args.c", line 1: null character in input
Comment 2 Vladimir Kvashin 2016-01-16 17:07:14 UTC
fixed on enum:
95ea6f659a3f
Comment 3 Quality Engineering 2016-01-21 02:22:32 UTC
Integrated into 'main-silver', will be available in build *201601210002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/81ad80bdbf13
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #257293 - "Compile File" works wrongly in "Automating Copying" mode
(transplanted from 95ea6f659a3faadfff591215883e041e484bf665)
Comment 4 ilia 2016-01-27 14:43:48 UTC
  Fixes of this bug:
    http://hg.netbeans.org/releases/rev/95ea6f659a3f
Comment 5 soldatov 2016-02-01 10:14:45 UTC
Verified in NetBeans IDE 8.1 (Build 201601300101)