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 240766 - Auto-select of changed files in Folders not working properly in File Upload
Summary: Auto-select of changed files in Folders not working properly in File Upload
Status: RESOLVED DUPLICATE of bug 237253
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 13:13 UTC by ppp22334
Modified: 2014-01-22 06:44 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 ppp22334 2014-01-21 13:13:04 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08

My Project Properties > Run Configuration > Run As is set for Remote Web Site (FTP, SFTP).  When I select Run > Run Project, there are 2 problems with the File Upload process that takes place before the actual run.

1) Files that were changed inside a folder are not automatically selected.  So I have to manually check the box for the folder to include source files that may have changed inside that folder.

2) When I check the box for a folder (to include the files that were changed inside that folder as mentioned above), ALL files following the changed files alphabetically are also checked.  So I either need to upload a large number of files that weren't actually changed, or I need to manually uncheck the files that follow the changed file alphabetically in the listing.

Again, the scenario is for files within folders off the root.  It would be very nice if the files that were changed in folders could be automatically selected and uploaded automatically.  That is definitely not happening, and I instead need to do a large amount of manual selection.
Comment 1 Tomas Mysik 2014-01-22 06:44:49 UTC
The preferred way is to use remote synchronization (it works on directories from NB 8.0). But there is a way how to "return" this old behaviour but use it on your own risk - see issue #237253, comment 27.

Thanks for reporting.

*** This bug has been marked as a duplicate of bug 237253 ***