Branch: refs/heads/master
Home:   http://github.com/castleproject/NVelocity

Commit: 569b7937a39eef8f88a54be9e9221035cf4301a8
    
http://github.com/castleproject/NVelocity/commit/569b7937a39eef8f88a54be9e9221035cf4301a8
Author: hconceicao <[email protected]>
Date:   2010-08-23 (Mon, 23 Aug 2010)

Changed paths:
  A src/NVelocity.Tests/Bugs/NVelocity09.cs
  A src/NVelocity.Tests/Bugs/NVelocity14.cs
  M src/NVelocity.Tests/NVelocity.Tests-vs2008.csproj
  M src/NVelocity.Tests/Test/TemplateTestCase.cs
  A src/NVelocity.Tests/templates/nv09.vm
  A src/NVelocity.Tests/templates/nv14.vm
  M src/NVelocity/AssemblyInfo.cs

Log Message:
-----------
issues regression tests


Commit: 35d97c067ee77c0a3abfaae361cc5fc9eb36faab
    
http://github.com/castleproject/NVelocity/commit/35d97c067ee77c0a3abfaae361cc5fc9eb36faab
Author: hconceicao <[email protected]>
Date:   2010-08-23 (Mon, 23 Aug 2010)

Changed paths:
  A src/NVelocity.Tests/Bugs/NVelocity37.cs
  M src/NVelocity.Tests/NVelocity.Tests-vs2008.csproj
  A src/NVelocity.Tests/templates/nv37.vm

Log Message:
-----------
issues regression tests


Commit: 5884c71c2d70e8658286f01044dcfd20019cbb97
    
http://github.com/castleproject/NVelocity/commit/5884c71c2d70e8658286f01044dcfd20019cbb97
Author: hconceicao <[email protected]>
Date:   2010-08-23 (Mon, 23 Aug 2010)

