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 270187 - In "full remote" mode IDE can't find welcome.h file in HelloCMakeWorld project
Summary: In "full remote" mode IDE can't find welcome.h file in HelloCMakeWorld project
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.2
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 14:47 UTC by soldatov
Modified: 2017-04-19 09:01 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 2017-03-24 14:47:26 UTC
Scenario:
- Add remote host (for example Sparc Solaris)
- Create HelloCMakeWorld project in Full Remote mode
- Build project
==> ok

In IDE in welcome.cc file I see 'Cannot find include file "welcome.h" file' error. And I can't fix this error in editor.
Comment 1 Alexander Simon 2017-03-27 09:31:41 UTC
additional fix in changeset dab695c41908
Comment 2 Alexander Simon 2017-03-27 09:34:35 UTC
It looks like regression after "fast remote project creation"
Comment 3 Vladimir Kvashin 2017-03-27 16:32:03 UTC
(In reply to Alexander Simon from comment #2)
> It looks like regression after "fast remote project creation"
In this case it should be gone after I fixed issue 269778 (In new project a "Import into Subversion Repository" menu item commits empty nbproject and src directories)
Comment 4 Vladimir Kvashin 2017-03-30 12:09:06 UTC
It does not repeat after fixing issue issue 269778.
Comment 5 Quality Engineering 2017-04-02 02:36:50 UTC
Integrated into 'main-silver', will be available in build *201704020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4a3e6523113c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #270187 In "full remote" mode IDE can't find welcome.h file in HelloCMakeWorld project
- fix minimal cmake requirement version
- fix include headers paths
(transplanted from dab695c41908e034cc4568de2a26ca39bfcf938b)
Comment 6 ilia 2017-04-13 10:34:11 UTC
Marking as candidate -> fixed because we have changeset related to this bug in releases:

https://netbeans.org/bugzilla/show_bug.cgi?id=270187 Changesets:
    http://hg.netbeans.org/releases/rev/dab695c41908 # fixing Bug #270187 In "full remote" mode IDE can't find welcome.h file in HelloCMakeWorld project
Comment 7 soldatov 2017-04-19 09:01:09 UTC
Verified in NetBeans IDE 8.2 (Build 201704181436)