[Mono-bugs] [Bug 72814][Wis] Changed - mkbundle ignores foo.dll.config files
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 12:35:49 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72814
--- shadow/72814 2005-02-22 12:25:28.000000000 -0500
+++ shadow/72814.tmp.18981 2005-02-22 12:35:49.000000000 -0500
@@ -38,6 +38,17 @@
------- Additional Comments From james@ximian.com 2005-02-22 12:25 -------
What if gtk-sharp's config file changes? What if one of the
assemblies I'm using suddenly adds a config file in a later release?
Requiring the developer to manage all of that is just a pain --
especially when we could just embed those automatically...
+
+------- Additional Comments From miguel@ximian.com 2005-02-22 12:35 -------
+James,
+
+ The .config file will not change if you are bundling Gtk# yourself,
+you have control over that. Now, lets say that the mapping must
+change. For example the user removes the current Gtk and upgrades, and
+you need a mapping. If we bundle them, then you are screwed, if we
+dont you have a chance of creating the mapping yourself.
+
+