[Mono-bugs] [Bug 23870] Changed - Can't Descend from Component (MCS 0.11)
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Apr 2002 15:56:15 -0000
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 bryan@alphora.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23870
--- shadow/23870 Thu Apr 25 11:47:58 2002
+++ shadow/23870.tmp.13496 Thu Apr 25 11:56:15 2002
@@ -1,14 +1,14 @@
Bug#: 23870
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bryan@alphora.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -63,6 +63,59 @@
Keep the builds coming!
------- Additional Comments From bryan@alphora.com 2002-04-25 11:47 -------
Created an attachment (id=1648)
Test Case with Notes
+
+------- Additional Comments From bryan@alphora.com 2002-04-25 11:56 -------
+This is also happening with StringCollection (in
+System.Collections.Specialized inside system.dll) when tring to
+compile Nant.
+
+C:\src\nant\src\NAnt>mcs *.cs
+.\DirectoryScanner.cs(57) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(58) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(61) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(62) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(65) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(66) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(68) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(72) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(81) error CS0246: Cannot find type
+`StringCollection'
+.\DirectoryScanner.cs(90) error CS0246: Cannot find type
+`StringCollection'
+.\FileSet.cs(52) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(53) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(54) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(55) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(36) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(79) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(83) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(87) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(91) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(126) error CS0246: Cannot find type `StringCollection'
+.\FileSet.cs(135) error CS0246: Cannot find type `StringCollection'
+.\Project.cs(79) error CS0246: Cannot find type `StringCollection'
+.\Project.cs(82) error CS0246: Cannot find type `XPathTextPositionMap'
+.\Project.cs(131) error CS0246: Cannot find type `StringCollection'
+.\Project.cs(139) error CS0246: Cannot find type
+`XPathTextPositionMap'
+.\PropertyDictionary.cs(30) error CS0246: Cannot find type
+`StringCollection'
+.\Target.cs(34) error CS0246: Cannot find type `StringCollection'
+.\Target.cs(65) error CS0246: Cannot find type `StringCollection'
+.\Task.cs(30) warning CS0108: The keyword new is required on
+`SourceForge.NAnt.Task._location' because it hides `Element
+._location'
+Error: Compilation failed
+
+C:\src\nant\src\NAnt>