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 91591

Summary: "Discovery feature" task
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: ProjectAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Alexander Simon 2006-12-27 10:56:46 UTC
Research and implement a file "discovery" facility for user and system files
required during parsing of the target application.

The proposed "discovery" facility logic is structured as a "wizard", and it
flows as follows:

[i] Ask the user to provide basic information to facilitate discovery. The 
choices include: make -n output, make output, makefile.in (used by auto*
configure tools), binary (compiled with -g option)
[ii] Ask the user to provide a list of locations (i.e. Path) where to search for
missing files
[iii[ Attempt to locate the list of missing files during the parsing phase
[iv] Ask the user to review the list of required files, and to manually change
these or add to the list, if necessary.
Comment 1 Alexander Simon 2007-03-12 15:30:51 UTC
fixed:
- Discovery Wizard integrated into Create New Project wizard
- Discovery Wizard invoked from project explorer context menu