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 154878 - Path incorrectly escape-sequenced on windows
Summary: Path incorrectly escape-sequenced on windows
Status: RESOLVED DUPLICATE of bug 153308
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-08 01:18 UTC by gns
Modified: 2009-02-19 20:29 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 gns 2008-12-08 01:18:22 UTC
When include path (-I compile option) or link path (-L link option) entries are added in a C++ project, the colon (":")
is incorrectly escape sequenced.
C:\temp becomes C\:\temp and results in the IDE failing to pick the right path.
Comment 1 Alexey Vladykin 2008-12-09 07:19:49 UTC
Thank you for report. These are known bugs, already reported as issue 150099 and 153308.
They are already fixed in trunk. You can try to use the latest dev version from
http://bits.netbeans.org/dev/nightly/latest/ to verify that the issue is completely resolved.

Feel free to reopen this IZ if you can still reproduce the bug with the nightly build.


*** This issue has been marked as a duplicate of 153308 ***