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 190784 - Code mode does not resolve include directives
Summary: Code mode does not resolve include directives
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-10-05 19:22 UTC by Alexander Simon
Modified: 2010-10-09 15:23 UTC (History)
1 user (show)

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 Alexander Simon 2010-10-05 19:22:11 UTC
Last changes result in broken include directives if project and sources have a different drive.
For example I have a CLucene sources in D: drive and project in document and settings on C: drive.
About 5 days ago my project start to have a broken include directives like this:
#include "CLucene/util/VoidMap.h"

Project created on drive D: is ok.
Comment 1 Alexander Pepin 2010-10-06 13:48:36 UTC
It's a regression and a showstopper for M2.
Comment 2 Vladimir Kvashin 2010-10-08 13:18:13 UTC
fixed
http://hg.netbeans.org/cnd-main/rev/e6f779567646
Comment 3 Quality Engineering 2010-10-09 15:23:46 UTC
Integrated into 'main-golden', will be available in build *201010090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e6f779567646
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #190784 -  Code mode does not resolve include directives