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 - Creation of missing configure is not recognized during project creation and requires restart
Summary: Creation of missing configure is not recognized during project creation and r...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-18 19:36 UTC by kalle1
Modified: 2015-08-26 01:22 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 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