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 269491

Summary: Changes to Remote Connection updates all configurations
Product: ide Reporter: squarestar
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

Description squarestar 2017-01-05 11:39:24 UTC
In a project with 2 configurations (<default> and LIVE), when I change the Remote Connection for the <default> config, the LIVE config gets updated with the same change. I need to be able to specify different connections for different configs, and that is how it used to function. I believe this is a bug and was introduced quite recently.
Comment 1 squarestar 2017-01-05 11:46:22 UTC
Apologies, I misunderstood what seems to be happening. Changes to a configuration are not being propagated to other configurations. Instead, what seems to be happening is that when I change configuration in the project tree by right-clicking on the project and choosing Set Configuration, the synchronisation feature does not change the Remote Connection.

So in the case I initially described, if the configuration is set to LIVE and uses the "_live" Remote Connection, when I change to the <default> config, Synchronise still uses the "_live" connection, even though the <default> config is set to use the "_dev" connection.

Please let me know if you require further clarification or if you want me to open a new bug report with the correct description