[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:43:12 -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-22 12:35:49.000000000 -0500
+++ shadow/72814.tmp.19129 2005-02-22 12:43:12.000000000 -0500
@@ -49,6 +49,14 @@
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.
+
+------- Additional Comments From lupus@ximian.com 2005-02-22 12:43 -------
+James, I didn't say anywhere that the bug is not going to be fixed.
+I just pointed out to you a very easy to implement workaround so that
+this issue is not a blocker for whatever you are doing.
+Besides a simple grep is enough to extract the needed info:
+grep -v configuration gtk-sharp.dll.config
+