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

Summary: Display bug on the “Resolve Missing Native Build Tool”.
Product: cnd Reporter: _ supunliyanage <supunliyanage>
Component: ToolchainAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED WONTFIX    
Severity: normal CC: nanonetcat, supunliyanage
Priority: P4    
Version: 7.4   
Hardware: PC   
OS: Windows 8 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: Resolve Missing Native Build Tool

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.