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 144246 - Project properties -- "not configured" host is confusing
Summary: Project properties -- "not configured" host is confusing
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ gordonp
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2008-08-18 11:56 UTC by Sergey Grinev
Modified: 2008-09-09 17:28 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 Sergey Grinev 2008-08-18 11:56:07 UTC
1. Create remote connection
2. Create sample project and configure it to use this connection
3. Delete this connection, restart IDE
4. Open project properties. 

There will be values like next there:
Development Host: host@server - not configured
Tool Collection: GNU - not found

There is no obvious way for user what should he do to configure host and setup toolchain.

Which is, BTW:
Either running Build (Clean/Run/Debug) action for this project,
Or selecting this host in Tools->Options and clicking "Restore Defaults"
Comment 1 _ gordonp 2008-09-05 16:20:12 UTC
Proposed UI changes in the Build node in project properties (post UI-freeze):

    1. Change the "user@system - not configured" to "user@system - Offline"
    2. If the host is offline, show empty "Tool Collection" and "Platform"
       properties. Also, don't let either of those labels be highlighted (to
       show that they've changed).
    3. Add a property editor (a [...] button) to the right of the "Development Host" combo box.
       When pressed, display a similar question box to the one you'd get if you pressed the
       Build button for a project whose dev host was undefined or offline. This will allow the
       user to attempt to connect to the remote host so they can run their project. If the
       connection is attempted and if it succeeds, the "- Offline" part of the dev host property
       should be removed and Tool Collection and Platform should show the correct information.
Comment 2 Quality Engineering 2008-09-05 17:35:12 UTC
Integrated into 'main-golden', will be available in build *200809051401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f8cac9e4f361
User: Gordon Prieur <gordonp@netbeans.org>
Log: Partial fix for IZ #144246    	Project properties -- "not configured" host is confusing
Comment 3 _ gordonp 2008-09-09 00:12:47 UTC
Fixed in http://hg.netbeans.org/main?cmd=changeset;node=f8cac9e4f361 (project properties)
and http://hg.netbeans.org/main?cmd=changeset;node=6565b8494f1e (property editor UI)
Comment 4 Quality Engineering 2008-09-09 17:28:27 UTC
Integrated into 'main-golden', will be available in build *200809091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6565b8494f1e
User: Gordon Prieur <gordonp@netbeans.org>
Log: Added property editor portion of #144246.