[Mono-bugs] [Bug 74790][Maj] Changed - Problems with longish paths under Windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 1 May 2005 20:05:06 -0400 (EDT)


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 vargaz@gmail.com.

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

--- shadow/74790	2005-05-01 15:03:25.000000000 -0400
+++ shadow/74790.tmp.1795	2005-05-01 20:05:06.000000000 -0400
@@ -55,6 +55,13 @@
 mono ./xsp.exe
 
 Everything works fine.
 
 Can someone verify this?
 
+
+------- Additional Comments From vargaz@gmail.com  2005-05-01 20:05 -------
+Thats because the runtime is a windows application, so it expects a
+windows style path on its command line, e.g.
+mono `cygpath -w /usr/local/lib/mono/1.0/xsp.exe`
+
+