зеркало из https://github.com/mono/mail-archives.git
141 строка
5.5 KiB
HTML
141 строка
5.5 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-bugs] [Bug 23870] Changed - Can't Descend from Component (MCS 0.11)
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
|
||
|
<LINK REL="Previous" HREF="000460.html">
|
||
|
<LINK REL="Next" HREF="000462.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-bugs] [Bug 23870] Changed - Can't Descend from Component (MCS 0.11)
|
||
|
</H1>
|
||
|
<B>bugzilla-daemon@rocky.ximian.com
|
||
|
</B>
|
||
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
||
|
TITLE="[Mono-bugs] [Bug 23870] Changed - Can't Descend from Component (MCS 0.11)">bugzilla-daemon@rocky.ximian.com
|
||
|
</A><BR>
|
||
|
<I>25 Apr 2002 15:56:15 -0000</I>
|
||
|
<P><UL>
|
||
|
<LI> Previous message: <A HREF="000460.html">[Mono-bugs] [Bug 23870] Changed - Can't Descend from Component (MCS 0.11)
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="000462.html">[Mono-bugs] [Bug 23870] Changed - Wr
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#461">[ date ]</a>
|
||
|
<a href="thread.html#461">[ thread ]</a>
|
||
|
<a href="subject.html#461">[ subject ]</a>
|
||
|
<a href="author.html#461">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>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 <A HREF="mailto:bryan@alphora.com.">bryan@alphora.com.</A>
|
||
|
|
||
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=23870">http://bugzilla.ximian.com/show_bug.cgi?id=23870</A>
|
||
|
|
||
|
--- 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: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
ReportedBy: <A HREF="mailto:bryan@alphora.com">bryan@alphora.com</A>
|
||
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
||
|
TargetMilestone: ---
|
||
|
@@ -63,6 +63,59 @@
|
||
|
Keep the builds coming!
|
||
|
|
||
|
------- Additional Comments From <A HREF="mailto:bryan@alphora.com">bryan@alphora.com</A> 2002-04-25 11:47 -------
|
||
|
Created an attachment (id=1648)
|
||
|
Test Case with Notes
|
||
|
|
||
|
+
|
||
|
+------- Additional Comments From <A HREF="mailto:bryan@alphora.com">bryan@alphora.com</A> 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>
|
||
|
|
||
|
|
||
|
</PRE>
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI> Previous message: <A HREF="000460.html">[Mono-bugs] [Bug 23870] Changed - Can't Descend from Component (MCS 0.11)
|
||
|
</A></li>
|
||
|
<LI> Next message: <A HREF="000462.html">[Mono-bugs] [Bug 23870] Changed - Wr
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#461">[ date ]</a>
|
||
|
<a href="thread.html#461">[ thread ]</a>
|
||
|
<a href="subject.html#461">[ subject ]</a>
|
||
|
<a href="author.html#461">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
</body></html>
|