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 172690 - Can not set tool collection as default if any tool is missed
Summary: Can not set tool collection as default if any tool is missed
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
: 172955 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-21 14:53 UTC by Alexander Pepin
Modified: 2009-09-24 09:59 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 Alexander Pepin 2009-09-21 14:53:33 UTC
Steps to reproduce:
- add path to SunStudio to PATH environment variable
- run IDE with a fresh userdir
- open Tools->Options->C/C++, SunStudio tool collection is selected as default
- make GNU default
Result: If any of tools (e.g. Fortran Compiler or Assembler) is missed then "OK" button in "Options" dialog is disabled.
Workaround is to select a tool collection where all tools present. If both collections any tools then it's impossible to
press "OK" at all.
Comment 1 Vladimir Voskresensky 2009-09-21 15:24:48 UTC
removed fortran as blocker earlier today:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=f126f3d30ced
Comment 2 Vladimir Voskresensky 2009-09-21 15:49:57 UTC
do not block options dialog in case of absent tools. They are checked on demand anyway.
http://hg.netbeans.org/cnd-main?cmd=changeset;node=36aea91cec2e
Comment 3 Quality Engineering 2009-09-22 09:25:15 UTC
Integrated into 'main-golden', will be available in build *200909220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/36aea91cec2e
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#172690: Can not set tool collection as default if any tool is missed
- do not block options dialog in case of absent tools. They are checked on demand anyway.
Comment 4 Vladimir Voskresensky 2009-09-24 09:59:13 UTC
*** Issue 172955 has been marked as a duplicate of this issue. ***