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 245268 - Project from Binary: new project doesn't display header file
Summary: Project from Binary: new project doesn't display header file
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 14:36 UTC by soldatov
Modified: 2014-07-31 08:58 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 2014-06-26 14:36:11 UTC
Scenario:
- Launch IDE on 
- Create SubProjects project (use latest Oracle Solaris Studio C++ compiler)
- Build project
- Close all projects
- Call "C/C++/Fortran Project from Binary File" wizard
- Select 'main' executable
- Select 'Source files used in build' and 'Create Separate Projects for Dependencies' modes
- Switch on 'libhello4lib.so' checkbox only (other checkboxes should be switched off)
- Create project
- Check 'libhello4lib.so|Source Files|hello4lib' node
==> I see hello4.cc node only (automatic test fails on this step)
configurations.xml has not hello4.h file also
- Close all projects
- Open libhello4lib.so project
==> I see hello4.h file in Projects tab, but I don't see hello4.h in configurations.xml
- Close project
- Open project
==> I see file in Projects tab and in configurations.xml
Comment 1 soldatov 2014-06-26 14:45:38 UTC
First step is "Launch IDE on Solaris"
Comment 2 Alexander Simon 2014-07-28 10:58:09 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/53b1097440d9
Comment 3 Quality Engineering 2014-07-31 08:58:31 UTC
Integrated into 'main-silver', will be available in build *201407310738* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/53b1097440d9
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #245268 Project from Binary: new project doesn't display header file