[Mono-bugs] [Bug 80571][Nor] Changed - [PATCH] resgen support for /usesourcepath (2.0)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 6 10:30:06 EST 2007


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 frederik.carlier at ugent.be.

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

--- shadow/80571	2007-02-06 07:20:24.000000000 -0500
+++ shadow/80571.tmp.27761	2007-02-06 10:30:06.000000000 -0500
@@ -42,6 +42,9 @@
   parts [0] = Path.Combine (BasePath, parts [0]);
 however, this doesn't deal with relative paths correctly (if escaped
 to the parent directory)
 You should add an extra line, like this:
   parts [0] = Path.GetFullPath (parts [0]);
 But, this is currently broken on Mono. See bug 80737 for more on that.
+
+------- Additional Comments From frederik.carlier at ugent.be  2007-02-06 10:30 -------
+Never mind that, MONO_IOMAP=all takes care of that. 


More information about the mono-bugs mailing list