MSBuild Explorers Team WebLog

Color Logger Finalization (Posted by Charley Zhang)

Microsoft (R) Build Engine Version 2.0.40607.14
[Microsoft .NET Framework, Version 2.0.40607.14]
Copyright (C) Microsoft Corporation 2004. All rights reserved.

Build started.

Project "WindowsApplication2.csproj"
Target "PrepareForBuild" in project "WindowsApplication2.csproj"
  Creating directory ".\bin\Debug\".
Target "Compile" in project "WindowsApplication2.csproj"
  Csc.exe /noconfig /warn:4 /define:DEBUG;TRACE /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.4
  0607\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.dll /referenc
  e:C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\System.Drawing.dll /reference:C:\WINDOWS\Microsoft
  .NET\Framework\v2.0.40607\System.Windows.Forms.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v
  2.0.40607\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\WindowsApplication2.exe /re
  source:obj\Debug\WindowsApplication2.Properties.Resources.resources /target:winexe Form1.cs Form1.
  Designer.cs Program.cs Properties\AssemblyInfo.cs Properties\Resources.cs Properties\Settings.cs

Program.cs
Line(22,32): error CS1002: ; expected
Done building target "Compile" in project "WindowsApplication2.csproj" -- FAILED.
Done building project "WindowsApplication2.csproj" -- FAILED.

Build finished. -- FAILED       00:00:00.3289440

 - - - Summary of Errors: 1 Errors - - -
Program.cs: error CS1002: ; expected

 - - - Summary of Warnings: 0 Warnings - - -

 

Above is a sample of the Color Logger output at normal verbosity, character width set at 100, and sound turned off. We plan to “ship” the logger tomorrow, so if you have any suggestions or comments... make them now or forever hold your peace :-) Below is the rubric we are following:

 

o – output on error or warning

x – output regardless of state

z – output only if subsequent message within target needs to be logged

 

quiet

minimal

normal

detailed

diagnostic

Build started

 

 

x

x

x

Build finished

 

o

x

x

x

Project started message

 

 

x

x

x

Project finished message

 

 

x

x

x

Target started message

 

 

z

x

x

Target class details

 

 

 

 

x

Target finished message

 

o

o

o

x

Task started message

 

 

 

x

x

Task started file

 

 

 

x

x

Task parameter details

 

 

 

x

x

Task class details

 

 

 

 

x

Task finished message

 

 

 

 

x

Messages (low importance)

 

 

 

 

x

Messages (medium importance)

 

 

x

x

x

Messages (high importance)

 

 

x

x

x

Warnings

x

x

x

x

x

Errors

x

x

x

x

x

Property/Item context

 

 

 

 

x

Summary

 

o

x

x

x

Published Tuesday, July 20, 2004 2:26 PM by MSBuildExplorers
Filed under:

Comments

No Comments
Anonymous comments are disabled

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker