[Mono-bugs] [Bug 72814][Wis] Changed - mkbundle ignores foo.dll.config files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Mar 2005 13:23:51 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72814
--- shadow/72814 2005-02-28 13:05:49.000000000 -0500
+++ shadow/72814.tmp.7329 2005-03-16 13:23:51.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72814
Product: Mono: Tools
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: tools
AssignedTo: mono-bugs@ximian.com
ReportedBy: james@ximian.com
QAContact: mono-bugs@ximian.com
@@ -66,6 +66,11 @@
I can probably use the workaround until then. Thanks.
------- Additional Comments From james@ximian.com 2005-02-28 13:05 -------
Hmm, the workaround doesn't work because mono_config_parse is not a
public API....any other suggestions I can try for now?
+
+------- Additional Comments From lupus@ximian.com 2005-03-16 13:23 -------
+James, you can call the function even if it's not in the public header.
+Anyway, mkbundle has been changed to embed the config files as well.
+You need a runtime from svn as well.