Changed paths:
  M src/NVelocity.Tests/App.config
  M src/NVelocity.Tests/ArithmeticExpressionTestCase.cs
  M src/NVelocity.Tests/AssemblyResourceLoaderTestCase.cs
  M src/NVelocity.Tests/Bugs/NVelocity09.cs
  M src/NVelocity.Tests/Bugs/NVelocity11.cs
  M src/NVelocity.Tests/Bugs/NVelocity14.cs
  M src/NVelocity.Tests/Bugs/NVelocity37.cs
  M src/NVelocity.Tests/DuckTestCase.cs
  M src/NVelocity.Tests/MultiThreadTestCase.cs
  M src/NVelocity.Tests/Test/AjaxHelper2.cs
  M src/NVelocity.Tests/Test/AmbiguousExceptionTestCase.cs
  M src/NVelocity.Tests/Test/BaseTestCase.cs
  M src/NVelocity.Tests/Test/Commons/LRUMapTest.cs
  M src/NVelocity.Tests/Test/Commons/StringTokenizerTest.cs
  M src/NVelocity.Tests/Test/CommonsTest.cs
  M src/NVelocity.Tests/Test/ComponentDirectiveTestCase.cs
  M src/NVelocity.Tests/Test/ContextTest.cs
  M src/NVelocity.Tests/Test/DictHelper.cs
  M src/NVelocity.Tests/Test/EncodingTestCase.cs
  M src/NVelocity.Tests/Test/Extensions/CustomRenderingTestCase.cs
  M src/NVelocity.Tests/Test/ForeachTest.cs
  M src/NVelocity.Tests/Test/IntrospectorTest.cs
  M src/NVelocity.Tests/Test/MacroTestCase.cs
  M src/NVelocity.Tests/Test/MethodCallTestCase.cs
  M src/NVelocity.Tests/Test/ObjectComparisonTestCase.cs
  M src/NVelocity.Tests/Test/ParserTest.cs
  M src/NVelocity.Tests/Test/Provider/BoolObj.cs
  M src/NVelocity.Tests/Test/Provider/Child.cs
  M src/NVelocity.Tests/Test/Provider/Person.cs
  M src/NVelocity.Tests/Test/Provider/TestProvider.cs
  M src/NVelocity.Tests/Test/StringInterpolationTestCase.cs
  M src/NVelocity.Tests/Test/TemplateTestCase.cs
  M src/NVelocity.Tests/Test/VTLTest.cs
  M src/NVelocity.Tests/Test/VelocimacroTestCase.cs
  M src/NVelocity.Tests/Test/VelocityAppTestCase.cs
  M src/NVelocity.Tests/Test/VelocityTest.cs
  M src/NVelocity/App/Events/EventCartridge.cs
  M src/NVelocity/App/Events/EventHandler.cs
  M src/NVelocity/App/Events/MethodExceptionEventHandler.cs
  M src/NVelocity/App/Events/NullSetEventHandler.cs
  M src/NVelocity/App/Events/ReferenceInsertionEventHandler.cs
  M src/NVelocity/App/FieldMethodizer.cs
  M src/NVelocity/App/Tools/VelocityFormatter.cs
  M src/NVelocity/App/Velocity.cs
  M src/NVelocity/App/VelocityEngine.cs
  M src/NVelocity/Commons/Collections/CollectionsUtil.cs
  M src/NVelocity/Commons/Collections/ExtendedProperties.cs
  M src/NVelocity/Commons/Collections/IOrderedDictionary.cs
  M src/NVelocity/Commons/Collections/KeyedListEnumerator.cs
  M src/NVelocity/Commons/Collections/LRUMap.cs
  M src/NVelocity/Commons/Collections/PropertiesReader.cs
  M src/NVelocity/Commons/Collections/PropertiesTokenizer.cs
  M src/NVelocity/Commons/Collections/StringTokenizer.cs
  M src/NVelocity/Context/AbstractContext.cs
  M src/NVelocity/Context/IContext.cs
  M src/NVelocity/Context/IInternalContextAdapter.cs
  M src/NVelocity/Context/IInternalEventContext.cs
  M src/NVelocity/Context/IInternalWrapperContext.cs
  M src/NVelocity/Context/InternalContextAdapterImpl.cs
  M src/NVelocity/Context/InternalContextBase.cs
  M src/NVelocity/Context/VMContext.cs
  M src/NVelocity/Exception/MethodInvocationException.cs
  M src/NVelocity/Exception/ParseErrorException.cs
  M src/NVelocity/Exception/ResourceNotFoundException.cs
  M src/NVelocity/Exception/VelocityException.cs
  M src/NVelocity/IDuck.cs
  M src/NVelocity/Runtime/Directive/BlockComponent.cs
  M src/NVelocity/Runtime/Directive/Component.cs
  M src/NVelocity/Runtime/Directive/Directive.cs
  M src/NVelocity/Runtime/Directive/DirectiveManager.cs
  M src/NVelocity/Runtime/Directive/Foreach.cs
  M src/NVelocity/Runtime/Directive/IDirectiveManager.cs
  M src/NVelocity/Runtime/Directive/Include.cs
  M src/NVelocity/Runtime/Directive/Literal.cs
  M src/NVelocity/Runtime/Directive/Macro.cs
  M src/NVelocity/Runtime/Directive/Parse.cs
  M src/NVelocity/Runtime/Directive/ParseDirectiveException.cs
  M src/NVelocity/Runtime/Directive/VMProxyArg.cs
  M src/NVelocity/Runtime/Directive/VelocimacroProxy.cs
  M src/NVelocity/Runtime/Exception/NodeException.cs
  M src/NVelocity/Runtime/Exception/ReferenceException.cs
  M src/NVelocity/Runtime/IRuntimeLogger.cs
  M src/NVelocity/Runtime/IRuntimeServices.cs
  M src/NVelocity/Runtime/Log/ILogSystem.cs
  M src/NVelocity/Runtime/Log/LogManager.cs
  M src/NVelocity/Runtime/Log/NullLogSystem.cs
  M src/NVelocity/Runtime/Parser/ICharStream.cs
  M src/NVelocity/Runtime/Parser/Node/ASTDivNode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTEQNode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTGENode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTGTNode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTIdentifier.cs
  M src/NVelocity/Runtime/Parser/Node/ASTIfStatement.cs
  M src/NVelocity/Runtime/Parser/Node/ASTIncludeStatement.cs
  M src/NVelocity/Runtime/Parser/Node/ASTIntegerRange.cs
  M src/NVelocity/Runtime/Parser/Node/ASTLENode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTLTNode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTMethod.cs
  M src/NVelocity/Runtime/Parser/Node/ASTModNode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTMulNode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTNENode.cs
  M src/NVelocity/Runtime/Parser/Node/ASTNotNode.cs
  M src/NVelocity/Runtime/Parser/Node/AbstractExecutor.cs
  M src/NVelocity/Runtime/Parser/Node/EnumValueExecutor.cs
  M src/NVelocity/Runtime/Parser/Node/MathUtil.cs
  M src/NVelocity/Runtime/Parser/Node/ObjectComparer.cs
  M src/NVelocity/Runtime/Parser/ParseException.cs
  M src/NVelocity/Runtime/Parser/Parser.cs
  M src/NVelocity/Runtime/Parser/ParserConstants.cs
  M src/NVelocity/Runtime/Parser/ParserState.cs
  M src/NVelocity/Runtime/Parser/ParserTokenManager.cs
  M src/NVelocity/Runtime/Parser/ParserTreeConstants.cs
  M src/NVelocity/Runtime/Parser/Token.cs
  M src/NVelocity/Runtime/Parser/TokenMgrError.cs
  M src/NVelocity/Runtime/Parser/VelocityCharStream.cs
  M src/NVelocity/Runtime/Resource/ContentResource.cs
  M src/NVelocity/Runtime/Resource/Loader/AssemblyRelativeResourceLoader.cs
  M src/NVelocity/Runtime/Resource/Loader/AssemblyResourceLoader.cs
  M src/NVelocity/Runtime/Resource/Loader/FileResourceLoader.cs
  M src/NVelocity/Runtime/Resource/Loader/ResourceLoader.cs
  M src/NVelocity/Runtime/Resource/Loader/ResourceLoaderFactory.cs
  M src/NVelocity/Runtime/Resource/Resource.cs
  M src/NVelocity/Runtime/Resource/ResourceCache.cs
  M src/NVelocity/Runtime/Resource/ResourceCacheImpl.cs
  M src/NVelocity/Runtime/Resource/ResourceFactory.cs
  M src/NVelocity/Runtime/Resource/ResourceManager.cs
  M src/NVelocity/Runtime/Resource/ResourceManagerImpl.cs
  M src/NVelocity/Runtime/RuntimeConstants.cs
  M src/NVelocity/Runtime/RuntimeException.cs
  M src/NVelocity/Runtime/RuntimeInstance.cs
  M src/NVelocity/Runtime/RuntimeSingleton.cs
  M src/NVelocity/Runtime/VelocimacroFactory.cs
  M src/NVelocity/Runtime/VelocimacroManager.cs
  M src/NVelocity/Runtime/Visitor/BaseVisitor.cs
  M src/NVelocity/Runtime/Visitor/NodeViewMode.cs
  M src/NVelocity/Runtime/Visitor/VMReferenceMungeVisitor.cs
  M src/NVelocity/SupportClass.cs
  M src/NVelocity/Template.cs
  M src/NVelocity/Tool/DataInfo.cs
  M src/NVelocity/Tool/IToolInfo.cs
  M src/NVelocity/Tool/ToolLoader.cs
  M src/NVelocity/Util/Introspection/AmbiguousException.cs
  M src/NVelocity/Util/Introspection/ClassMap.cs
  M src/NVelocity/Util/Introspection/IUberspect.cs
  M src/NVelocity/Util/Introspection/IVelMethod.cs
  M src/NVelocity/Util/Introspection/IVelPropertyGet.cs
  M src/NVelocity/Util/Introspection/IVelPropertySet.cs
  M src/NVelocity/Util/Introspection/Info.cs
  M src/NVelocity/Util/Introspection/IntrospectionCacheData.cs
  M src/NVelocity/Util/Introspection/Introspector.cs
  M src/NVelocity/Util/Introspection/IntrospectorBase.cs
  M src/NVelocity/Util/Introspection/MethodMap.cs
  M src/NVelocity/Util/Introspection/UberspectImpl.cs
  M src/NVelocity/Util/Introspection/UberspectLoggable.cs
  M src/NVelocity/Util/SimplePool.cs
  M src/NVelocity/Util/StringUtils.cs
  M src/NVelocity/VelocityContext.cs

