[Mono-bugs] [Bug 76563][Maj] Changed - "gacutil -u gecko-sharp,
" causes all assemblies to be removed from GAC
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 26 12:51:14 EDT 2005
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 grompf at sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76563
--- shadow/76563 2005-10-26 12:40:56.000000000 -0400
+++ shadow/76563.tmp.23705 2005-10-26 12:51:14.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: alp at atoker.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -23,6 +23,24 @@
$ gacutil -l
Unhandled Exception: System.IO.DirectoryNotFoundException: Directory
'/opt/mono/lib/mono/gac' not found.
It seems that the trailing comma confused gacutil.
+
+------- Additional Comments From grompf at sublimeintervention.com 2005-10-26 12:51 -------
+Index: driver.cs
+=======================================================
+============
+--- driver.cs (revision 52239)
++++ driver.cs (working copy)
+@@ -326,6 +326,7 @@
+ Hashtable asm_info = new Hashtable ();
+
+ foreach (string item in assembly_pieces) {
++ if (item == "") continue;
+ string[] pieces = item.Trim ().Split (new char[] { '=' }, 2);
+ if(pieces.Length == 1)
+ asm_info ["assembly"] = pieces [0];
+
+ok to commit?
+
More information about the mono-bugs
mailing list