[Mono-bugs] [Bug 28877][Maj] New - Files with spaces in the pathname

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
13 Aug 2002 08:21:11 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by mike@icsharpcode.net.

http://bugzilla.ximian.com/show_bug.cgi?id=28877

--- shadow/28877	Tue Aug 13 04:21:11 2002
+++ shadow/28877.tmp.6612	Tue Aug 13 04:21:11 2002
@@ -0,0 +1,56 @@
+Bug#: 28877
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mike@icsharpcode.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Files with spaces in the pathname
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Response files with filenames that contain 
+spaces in the path.
+
+Steps to reproduce the problem:
+1. Create a C# file with name C:\Hello World\main.cs
+2. Create a response file :
+"C:\Hello World\main.cs"
+
+3. run monomcs @resfile
+
+Actual Results:
+
+error CS2001: Source file '"C:\Hello' could not be opened
+error CS2001: Source file 'World\main.cs"' could not be opened
+Compilation failed: 2 error(s), 0 warnings
+
+Expected Results:
+
+No error
+
+How often does this happen? 
+
+Every time
+
+Additional Information: 
+
+I tried :
+C:\\Hello\ World\\main.cs
+
+and :
+
+'C:\Hello World\main.cs'
+
+too, but didn't work either.