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 208902 - IDE forgets "Run Configure Script in Subfolder" option
Summary: IDE forgets "Run Configure Script in Subfolder" option
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: PC Solaris
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 14:00 UTC by soldatov
Modified: 2012-02-27 19:13 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 soldatov 2012-02-27 14:00:26 UTC
Scenario:
- Unpack QLife project
- Call "C/C++ Project with Existing Sources" wizard
- Select "Custom" mode
- Set "Run Configure Script in Subfolder" checkbox ("build" is working directory)
- Press Next some times. Press Finish.
==> Makefile, executable file appears in 'build' subdirectory
- Close IDE and delete user directory
- Delete executable file and Makefile
- Start IDE again
- Call context menu on *.pro file and select "Generate Makefile"
==> Makefile doesn't appear in "build" directory (it appears in root source folder)
- Build project
==> build fails
Comment 1 Alexander Simon 2012-02-27 19:13:54 UTC
IDE keep extra information in user dir.
If you delete user dir and make file:
- or restore properties of *.pro before "Generating Makefile".
- or create project again.