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 232572 - Display bug on the “Resolve Missing Native Build Tool”.
Summary: Display bug on the “Resolve Missing Native Build Tool”.
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.4
Hardware: PC Windows 8 x64
: P4 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 15:14 UTC by _ supunliyanage
Modified: 2016-07-22 10:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Resolve Missing Native Build Tool (57.92 KB, image/png)
2013-07-11 15:14 UTC, _ supunliyanage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ supunliyanage 2013-07-11 15:14:15 UTC
Created attachment 137009 [details]
Resolve Missing Native Build Tool

Hi Guys,


Found an Display bug on the “Resolve Missing Native Build Tool”.

Error: if we Select the Compiler and Make tool manually without creating a profile (Screen is allowing us to do this), we cannot click the ‘OK’ button as it is disabled. Hence isn’t this should be either be able to select the Compilers through the Build Host Profiles or the ‘OK’ button should be enabled for manual compiler path selections (if we can selects the compilers manually).

Suggestions: If we could select the files manually without a Build Host profile, the system should validate the compilers/Commands whether these are valid.

How to Recreate: 
1.	Install a new copy of NB
2.	Create sample C++ projects
3.	Try to Run (without setting the Compiles in the Options)
4.	Then “Resolve Missing Native Build Tool” pop-up

See attached.
Comment 1 Alexander Simon 2013-07-11 17:02:37 UTC
At first you should add tool collection (button Add).
IDE  forbids "OK" because you did not add tool collection.
I see only minor bug:
Fields with tool path should be disabled if there is no tool collection.