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 178741

Summary: [Windows] BUILD FAILED: cannot create directory. File name too long
Product: cnd Reporter: dnikitin <dnikitin>
Component: ProjectAssignee: Thomas Preisler <thp>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: output

Description dnikitin 2009-12-16 09:17:46 UTC
Created attachment 92673 [details]
output

Product Version: NetBeans IDE 6.8 (Build 200912041610)
Java: 1.6.0_17; Java HotSpot(TM) Client VM 14.3-b01
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
------------------------------------------------
-- create Project
-- add existing file
-- build 
==> Build Failed

mkdir: cannot create directory `build/Debug/Cygwin_4.x-Windows/_ext/C_/working/dn156283/testbase/tests/build/test/qa-functional/data/cnd/projects/TestAddExistingItem': File name too long

length of string < 250
Comment 1 Vladimir Kvashin 2009-12-16 12:41:53 UTC
The *full* path is longer than 250 - it is 266 symbols long. I guess it is the reason of the failure.
Comment 2 Thomas Preisler 2010-04-01 20:27:41 UTC
fixed.
Comment 3 Quality Engineering 2010-04-02 04:47:41 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3ad92b4627b3
User: Thomas Preisler <thp@netbeans.org>
Log: #178741 - [Windows] BUILD FAILED: cannot create directory. File name too long