[Springnet-developer] Spring.NET-Daily Build Failed
Brought to you by:
aseovic,
markpollack
|
From: <mar...@co...> - 2006-03-17 16:32:48
|
CruiseControl.NET Build Results for project Spring.NET-Daily (web page <http://ciweb.codestreet.com:88/ccnet/default.aspx?_action_ViewProjectRe port=true&server=ciweb&project=Spring.NET-Daily> ) _____ BUILD FAILED Project: Spring.NET-Daily Date of build: 3/17/2006 11:17:53 AM Running time: 00:14:53 Build condition: Forced Build Last changed: 2006-03-16 16:58:24 Last log entry: Fix for european cultures using a comma instead of the decimal point. Errors: (3) Tests Failed. Nested build failed. Refer to build log for exact reason. Nested build failed. Refer to build log for exact reason. Warnings: (10) Read-only property "cvs.executable" cannot be overwritten. Read-only property "build.file" cannot be overwritten. ANTLR Parser Generator Version 2.7.5 (20050201) 1989-2005 jGuru.com ANTLR Parser Generator Version 2.7.5 (20050201) 1989-2005 jGuru.com c:\projects\daily\Spring.Net\src\Spring\Spring.Services\WindowsService\P rocess\Service.cs(165,33): warning CS1591: Missing XML comment for publicly visible type or member 'Spring.Services.WindowsServices.Process.Service.OnShutdown()' c:\projects\daily\Spring.Net\src\Spring\Spring.Services\Spring.Services. WindowsService.Gui.build(10,8): Attribute 'nowarn' for <csc ... /> is deprecated. Use the <nowarn> element instead. ANTLR Parser Generator Version 2.7.5 (20050201) 1989-2005 jGuru.com c:\projects\daily\Spring.Net\src\Spring\Spring.Core\Expressions\Parser\E xpressionLexer.cs(114,15): warning CS0618: 'System.Collections.Hashtable.Hashtable(int, float, System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: 'Please use Hashtable(int, float, IEqualityComparer) instead.' c:\projects\daily\Spring.Net\src\Spring\Spring.Core\Objects\TypeConverte rs\ResourceManagerConverter.cs(130,32): warning CS0618: 'System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202' c:\projects\daily\Spring.Net\src\Spring\Spring.Core\Util\TypeResolver.cs (107,33): warning CS0618: 'System.Reflection.Assembly.LoadWithPartialName(string)' is obsolete: 'This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202' Tests run: 2004, Failures: 0, Not run: 10, Time: 69.72 seconds All Tests Passed Warning Spring.Aop.Support.RegularExpressionMethodPointcutAdvisorTests.Serializa tion Warning Spring.Core.IO.ConfigurableResourceLoaderTests.GetHttpUrlResource Warning Spring.Expressions.ExpressionEvaluatorTests.TestProjection Warning Spring.Objects.Factory.Xml.EventWiringTests.EventWiringInstanceSinkToPro totypeSource Warning Spring.Objects.Support.PropertyComparatorTests.OrderingIsUnperturbedWith EqualProps Warning Spring.Objects.TypeConverters.StreamConverterTests.ConvertFrom Warning Spring.Objects.ObjectWrapperTests.SetIndexOutOfRangeFromListProperty Warning Spring.Pool.StessSimplePool.ScalingAgainstIncreasingNumberOfThreads Warning Spring.Util.PathMatcherTest.ThisIsATestForDebuggingPurposes Warning Spring.Web.Support.ResultTests.ParametersHavingEmbeddedCharactersThatHav eToBeEscaped Warning Details (10) Test: Spring.Aop.Support.RegularExpressionMethodPointcutAdvisorTests.Serializa tion Type: Warning Message: Can't serialize a proxied object. _____ Test: Spring.Core.IO.ConfigurableResourceLoaderTests.GetHttpUrlResource Type: Warning Message: Explicit selection required _____ Test: Spring.Expressions.ExpressionEvaluatorTests.TestProjection Type: Warning Message: Have to change projection syntax. _____ Test: Spring.Objects.Factory.Xml.EventWiringTests.EventWiringInstanceSinkToPro totypeSource Type: Warning Message: SPRNET-21 Just entered. 2005/01/05 _____ Test: Spring.Objects.Support.PropertyComparatorTests.OrderingIsUnperturbedWith EqualProps Type: Warning Message: Sort ordering is not preserved (unstable) with equal elements (c.f. System.Array.Sort (Array, IComparer))) _____ Test: Spring.Objects.TypeConverters.StreamConverterTests.ConvertFrom Type: Warning Message: Explicit selection required _____ Test: Spring.Objects.ObjectWrapperTests.SetIndexOutOfRangeFromListProperty Type: Warning Message: Addition of elements to the list via index that is out of range is not supported anymore. _____ Test: Spring.Pool.StessSimplePool.ScalingAgainstIncreasingNumberOfThreads Type: Warning Message: a try for a stress _____ Test: Spring.Util.PathMatcherTest.ThisIsATestForDebuggingPurposes Type: Warning Message: Explicit selection required _____ Test: Spring.Web.Support.ResultTests.ParametersHavingEmbeddedCharactersThatHav eToBeEscaped Type: Warning Message: How does one escape ampersands then? Modifications since last build (170) modified bbaia src/Spring/Spring.Core/Globalization/Formatters/FloatFormatter.cs Fix for european cultures using a comma instead of the decimal point. 2006-03-16 16:58:24 modified aseovic test/Spring/Spring.Core.Tests/Objects/PropertyValueTests.cs Made PropertyValue.Expression property lazily-parsed in order to improve context startup performance. 2006-03-15 23:25:44 modified aseovic src/Spring/Spring.Core/Objects/PropertyValue.cs Made PropertyValue.Expression property lazily-parsed in order to improve context startup performance. 2006-03-15 23:25:20 added aseovic src/Spring/Spring.Core/DataBinding/IDataBound.cs Added constructor to PropertyValue that accepts parsed property expression in addition to property name and value, in order to avoid duplicate parsing and improve the performance of ApplyPropertyValues method. 2006-03-15 22:44:28 modified aseovic src/Spring/Spring.Core/Objects/PropertyValue.cs Added constructor to PropertyValue that accepts parsed property expression in addition to property name and value, in order to avoid duplicate parsing and improve the performance of ApplyPropertyValues method. 2006-03-15 22:43:51 modified aseovic src/Spring/Spring.Core/Objects/Factory/Support/AbstractAutowireCapableOb jectFactory.cs Added constructor to PropertyValue that accepts parsed property expression in addition to property name and value, in order to avoid duplicate parsing and improve the performance of ApplyPropertyValues method. 2006-03-15 22:43:51 modified aseovic src/Spring/Spring.Core/Spring.Core.csproj Added constructor to PropertyValue that accepts parsed property expression in addition to property name and value, in order to avoid duplicate parsing and improve the performance of ApplyPropertyValues method. 2006-03-15 22:43:48 modified aseovic src/Spring/Spring.Core/Expressions/BaseNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/BinaryOperator.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/BooleanLiteralNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/CompareOperator.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/Expression.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/Expression.g Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/HexLiteralNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/IndexerNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/IntLiteralNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/NodeWithArguments.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/NullLiteralNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpADD.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpAND.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpDIVIDE.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpEqual.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpGreater.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpGreaterOrEqual.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpLess.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpLessOrEqual.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpMODULUS.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpMULTIPLY.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpNOT.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpNotEqual.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpOR.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpPOWER.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpSUBTRACT.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpUnaryMinus.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/OpUnaryPlus.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/PropertyOrFieldNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/RealLiteralNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/ReferenceNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/StringLiteralNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/TernaryNode.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Expressions/UnaryOperator.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic src/Spring/Spring.Core/Objects/ObjectWrapper.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic test/Spring/Spring.Core.Tests/Expressions/ExpressionEvaluatorTests.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic test/Spring/Spring.Core.Tests/Objects/ObjectWrapperTests.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic test/Spring/Spring.Core.Tests/Objects/PropertyValueTests.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic test/Spring/Spring.Core.Tests/Objects/TestObject.cs Improved test coverage for Spring.Expressions 2006-03-14 02:24:15 modified aseovic examples/Spring/SpringAir/src/SpringAir.Web/Config/Web.xml Improved test coverage for Spring.Expressions 2006-03-14 02:24:14 modified gcaprio test/Spring/Spring.Threading.Tests/Spring.Threading.Tests.csproj - Updated LinkedBlockingQueue to reflect removal of ActiveCount - Explicitly implemented CopyTo() and removed references to ActiveCount from ArrayBlockingQueue. - Added tests for ArrayBlockingQueue - Added ExecutionPolicy tests 2006-03-14 00:31:28 modified gcaprio test/Spring/Spring.Threading.Tests/Threading/Collections/ArrayBlockingQu eueTests.cs - Updated LinkedBlockingQueue to reflect removal of ActiveCount - Explicitly implemented CopyTo() and removed references to ActiveCount from ArrayBlockingQueue. - Added tests for ArrayBlockingQueue - Added ExecutionPolicy tests 2006-03-14 00:31:28 added gcaprio test/Spring/Spring.Threading.Tests/Threading/Execution/ExecutionPolicy/A bortPolicyTests.cs - Updated LinkedBlockingQueue to reflect removal of ActiveCount - Explicitly implemented CopyTo() and removed references to ActiveCount from ArrayBlockingQueue. - Added tests for ArrayBlockingQueue - Added ExecutionPolicy tests 2006-03-14 00:31:28 added gcaprio test/Spring/Spring.Threading.Tests/Threading/Execution/ExecutionPolicy/R unPriorToExecutorShutdownTests.cs - Updated LinkedBlockingQueue to reflect removal of ActiveCount - Explicitly implemented CopyTo() and removed references to ActiveCount from ArrayBlockingQueue. - Added tests for ArrayBlockingQueue - Added ExecutionPolicy tests 2006-03-14 00:31:28 modified gcaprio src/Spring/Spring.Threading/Spring.Threading.csproj - Updated LinkedBlockingQueue to reflect removal of ActiveCount - Explicitly implemented CopyTo() and removed references to ActiveCount from ArrayBlockingQueue. - Added tests for ArrayBlockingQueue - Added ExecutionPolicy tests 2006-03-14 00:31:27 modified gcaprio src/Spring/Spring.Threading/Threading/Collections/ArrayBlockingQueue.cs - Updated LinkedBlockingQueue to reflect removal of ActiveCount - Explicitly implemented CopyTo() and removed references to ActiveCount from ArrayBlockingQueue. - Added tests for ArrayBlockingQueue - Added ExecutionPolicy tests 2006-03-14 00:31:27 modified gcaprio src/Spring/Spring.Threading/Threading/Collections/LinkedBlockingQueue.cs - Updated LinkedBlockingQueue to reflect removal of ActiveCount - Explicitly implemented CopyTo() and removed references to ActiveCount from ArrayBlockingQueue. - Added tests for ArrayBlockingQueue - Added ExecutionPolicy tests 2006-03-14 00:31:27 modified gcaprio src/Spring/Spring.Core/Collections/AbstractQueue.cs - Removed RetainAll() method from CollectionUtils. - Added PriorityQueue collection. - Removed ActiveCount concept and went back to count & explicit implementation of CopyTo. 2006-03-14 00:29:11 modified gcaprio src/Spring/Spring.Core/Collections/PriorityQueue.cs - Removed RetainAll() method from CollectionUtils. - Added PriorityQueue collection. - Removed ActiveCount concept and went back to count & explicit implementation of CopyTo. 2006-03-14 00:29:11 modified gcaprio src/Spring/Spring.Core/Util/CollectionUtils.cs - Removed RetainAll() method from CollectionUtils. - Added PriorityQueue collection. - Removed ActiveCount concept and went back to count & explicit implementation of CopyTo. 2006-03-14 00:29:11 modified gcaprio test/Spring/Spring.Core.Tests/Spring.Core.Tests.csproj - Removed RetainAll() method from CollectionUtils. - Added PriorityQueue collection. - Removed ActiveCount concept and went back to count & explicit implementation of CopyTo. 2006-03-14 00:29:11 modified gcaprio test/Spring/Spring.Core.Tests/Collections/AbstractQueueTests.cs - Removed RetainAll() method from CollectionUtils. - Added PriorityQueue collection. - Removed ActiveCount concept and went back to count & explicit implementation of CopyTo. 2006-03-14 00:29:11 added gcaprio test/Spring/Spring.Core.Tests/Collections/PriorityQueueTests.cs - Removed RetainAll() method from CollectionUtils. - Added PriorityQueue collection. - Removed ActiveCount concept and went back to count & explicit implementation of CopyTo. 2006-03-14 00:29:11 modified gcaprio test/Spring/Spring.Core.Tests/Util/CollectionUtilsTests.cs - Removed RetainAll() method from CollectionUtils. - Added PriorityQueue collection. - Removed ActiveCount concept and went back to count & explicit implementation of CopyTo. 2006-03-14 00:29:11 modified aseovic test/Spring/Spring.Core.Tests/Validation/Actions/ExpressionActionTests.c s A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:53 modified aseovic test/Spring/Spring.Core.Tests/Validation/Validators/ConditionValidatorTe sts.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:53 modified aseovic test/Spring/Spring.Core.Tests/Spring.Core.Tests.csproj A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 added aseovic test/Spring/Spring.Core.Tests/DataBinding/BindingTests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 modified aseovic test/Spring/Spring.Core.Tests/DataBinding/DataBindingManagerTests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 added aseovic test/Spring/Spring.Core.Tests/Globalization/Formatters/CurrencyFormatter Tests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 added aseovic test/Spring/Spring.Core.Tests/Globalization/Formatters/DateTimeFormatter Tests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 added aseovic test/Spring/Spring.Core.Tests/Globalization/Formatters/FloatFormatterTes ts.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 added aseovic test/Spring/Spring.Core.Tests/Globalization/Formatters/IntegerFormatterT ests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 added aseovic test/Spring/Spring.Core.Tests/Globalization/Formatters/NumberFormatterTe sts.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 added aseovic test/Spring/Spring.Core.Tests/Globalization/Formatters/PercentFormatterT ests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 modified aseovic test/Spring/Spring.Core.Tests/Validation/AnyValidatorGroupTests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 modified aseovic test/Spring/Spring.Core.Tests/Validation/ExclusiveValidatorGroupTests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 modified aseovic test/Spring/Spring.Core.Tests/Validation/ValidationErrorsTests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 modified aseovic test/Spring/Spring.Core.Tests/Validation/ValidatorGroupTests.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 modified aseovic test/Spring/Spring.Core.Tests/Validation/Actions/ErrorMessageActionTests .cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:52 modified aseovic src/Spring/Spring.Web/Web/UI/Controls/ValidationError.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:51 modified aseovic src/Spring/Spring.Web/Web/UI/Controls/ValidationSummary.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:51 modified aseovic src/Spring/Spring.Web/Web/Validation/DivValidationErrorsRenderer.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:51 modified aseovic src/Spring/Spring.Web/Web/UI/AbstractWizard.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:49 modified aseovic src/Spring/Spring.Web/Web/UI/Page.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:49 modified aseovic src/Spring/Spring.Web/Web/UI/UserControl.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:49 modified aseovic src/Spring/Spring.Web/Web/UI/Controls/Calendar.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:49 modified aseovic src/Spring/Spring.Web/Spring.Web.2005.csproj A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:48 modified aseovic src/Spring/Spring.Web/Spring.Web.csproj A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:48 added aseovic src/Spring/Spring.Web/Web/Process/AbstractProcess.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:48 added aseovic src/Spring/Spring.Web/Web/Process/IProcess.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:48 added aseovic src/Spring/Spring.Web/Web/Process/IProcessAware.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:48 added aseovic src/Spring/Spring.Web/Web/Process/ProcessManager.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:48 added aseovic src/Spring/Spring.Web/Web/Support/ISharedStateAware.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:48 modified aseovic src/Spring/Spring.Web/Web/Support/PageHandlerFactory.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:48 modified aseovic src/Spring/Spring.Core/Validation/AnyValidatorGroup.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/BaseValidationAction.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/BaseValidator.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/ErrorMessage.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/ExclusiveValidatorGroup.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/IValidationAction.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/IValidator.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/ValidationConfigParser.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/ValidationErrors.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/ValidatorGroup.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/ValidatorReference.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/Actions/ErrorMessageAction.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 modified aseovic src/Spring/Spring.Core/Validation/Actions/ExpressionAction.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:47 added aseovic src/Integrations/Spring.Web.Anthem/lib/net-2.0/Anthem.dll A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 modified aseovic src/Spring/Spring.Core/Spring.Core.csproj A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 added aseovic src/Spring/Spring.Core/DataBinding/Binding.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 modified aseovic src/Spring/Spring.Core/DataBinding/DataBindingManager.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 modified aseovic src/Spring/Spring.Core/Expressions/PropertyOrFieldNode.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 added aseovic src/Spring/Spring.Core/Globalization/IFormatter.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 added aseovic src/Spring/Spring.Core/Globalization/Formatters/CurrencyFormatter.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 added aseovic src/Spring/Spring.Core/Globalization/Formatters/DateTimeFormatter.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 added aseovic src/Spring/Spring.Core/Globalization/Formatters/FloatFormatter.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 added aseovic src/Spring/Spring.Core/Globalization/Formatters/IntegerFormatter.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 added aseovic src/Spring/Spring.Core/Globalization/Formatters/NumberFormatter.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 added aseovic src/Spring/Spring.Core/Globalization/Formatters/PercentFormatter.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 modified aseovic src/Spring/Spring.Core/Objects/MutablePropertyValues.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:46 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web.config A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic examples/Spring/SpringAir/src/SpringAir2.Web/App_Code/Controllers/BookTr ipController.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Config/Web.xml A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/StandardTemplate.master A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/StandardTemplate.master .cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/BookTrip/ReservationCon firmationPage.aspx A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/BookTrip/ReservationCon firmationPage.aspx.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/BookTrip/SuggestedFligh ts.aspx A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/BookTrip/SuggestedFligh ts.aspx.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/BookTrip/TripForm.aspx A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/BookTrip/TripForm.aspx. cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/src/SpringAir2.Web/Web/BookTrip/Web.config A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/.cvsignore A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/AssemblyInfo.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Spring.Web.Anthem.2005.csproj A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Spring.Web.Anthem.build A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Spring.Web.Anthem.csproj A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Web/Process/AnthemProcess.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Web/UI/Controls/Calendar.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Web/UI/Controls/Head.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Web/UI/Controls/LocalizedImage.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Web/UI/Controls/RadioButtonGroup.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Web/UI/Controls/ValidationError.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/Web/UI/Controls/ValidationSummary.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 added aseovic src/Integrations/Spring.Web.Anthem/lib/net-1.1/Anthem.dll A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:45 modified aseovic examples/Spring/SpringAir/.cvsignore A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:44 modified aseovic examples/Spring/SpringAir/SpringAir.2005.sln A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:44 modified aseovic examples/Spring/SpringAir/src/SpringAir.Core/Domain/FlightSuggestions.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:44 modified aseovic examples/Spring/SpringAir/src/SpringAir.Web/SpringAir.csproj A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:44 modified aseovic examples/Spring/SpringAir/src/SpringAir.Web/Web/BookTrip/ReservationConf irmationPage.aspx.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:44 modified aseovic examples/Spring/SpringAir/src/SpringAir.Web/Web/BookTrip/SuggestedFlight s.aspx.cs A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:44 modified aseovic examples/Spring/SpringAir/src/SpringAir.Web/Web/BookTrip/TripForm.aspx.c s A lot of new and improved things, such as: * Finished data binding framework * Localization formatters * Anthem.NET integration * Process and Presentation Model preview implementation * Tests for data binding framework and localization formatters 2006-03-13 06:57:44 added markpollack doc/docx/2005/1.1/Spring.Aop.dxc project files for document! X for vs.net 2005 style documentation 2006-03-11 23:27:35 added markpollack doc/docx/2005/1.1/Spring.Core.dxc project files for document! X for vs.net 2005 style documentation 2006-03-11 23:27:35 added markpollack doc/docx/2005/1.1/Spring.Services.dxc project files for document! X for vs.net 2005 style documentation 2006-03-11 23:27:35 added markpollack doc/docx/2005/1.1/Spring.Web.dxc project files for document! X for vs.net 2005 style documentation 2006-03-11 23:27:35 added markpollack doc/docx/2005/1.1/spring.dxp project files for document! X for vs.net 2005 style documentation 2006-03-11 23:27:35 modified markpollack test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:07 modified markpollack test/Spring/Spring.Core.Tests/Spring.Core.Tests.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:07 modified markpollack Spring.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack Spring.include add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack sandbox/src/Spring/Spring.Data.IBatisNET/Spring.Data.IBatisNet.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack sandbox/src/Spring/Spring.Data.Orm.NHibernate/Spring.Data.Orm.NHibernate .build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Aop/Spring.Aop.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Core/Spring.Core.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Services/Spring.Services.WindowsService.Common.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Services/Spring.Services.WindowsService.Gui.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Services/Spring.Services.WindowsService.Installer.buil d add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Services/Spring.Services.WindowsService.Process.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Services/Spring.Services.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Threading/Spring.Threading.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 modified markpollack src/Spring/Spring.Web/Spring.Web.build add targets to test with mono support generation of strongly signed assemblies on all platforms improve packaging for daily builds 2006-03-11 09:41:06 |