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 195847

Summary: Full remote: changes in project metadata that are made while the host is disconnected never delivered to the host
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2011-02-23 11:21:13 UTC
In full remote, source files are r/o when the host is disconnected.
But project metadata is r/w.
However remote project metadata won't be synchronized in this case.

So either IDE should prohibit changing full remote project when host is offline or ensure they are copied on subsequent connect or at least have an SPI for sucj copying.
Comment 1 Vladimir Kvashin 2011-05-04 11:36:55 UTC
After shadow projects were removed, if host is disconnected, user can not alter project properties.