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 100907

Summary: Impossible to build Project From Exsting Code if sources are placed by path with spaces on one disk and project files on another disk
Product: cnd Reporter: Maria Tishkova <mromashova>
Component: ProjectAssignee: Thomas Preisler <thp>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Maria Tishkova 2007-04-13 09:06:01 UTC
Steps to reproduce:
1. Create Project From Existing Code, select Makefile from f.E. C:/Documents and
Settings/user_name/folder
2. Point project location to another disk D:/temp f.E.

Try to build project: failed, 
/bin/sh: line 0: cd: C:/Documents: No such file or directory



We have in Makefile-Default.mk the following line:
cd C:/Documents and Settings/<path_to_sources_folder>

This is very high priority task.
Comment 1 Thomas Preisler 2007-04-19 19:59:16 UTC
Fixed. Escaping spaces in cd command.