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 251736

Summary: Discovery for Project from existing source should help user to detect incorrectly specified compiler
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: Project DiscoveryAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vladimir Voskresensky 2015-04-09 14:04:48 UTC
when making project from existing source IDE allow to specify toolchain.
Then user should specify build process.
I've faced customers env where compiler was not in path, but detected by build system directly.
So the used compiler by IDE and user are different.

Expected:
1) IDE warn if intercepted use of compiler is different from specified in Wizard
2) IDE propose to create toolchain for compiler set used by build system and assign it to project before parsing project using incorrect compiler specified by user
Comment 1 Quality Engineering 2016-04-09 01:59:08 UTC
Integrated into 'main-silver', will be available in build *201604090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d6df1ad86f65
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #251736 Discovery for Project from existing source should help user to detect incorrectly specified compiler
Comment 2 Quality Engineering 2016-04-27 02:25:35 UTC
Integrated into 'main-silver', will be available in build *201604270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/61bd29759e92
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #251736 Discovery for Project from existing source should help user to detect incorrectly specified compiler
- fix unit test (do not show UI in unit test or standalone mode)