[Mono-bugs] [Bug 63430][Nor] Changed - Mono incorrectly handles file names containing blancs when using UseShellExecute = false in startup info of Process

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Nov 2004 13:06:31 -0500 (EST)


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 gert.driesen@pandora.be.

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

--- shadow/63430	2004-09-29 02:06:08.000000000 -0400
+++ shadow/63430.tmp.17978	2004-11-17 13:06:31.000000000 -0500
@@ -80,6 +80,16 @@
 filename specified: c:\test folder\test.exe
 Number of command line arguments: 0
 Specify a single filename (containing blancs) as argument.
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-09-29 02:06 -------
 FYI: I can still reproduce this issue using Mono 1.0.2 on Windows.
+
+------- Additional Comments From gert.driesen@pandora.be  2004-11-17 13:06 -------
+Gonzalo, can you have another look at this issue ?
+
+This issue really makes it impossible to build applications 
+targeting Mono using NAnt on Mono/Windows, as we need to run the 
+Mono tools using the Mono runtime (which is located in the program 
+files directory, meaning there's a space in the file name).
+
+Thanks !