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 177690 - Unable to change server for RoR in default configuration
Summary: Unable to change server for RoR in default configuration
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 09:48 UTC by Tomas Danek
Modified: 2009-12-04 01:45 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 Tomas Danek 2009-11-26 09:48:25 UTC
Product Version: NetBeans IDE 6.8 RC1 (Build 200911252200)
Java: 1.6.0_15; Java HotSpot(TM) 64-Bit Server VM 14.1-b02-90
System: Mac OS X version 10.6.2 running on x86_64; MacRoman; en_US (nb)
Userdir: /Users/tomas/.netbeans/6.8rc1
-------
- installed full IDE with GF server
- created RoR app (picked to use Webrick)
- opened project properties - Webrick was set
- changed to GFv3 Domain, saved properties
- opened project properties - change did not propagate, Webrick was set

there is a workaround to create configuration for each server.
Comment 1 Erno Mononen 2009-11-27 07:38:40 UTC
Reproduced, working on this now. Maybe if the fix will be low risk we can put this too to 6.8?
Comment 2 Erno Mononen 2009-11-27 08:49:00 UTC
Fixed in d133c84ae4d2. Maybe not a P1 really, but as the fix is really low risk I guess we should transplant the fix to release68 -- what do you think?
Comment 3 Tomas Danek 2009-11-27 09:39:03 UTC
yes, it has an easy workaround, but since it is a low risk, I'll verify in trunk and you can put it into 6.8
Comment 4 Quality Engineering 2009-11-28 03:22:02 UTC
Integrated into 'main-golden', will be available in build *200911280200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d133c84ae4d2
User: Erno Mononen <emononen@netbeans.org>
Log: #177690 - Unable to change server for RoR in default configuration
Comment 5 Tomas Danek 2009-11-30 06:52:17 UTC
works fine in 

Product Version: NetBeans IDE Dev (Build 200911300200)
Java: 1.6.0_15; Java HotSpot(TM) 64-Bit Server VM 14.1-b02-90
System: Mac OS X version 10.6.2 running on x86_64; MacRoman; en_US (nb)
Userdir: /Users/tomas/.netbeans/dev

and fix looks really safe. Verified.
Comment 6 Erno Mononen 2009-12-01 04:28:22 UTC
Transplanted to release68 in 1bf681672111.
Comment 7 Tomas Danek 2009-12-04 01:45:47 UTC
Product Version: NetBeans IDE 6.8 RC2 (Build 200912022200)
Java: 1.6.0_15; Java HotSpot(TM) 64-Bit Server VM 14.1-b02-90
System: Mac OS X version 10.6.2 running on x86_64; MacRoman; en_US (nb)
Userdir: /Users/tomas/.netbeans/6.8rc2

verified.