[Mono-bugs] [Bug 52136][Wis] New - Resources storing pathinfo when/if they shouldnt
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 13 Dec 2003 03:11:20 -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 tberman@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=52136
--- shadow/52136 2003-12-13 03:11:20.000000000 -0500
+++ shadow/52136.tmp.5881 2003-12-13 03:11:20.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 52136
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tberman@gentoo.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Resources storing pathinfo when/if they shouldnt
+
+Attached is a test case.
+
+to use it you have to create a file named File.txt, if you compile with
+this command line:
+
+mcs /resource:File.txt test.cs
+
+you will get "No bug"
+
+if you put the File.txt in a different directory and compile it with this
+command line:
+
+mcs /resource:tmp/File.txt test.cs
+
+when you run it you will get a error.
+
+I dont know if MS just doesnt store path information for resources, or if
+it does, and the function goes and drills down through paths to find resources.
+
+I am assuming that MS just doesnt support pathinfo