[Mono-bugs] [Bug 50063][Wis] New - Please add support for @file command-line-as-file invocation of msc
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 23 Oct 2003 14:41:23 -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 stevel@apache.org.
http://bugzilla.ximian.com/show_bug.cgi?id=50063
--- shadow/50063 2003-10-23 14:41:22.000000000 -0400
+++ shadow/50063.tmp.24503 2003-10-23 14:41:23.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 50063
+Product: Mono/MCS
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: stevel@apache.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Please add support for @file command-line-as-file invocation of msc
+
+We are about to patch Apache Ant's <csc> task to deal with the fact that
+classic CSC on Windows cannot handle more than a few hundred arguments
+coming in via exec(), that being exactly what <csc> does when it lists a
+few hundred .cs files to get compiled.
+
+The fix will be that if the number of files is over, say, 200, then we will
+save all command options to a file and then call csc @filename to get the
+commands in that way.
+
+Please can you add support for the same mechanism to msc -if is there it is
+not documented- so that people can switch their build to msc simply by
+changing the name of the executable.
+
+thanks,