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 249886

Summary: Creation of missing configure is not recognized during project creation and requires restart
Product: cnd Reporter: kalle1
Component: ProjectAssignee: ilia
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description kalle1 2015-01-18 19:36:32 UTC
Creating a C project with existing sources fails for autoconf projects due to missing `configure`. Creating configure with `autoreconf -i` on the console is not recognized by NetBeans even 

  * after changing the project path
  * hitting `Back` and `Next` in the project creation dialog (which deletes the project path BTW...)
  * closing and restarting the dialog

This is a defect as much as it is an enhancement, feel free to change...
Comment 1 ilia 2015-08-25 16:14:43 UTC
Fixed in:
  http://hg.netbeans.org/cnd-main/rev/bf82ffe3026e
Comment 2 Quality Engineering 2015-08-26 01:22:34 UTC
Integrated into 'main-silver', will be available in build *201508260002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bf82ffe3026e
User: Ilia Gromov <ilia@netbeans.org>
Log: fixed Bug #249886 - Creation of missing configure is not recognized during project creation and requires restart
 - added a fileObject.refresh() call when a pre-build provider changes