* ToolTask.cs (RealExecute): Handle TypeLoadExceptions, compiler
[mono.git] / mcs / class / Microsoft.Build.Utilities / Microsoft.Build.Utilities / ChangeLog
index c2a2c271ca49e5feda9e8d1cc98d9c7ee9cfe0a1..aa83579f8194327d75ef9b7024652dbc731076e5 100644 (file)
@@ -1,3 +1,81 @@
+2009-04-24  Ankit Jain  <jankit@novell.com>
+
+       * ToolTask.cs (RealExecute): Handle TypeLoadExceptions, compiler
+       crashes and report them. Borrow some tricks from md.
+       (LogEventsFromTextOutput): Ignore known non-error messages. Don't
+       log unknown lines, crashes get handled elsewhere.
+
+2009-04-08  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #491828.
+       * ToolTask.cs (LogEventsFromTextOutput): Log even in case of
+       unrecognized errors.
+
+2009-02-25  Ankit Jain  <jankit@novell.com>
+
+       * ProcessService.cs, IAsyncOperation.cs, IProcessAsyncOperation.cs,
+       ProcessWrapper.cs: Brought in from monodevelop.
+       * ToolTask.cs: Use the new ProcessService to execute the tool. Honor
+       SkipTaskExecution (). Use response files, but log the contents of the
+       response file instead of "@foo.rsp". Support environmentOverrides.
+       (LogEventsFromTextOutput): Add null check.
+       * Exec.cs (GetWorkingDirectory): Use the workingDirectory property.
+
+2009-02-20  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #475438.
+       * ToolTask.cs (RealExecute): Check whether the target executable exists.
+       Log any execution errors.
+
+2008-08-06  Ankit Jain  <jankit@novell.com>
+
+       * CommandLineBuilder.cs (AppendSwitchIfNotNull): Quote individual items
+       of the array.
+
+2008-07-31  Ankit Jain  <jankit@novell.com>
+
+       * CommandLineBuilder.cs (chars): Use a char array instead of a
+       hashtable. Add ';' to the list.
+       (embeddedQuotes): Regex not required.
+       (IsQuotingRequired): Update.
+       (VerifyThrowNoEmbeddedDoubleQuotes): Update.
+       Use VerifyThrowNoEmbeddedDoubleQuotes at appropriate points (see tests).
+
+2007-05-16  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * CommandLineBuilder.cs: Add quotes when there are needed.
+
+2007-01-06  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * ToolLocationHelper.cs: Implemented GetPathToDotNetFramework () and
+       GetPathToDotNetFrameworkSdk ().
+
+2006-12-29  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * ToolTask.cs (LogEventsFromTextOutput): This method is actually
+       protected so we can't remove second parameter.
+
+2006-12-19  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * Logger.cs (FormatErrorEvent, FormatWarningEvent): Write only (a) or
+       (a,b) or (a,b,c,d).
+
+       * CommandLineBuilder.cs: Added null checks.
+
+2006-12-18  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * CommandLineBuilder.cs (VerifyThrowNoEmbeddedDoubleQuotes):
+       Implemented.
+
+2006-12-04  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * TaskItem.cs: Add a hack that will replace '\\' with
+       Path.DirectorySeparatorChar.
+
+2006-12-04  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * ToolTask.cs: Changed importance to Normal.
+
 2006-10-08  Marek Sieradzki  <marek.sieradzki@gmail.com>
 
        * TaskLoggingHelper.cs: Changed "" to String.Empty.