[Mono-bugs] [Bug 74624][Nor] Changed - mkbundle should copy .config files from the GAC
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 05:09:21 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74624
--- shadow/74624 2005-04-15 13:26:29.000000000 -0400
+++ shadow/74624.tmp.21289 2005-04-16 05:09:21.000000000 -0400
@@ -1,21 +1,30 @@
Bug#: 74624
Product: Mono: Tools
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: tools
AssignedTo: jackson@ximian.com
ReportedBy: james@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: gacutil should copy .config files to the package dir
+Summary: mkbundle should copy .config files from the GAC
gacutil copies dll config files to the gacdir already, but it does not copy
them to the package dir. It should do this, as they won't get picked up by
mkbundle otherwise.
+
+------- Additional Comments From rharinath@novell.com 2005-04-16 05:09 -------
+hmm.
+
+Rather, we should put it as: mkbundle should pick dlls and their
+.configs from the GAC, since it's essentially creating the runtime
+environment.
+
+The packages directories should only be used while compiling C# code.