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 - Changes to Remote Connection updates all configurations
Summary: Changes to Remote Connection updates all configurations
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-05 11:39 UTC by squarestar
Modified: 2017-01-05 11:46 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 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