X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FCscompmgd%2FMicrosoft.CSharp%2FCompiler.cs;h=5b75d9c890481c3675cad5caaae9f5637ca0e183;hb=28f473c41df72b278eaf9784c29c2b8fa2cbe06a;hp=043f122163d53edc8c7de2171cd090b7e3ebeb35;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/class/Cscompmgd/Microsoft.CSharp/Compiler.cs b/mcs/class/Cscompmgd/Microsoft.CSharp/Compiler.cs index 043f122163d..5b75d9c8904 100644 --- a/mcs/class/Cscompmgd/Microsoft.CSharp/Compiler.cs +++ b/mcs/class/Cscompmgd/Microsoft.CSharp/Compiler.cs @@ -36,9 +36,7 @@ using System.Text.RegularExpressions; namespace Microsoft.CSharp { -#if NET_2_0 [System.Obsolete] -#endif public class Compiler { private Compiler() @@ -100,6 +98,7 @@ namespace Microsoft.CSharp { mcs.StartInfo.CreateNoWindow = true; mcs.StartInfo.UseShellExecute = false; mcs.StartInfo.RedirectStandardOutput = true; + mcs.StartInfo.RedirectStandardError = true; try { mcs.Start ();