Documentation

version : 1.3.0.3007

Latest
Next
Previous
 
Build Report
NUnit Details
NUnit Timings
NAnt Output
NAnt Timings
NCover Report
 
Recent Builds
2008-08-16 12:45:53 (135)
2008-08-13 08:55:08 (134)
2008-08-13 08:28:43 (133)
2008-08-10 10:56:57 (132)
2008-08-10 07:20:52 (Failed)
2008-08-10 06:30:09 (131)
2008-08-07 11:04:38 (130)
2008-08-07 07:17:55 (Failed)
2008-08-06 02:38:13 (Failed)
2008-08-05 13:50:30 (Failed)
Show All
BUILD EXCEPTION
Error Message: ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: Working copy '.' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) . Process command: svn.exe update --revision 407 --username mvccontrib --password RN3nV8MF5AD2 --non-interactive --no-auth-cache at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute(ProcessInfo processInfo) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Svn.GetSource(IIntegrationResult result) at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Build(IIntegrationResult result)
Project: MVCContrib
Date of build: 2008-06-22 03:06:39
Running time: 00:00:03
Integration Request: Jeffrey triggered a build (ForceBuild)
Last changed: 2008-06-21 14:54:49
Last log entry:
Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. 

Modifications since last build (117)
Added Jeremy.Skinner /trunk/src/MvcContrib.Castle/ICastleBindingContainer.cs Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. 2008-06-21 14:54:49
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. 2008-06-21 14:54:49
Modified Jeremy.Skinner /trunk/src/MvcContrib.Castle/MvcContrib.Castle.csproj Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. 2008-06-21 14:54:49
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/MetaData/CastleBinderTester.cs Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. 2008-06-21 14:54:49
Modified Jeremy.Skinner /trunk/src/MvcContrib.Castle/CastleBinder.cs Issue #2381 - CastleBinder now makes the IDataBinder available to the controller if it implements ICastleBindingContainer. 2008-06-21 14:54:49
Modified Jeremy.Skinner /trunk/src/MvcContrib.ObjectBuilder/Configuration/ContainerXmlConfigElement.xsd Issue #2295 - ContainerXMLConfigElement.xsd - duplicated at line 93 2008-06-21 11:29:19
Modified Jeremy.Skinner /trunk/src/MvcContrib.TestHelper/MvcContrib.TestHelper/TestControllerBuilder.cs Issue #2356 - TestControllerBuilder should return a NameValueCollection containing both QueryString and Form when Request.Params is invoked. 2008-06-21 05:37:50
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/TestHelper/ControllerBuilderTests.cs Issue #2356 - TestControllerBuilder should return a NameValueCollection containing both QueryString and Form when Request.Params is invoked. 2008-06-21 05:37:50
Modified Jeremy.Skinner /trunk/src/MVCContrib/MVCContrib.csproj Patch #1327 - timtas - Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream. - Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. 2008-06-20 09:39:44
Added Jeremy.Skinner /trunk/src/MVCContrib/ActionResults/BinaryResult.cs Patch #1327 - timtas - Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream. - Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. 2008-06-20 09:39:44
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj Patch #1327 - timtas - Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream. - Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. 2008-06-20 09:39:44
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/ConventionController/ConventionControllerTester.cs Patch #1327 - timtas - Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream. - Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. 2008-06-20 09:39:44
Modified Jeremy.Skinner /trunk/src/MVCContrib/ConventionController.cs Patch #1327 - timtas - Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream. - Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. 2008-06-20 09:39:44
Added Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/ActionResults/BinaryActionResultTester.cs Patch #1327 - timtas - Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream. - Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. 2008-06-20 09:39:44
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/ConventionController/TestController.cs Patch #1327 - timtas - Added MvcContrib.ActionResults.BinaryResult which writes the specified byte array to the response stream. - Added MvcContrib.ConventionController.Binary method, which returns a BinaryResult. 2008-06-20 09:39:44
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/UI/Html/HtmlGridTester.cs Patch #1416/1417 - simone_b - Makes RangeValidator culture invariant. - Fixes tests that fail on non-english machines. 2008-06-20 09:20:42
Modified Jeremy.Skinner /trunk/src/MVCContrib/UI/Tags/Validators/RangeValidator.cs Patch #1416/1417 - simone_b - Makes RangeValidator culture invariant. - Fixes tests that fail on non-english machines. 2008-06-20 09:20:42
Added jeremy.skinner@gmail.com /trunk/src/MVCContrib/Interfaces/IRescuable.cs Adding missing IRescuable.cs 2008-06-20 04:38:48
Modified jeremy.skinner@gmail.com /trunk/nant.build Removing NDepend from the Analyse target as it has expired. 2008-06-20 04:05:22
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/ConventionController/DefaultActionController.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/MetaData/FilterTester.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib/Attributes/RescueAttribute.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/ConventionController/ConventionControllerActionInvokerTester.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib/MVCContrib.csproj Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib/ConventionControllerActionInvoker.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlControllerFactoryTester.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/ConventionController/ConventionControllerTester.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/ConventionController/RescueTester.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib/ConventionController.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/ConventionController/ConventionRescueTester.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/ConventionController/TestController.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Modified jeremy.skinner@gmail.com /trunk/src/MVCContrib.UnitTests/MetaData/ControllerDescriptorTester.cs Patch #1414 - alley - Moved most of the ConventionController code to ConventionConrollerActionInvoker - Modified RescueAttribute to look for IRescuable instead of ConventionController to call OnPreRescue Applied with modifications: - Left a minimal ConventionController in the project. 2008-06-20 04:02:39
Added Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/MetaData/CastleSimpleBinderTester.cs Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. 2008-06-14 08:24:59
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. 2008-06-14 08:24:59
Added Jeremy.Skinner /trunk/src/MvcContrib.Castle/CastleSimpleBinder.cs Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. 2008-06-14 08:24:59
Modified Jeremy.Skinner /trunk/src/MvcContrib.Castle/MvcContrib.Castle.csproj Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. 2008-06-14 08:24:59
Added Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/MetaData/CastleBinderTester.cs Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. 2008-06-14 08:24:59
Added Jeremy.Skinner /trunk/src/MvcContrib.Castle/CastleControllerDescriptor.cs Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. 2008-06-14 08:24:59
Added Jeremy.Skinner /trunk/src/MvcContrib.Castle/CastleBinder.cs Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. 2008-06-14 08:24:59
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/MetaData/ControllerDescriptorTester.cs Adding implementations of IParameterBinder that use Castle's Binder and DefaultConverter. 2008-06-14 08:24:59
Modified Jeremy.Skinner /trunk/nant.build Modifying build script - Allows for a custom path to NCover to be specified on the command line. - Commenting out build-help target as SandcastleBuilderConsole.exe no longer seems to be in the repository. 2008-06-13 12:59:03
Modified Jeremy.Skinner /trunk/src/MVCContrib/Hash.cs Hash now inherits from Hash<object> rather than HybridDictionary so it can be used with parameters that accept an IDictionary<string, object> as well as IDictionary. Fixing a test that fails under .NET 3.5 SP1. 2008-06-13 12:57:17
Modified Jeremy.Skinner /trunk/src/MVCContrib.UnitTests/ConventionController/RescueTester.cs Hash now inherits from Hash<object> rather than HybridDictionary so it can be used with parameters that accept an IDictionary<string, object> as well as IDictionary. Fixing a test that fails under .NET 3.5 SP1. 2008-06-13 12:57:17
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/ConventionController/RescueTester.cs Un-ignored test that fails locally. 2008-06-13 04:45:36
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Exceptions Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/nant.build Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/MvcContrib.NHamlViewEngine.csproj Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/ViewBuilder.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/NHamlViewFactory.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/CompilationContext.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/TestFixtureBase.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlViewTester.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/ConventionController/RescueTester.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Rules Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/MarkupRule.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Added andrew.john.peters /trunk/bin/nhaml Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/CompiledView.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/TypeBuilder.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/NHamlView.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/FunctionalTester.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Utilities/StringSet.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/TemplateCompilerTester.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Results Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/ICompiledView.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/InputLineTester.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Added andrew.john.peters /trunk/bin/nhaml/NHaml.dll Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Utilities/StringUtils.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Shared Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/TemplateCompiler.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Utilities/Invariant.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/InputLine.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/BlockClosingAction.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Utilities/Extensions.cs Removed NHaml core - now hosted at http://code.google.com/p/nhaml/ 2008-06-13 04:22:21
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Rules/TagMarkupRule.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlConfigurationTester.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/ViewBuilder.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/NHamlViewFactory.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/CompilationContext.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/MVCContrib.UnitTests.csproj - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/CompiledView.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Rules/EvalMarkupRule.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/FunctionalTester.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Utilities/StringSet.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Deleted andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/IAttributeEvaluator.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/TemplateCompilerTester.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/InputLineTester.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/Comments.haml - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Added andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Results/AttributeEval.xhtml - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Utilities/Invariant.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/OriginalEngine.haml - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/TemplateCompiler.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/Welcome.haml - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/InputLine.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/BlockClosingAction.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Exceptions/ViewCompilationException.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Rules/DocTypeMarkupRule.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/MvcContrib.NHamlViewEngine.csproj - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlViewTester.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/TestFixtureBase.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlControllerFactoryTester.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Exceptions/SyntaxException.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/MarkupRule.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Added andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/AttributeEval.haml - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/TypeBuilder.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/NHamlView.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/NHamlControllerFactory.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Rules/PartialMarkupRule.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/INHamlView.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Rules/CommentMarkupRule.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Rules/SilentEvalMarkupRule.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/Templates/ReferenceExample2.haml - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Utilities/Extensions.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MVCContrib.UnitTests/NHamlViewEngine/NHamlViewFactoryTester.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34
Modified andrew.john.peters /trunk/src/MvcContrib.NHamlViewEngine/Rules/NullMarkupRule.cs - NHaml: Improves tag attribute compilation performance based on feedback from Andrey Mereskin. - NHaml: Ran R# code cleanup. 2008-06-04 21:56:34


Tests run: 1080, Failures: 0, Not run: 0, Time: 45.25 seconds
All Tests Passed



NCoverExplorer Code Coverage Summary: Mvc Contrib
Module
Coverage %
Acceptance %
Verdict
Mvc Contrib Total 0.0% 95% FAIL
 
Unvisited Sequence Points: 0 Files: 0
Total Sequence Points: 0 Classes 0
Non Comment Lines: 0 Functions: 0