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 262851

Summary: Remote development file sync ignoring Makefile.*
Product: cnd Reporter: Let_Me_Be
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Let_Me_Be 2016-07-18 11:59:57 UTC
Both background and manual upload of files (both SFTP and automatic copying) fail to upload build related files.

Consequently the project fails to pre-build (configure is missing Makefile.in files).
Comment 1 Vladimir Kvashin 2016-07-22 19:04:22 UTC
I can not reproduce your scenario. In my case Makefile.in is always copied.

I used pkg-config-0.25 taken from 
http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz

I unzipped sources, configured, built in console.
Then launched IDE, created a project from binary, set up a host with SFTP sync, built project from IDE there - everything went smoothly. 

I did this in 2 variants: 1) configured right in the source directory, 2) created a "build" directory and then configured and built it there. Both worked well.

Could you help me to reproduce the issue?
What's the difference between our scenarios?

And which NetBeans version do you use? Is it 8.1 or development or something else?
Comment 2 Vladimir Kvashin 2017-03-30 13:38:28 UTC
Please feel free to reopen with additional information (see commant #1)