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

Summary: Path incorrectly escape-sequenced on windows
Product: cnd Reporter: gns <gns>
Component: ProjectAssignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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 ***