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 - Impossible to build Project From Exsting Code if sources are placed by path with spaces on one disk and project files on another disk
Summary: Impossible to build Project From Exsting Code if sources are placed by path w...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-13 09:06 UTC by Maria Tishkova
Modified: 2007-04-19 19:59 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 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.