[Mono-bugs] [Bug 68519][Nor] Changed - Mono localized resource embedding failure

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Oct 2004 14:01:35 -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 tberman@off.net.

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

--- shadow/68519	2004-10-18 13:50:59.000000000 -0400
+++ shadow/68519.tmp.30083	2004-10-18 14:01:35.000000000 -0400
@@ -48,6 +48,15 @@
 ------- Additional Comments From sanand@novell.com  2004-10-18 13:49 -------
 Anand Sinha: This problem happens only when I use the following:
 > "mcs -resource:../some/path/NameOfResource.resource ...". 
 It works fine if I use the following command to compile:
 > "mcs -resource:NameOfResource.resource ..."
 
+
+------- Additional Comments From tberman@off.net  2004-10-18 14:01 -------
+This is actually a long standing 'bug'
+
+In csc if you do /resource:../some/path/to/a/file it inserts the file
+with the id 'file', where as mcs inserts the file with the id
+'../some/path/to/a/file'. The workaround is to do
+/resource:../some/path/to/a/file,file . However, I am 100% sure that
+this is an mcs bug (although I have been told it isnt).