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 236756 - #include "/ws/full/path" is not resolved
Summary: #include "/ws/full/path" is not resolved
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: All Windows 7 x64
: P3 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-04 11:02 UTC by Vladimir Voskresensky
Modified: 2014-03-26 17:08 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 Vladimir Voskresensky 2013-10-04 11:02:58 UTC
on Windows discovery correctly associate /ws/full/path from build log and create project (adds /ws=C:/ws mapping).
But code model can not resolve in source files directives like:
#include "/ws/full/path"

FileSearch helper should help preprocessor to track such files on Windows
Comment 1 Alexander Simon 2013-10-28 14:35:25 UTC
I cannot reproduce the bug.
Please, attach project example or steps to reproduce the bug.
Comment 2 Alexander Simon 2014-01-23 11:37:02 UTC
reproduced and fixed by VV
http://hg.netbeans.org/cnd-main/rev/db432cad0122
Comment 3 Vladimir Voskresensky 2014-01-23 12:06:54 UTC
http://hg.netbeans.org/cnd-main/rev/269a1a6abd68
Comment 4 Vladimir Voskresensky 2014-01-23 13:52:34 UTC
better fix:
http://hg.netbeans.org/cnd-main/rev/12bdc95993e7
Comment 5 Vladimir Voskresensky 2014-01-23 14:59:00 UTC
http://hg.netbeans.org/cnd-main/rev/c8d67fcf63ac
Comment 6 Vladimir Voskresensky 2014-01-23 14:59:15 UTC
The last two fixes should be ported into 7.4
Comment 7 Quality Engineering 2014-01-24 02:40:02 UTC
Integrated into 'main-silver', will be available in build *201401240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/db432cad0122
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #236756 - #include "/ws/full/path" is not resolved
Comment 8 soldatov 2014-03-21 20:52:07 UTC
I don't see any regressions in latest test report [NetBeans IDE 7.4 (Build 20140320-3f80b6998498)]
Comment 9 Quality Engineering 2014-03-26 17:08:18 UTC
Integrated into 'releases/release74', will be available in build *201403261440* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/6c3441c80055
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #236756 - #include "/ws/full/path" is not resolved
(transplanted from db432cad0122e8f9bbf9c66a77ea42956617b756)