Log Message:
-----------
license header update


Commit: 33c43fdf21443a9adff89cdc2fba24318303f433
    
http://github.com/castleproject/NVelocity/commit/33c43fdf21443a9adff89cdc2fba24318303f433
Author: hconceicao <[email protected]>
Date:   2010-08-23 (Mon, 23 Aug 2010)

Changed paths:
  A ClickToBuild.cmd
  R NVelocity-vs2008.sln
  A NVelocity-vs2010.sln
  M build.cmd
  M buildscripts/Build.proj
  M buildscripts/Castle.Common.Targets
  M buildscripts/build.cmd
  M src/NVelocity.Tests/App.config
  R src/NVelocity.Tests/NVelocity.Tests-vs2008.csproj
  A src/NVelocity.Tests/NVelocity.Tests-vs2010.csproj
  M src/NVelocity/AssemblyInfo.cs
  R src/NVelocity/NVelocity-vs2008.csproj
  A src/NVelocity/NVelocity-vs2010.csproj
  M tools/MSBuildCommunityTasks/MSBuild.Community.Tasks.dll
  M tools/NUnit/bin/framework/nunit.framework.dll
  M tools/NUnit/bin/framework/nunit.mocks.dll
  M tools/NUnit/bin/framework/pnunit.framework.dll
  M tools/NUnit/bin/lib/nunit-console-runner.dll
  M tools/NUnit/bin/lib/nunit-gui-runner.dll
  M tools/NUnit/bin/lib/nunit.core.dll
  M tools/NUnit/bin/lib/nunit.core.interfaces.dll
  M tools/NUnit/bin/lib/nunit.fixtures.dll
  M tools/NUnit/bin/lib/nunit.uiexception.dll
  M tools/NUnit/bin/lib/nunit.uikit.dll
  M tools/NUnit/bin/lib/nunit.util.dll
  M tools/NUnit/bin/nunit-agent-x86.exe
  M tools/NUnit/bin/nunit-agent-x86.exe.config
  M tools/NUnit/bin/nunit-agent.exe
  M tools/NUnit/bin/nunit-agent.exe.config
  M tools/NUnit/bin/nunit-console-x86.exe
  M tools/NUnit/bin/nunit-console-x86.exe.config
  M tools/NUnit/bin/nunit-console.exe
  M tools/NUnit/bin/nunit-console.exe.config
  M tools/NUnit/bin/nunit-x86.exe
  M tools/NUnit/bin/nunit-x86.exe.config
  M tools/NUnit/bin/nunit.exe
  M tools/NUnit/bin/nunit.exe.config
  M tools/NUnit/bin/nunit.framework.dll
  M tools/NUnit/bin/pnunit-agent.exe
  M tools/NUnit/bin/pnunit-agent.exe.config
  M tools/NUnit/bin/pnunit-launcher.exe
  M tools/NUnit/bin/pnunit-launcher.exe.config
  M tools/NUnit/bin/pnunit.framework.dll
  M tools/NUnit/bin/pnunit.tests.dll
  M tools/NUnit/bin/tests/loadtest-assembly.dll
  M tools/NUnit/bin/tests/mock-assembly.dll
  M tools/NUnit/bin/tests/nonamespace-assembly.dll
  M tools/NUnit/bin/tests/nunit-console.tests.dll
  M tools/NUnit/bin/tests/nunit-gui.tests.dll
  M tools/NUnit/bin/tests/nunit.core.tests.dll
  M tools/NUnit/bin/tests/nunit.fixtures.tests.dll
  M tools/NUnit/bin/tests/nunit.framework.dll
  M tools/NUnit/bin/tests/nunit.framework.tests.dll
  M tools/NUnit/bin/tests/nunit.mocks.tests.dll
  M tools/NUnit/bin/tests/nunit.uiexception.tests.dll
  M tools/NUnit/bin/tests/nunit.uikit.tests.dll
  M tools/NUnit/bin/tests/nunit.util.tests.dll
  M tools/NUnit/bin/tests/test-assembly.dll
  M tools/NUnit/bin/tests/test-utilities.dll
  M tools/NUnit/bin/tests/timing-tests.dll

Log Message:
-----------
upgraded solution and setup multitarget build for net40 and net35


-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-commits?hl=en.

Reply via email to