[Mono-bugs] [Bug 24144] Changed - --recurse does not work

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 May 2002 05:22:04 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=24144

--- shadow/24144	Thu May  2 19:34:02 2002
+++ shadow/24144.tmp.29015	Mon May  6 01:22:04 2002
@@ -1,14 +1,14 @@
 Bug#: 24144
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: joe@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -19,6 +19,14 @@
 The --recurse option does not seem to actually recurse.
 
 To test, create a file with class A and put it in the directory
 level1/level2.  Create a file with class B deriving from class A and put it
 in the directory level1.  Then run the compiler with --recurse *.cs in
 level1.  You'll get a "Can not find type `A`" because it's not being pulled in.
+
+------- Additional Comments From miguel@ximian.com  2002-05-06 01:22 -------
+You have to use 
+
+mcs --recurse '*.cs', otherwise the pattern becomes the names
+of the file in the current directory.
+
+