My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Apr 14, 2009
    issue 3 (Could not load type 'NAnt.Core.Types.PatternCollection' from...) Status changed by mar...@alanta.nl   -   Hi Bruno, Thanks for the feedback. As stated in the Setup page on the project wiki NAnt-Extensions are compiled for NAnt 0.86 beta 1. Kind regards, Marnix
    Status: WontFix
    Hi Bruno, Thanks for the feedback. As stated in the Setup page on the project wiki NAnt-Extensions are compiled for NAnt 0.86 beta 1. Kind regards, Marnix
    Status: WontFix
  • Mar 22, 2009
    r122 (Fixing incorrect detection of the NAnt runner (versus the co...) committed by agr...@therightstuff.de   -   Fixing incorrect detection of the NAnt runner (versus the command line runner) on TeamCity 4.1 EAP
    Fixing incorrect detection of the NAnt runner (versus the command line runner) on TeamCity 4.1 EAP
  • Mar 22, 2009
    r121 (Updating MSpec) committed by agr...@therightstuff.de   -   Updating MSpec
    Updating MSpec
  • Mar 21, 2009
    r120 (Redoing the MSpec update -- the previous one broke the build) committed by agr...@therightstuff.de   -   Redoing the MSpec update -- the previous one broke the build
    Redoing the MSpec update -- the previous one broke the build
  • Mar 21, 2009
    r119 (Updating Castle) committed by agr...@therightstuff.de   -   Updating Castle
    Updating Castle
  • Mar 21, 2009
    r118 (Updating MSpec) committed by agr...@therightstuff.de   -   Updating MSpec
    Updating MSpec
  • Mar 11, 2009
    r117 (Making the MSpec task fail the build if a fatal error occurs) committed by agr...@therightstuff.de   -   Making the MSpec task fail the build if a fatal error occurs
    Making the MSpec task fail the build if a fatal error occurs
  • Mar 04, 2009
    NAntExtensions-TeamCity-1.0.17.116-Release.zip (TeamCity Tasks) file uploaded by agr...@therightstuff.de   -  
    Labels: Featured Type-Archive OpSys-Windows
    Labels: Featured Type-Archive OpSys-Windows
  • Mar 04, 2009
    NAntExtensions-MbUnit-1.0.17.116-Release.zip (NAntExtensions-MbUnit-1.0.17.116-Release) file uploaded by agr...@therightstuff.de
  • Mar 04, 2009
    r116 (Dogfooding, addiing one xUnit assert and fixing up the build...) committed by agr...@therightstuff.de   -   Dogfooding, addiing one xUnit assert and fixing up the build script
    Dogfooding, addiing one xUnit assert and fixing up the build script
  • Mar 04, 2009
    r115 (Updating to the latest MSpec version (checked out and compil...) committed by agr...@therightstuff.de   -   Updating to the latest MSpec version (checked out and compiled from GitHub)
    Updating to the latest MSpec version (checked out and compiled from GitHub)
  • Feb 10, 2009
    issue 3 (Could not load type 'NAnt.Core.Types.PatternCollection' from...) commented on by bruno.wouters   -   I think I found the solution. I've upgraded to the latest beta of Nant. Now I'm getting framework 3.5 errors so I"m also installing that.
    I think I found the solution. I've upgraded to the latest beta of Nant. Now I'm getting framework 3.5 errors so I"m also installing that.
  • Feb 10, 2009
    issue 3 (Could not load type 'NAnt.Core.Types.PatternCollection' from...) commented on by bruno.wouters   -   The xml in my first post is a test version. Below is the version I think is the most correct. Thanks! <?xml version="1.0"?> <project name="AutomatedBuilder"> <target name="Testeke"> <loadtasks assembly="C:\nant\bin\extensions\common\neutral\NAntExtensions.MbUnit.dll" /> <mbunit report-types="html" report-directory="C:\Reports" verbose="true" workingdir="C:\Robinson"> <assemblies> <include name="C:\Robinson\Robinson\PresentationBridgeTest\bin\Release\PresentationBridgeTest.dll" /> </assemblies> </mbunit> </target> </project>
    The xml in my first post is a test version. Below is the version I think is the most correct. Thanks! <?xml version="1.0"?> <project name="AutomatedBuilder"> <target name="Testeke"> <loadtasks assembly="C:\nant\bin\extensions\common\neutral\NAntExtensions.MbUnit.dll" /> <mbunit report-types="html" report-directory="C:\Reports" verbose="true" workingdir="C:\Robinson"> <assemblies> <include name="C:\Robinson\Robinson\PresentationBridgeTest\bin\Release\PresentationBridgeTest.dll" /> </assemblies> </mbunit> </target> </project>
  • Feb 10, 2009
    issue 3 (Could not load type 'NAnt.Core.Types.PatternCollection' from...) reported by bruno.wouters   -   Hi, I'm trying to get mbunit tests running on TeamCity. I'm using the following build file and under that is the exception that is thrown. Can someone tell me what I'm doing wrong or is there an example config file available? <?xml version="1.0"?> <project name="AutomatedBuilder"> <target name="Testeke"> <loadtasks assembly="C:\nant\bin\NAntExtensions.MbUnit.dll" /> <loadtasks assembly="C:\nant\bin\NAnt.Core.dll" /> <mbunit report-types="html" report-directory="C:\Reports" verbose="true" workingdir="C:\Robinson"> <assemblies> <include name="C:\Robinson\Robinson\PresentationBridgeTest\bin\Release\PresentationBridgeTest.dll" /> </assemblies> </mbunit> </target> </project> Exception------------------------------------------------------- Exception has been thrown by the target of an invocation. Exception has been thrown by the target of an invocation. StackTrace: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at NAnt.Core.TaskBuilder.CreateTask() at NAnt.Core.TypeFactory.CreateTask(XmlNode taskNode, Project proj) at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target) at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run()Inner Exception: Could not load type 'NAnt.Core.Types.PatternCollection' from assembly 'NAnt.Core, Version=0.85.2478.0, Culture=neutral, PublicKeyToken=null'. at NAntExtensions.MbUnit.Types.IncludeSet..ctor() at NAntExtensions.MbUnit.Tasks.MbUnitTask..ctor(IBuildEnvironment buildEnvironment) at NAntExtensions.MbUnit.Tasks.MbUnitTask..ctor()
    Hi, I'm trying to get mbunit tests running on TeamCity. I'm using the following build file and under that is the exception that is thrown. Can someone tell me what I'm doing wrong or is there an example config file available? <?xml version="1.0"?> <project name="AutomatedBuilder"> <target name="Testeke"> <loadtasks assembly="C:\nant\bin\NAntExtensions.MbUnit.dll" /> <loadtasks assembly="C:\nant\bin\NAnt.Core.dll" /> <mbunit report-types="html" report-directory="C:\Reports" verbose="true" workingdir="C:\Robinson"> <assemblies> <include name="C:\Robinson\Robinson\PresentationBridgeTest\bin\Release\PresentationBridgeTest.dll" /> </assemblies> </mbunit> </target> </project> Exception------------------------------------------------------- Exception has been thrown by the target of an invocation. Exception has been thrown by the target of an invocation. StackTrace: at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at NAnt.Core.TaskBuilder.CreateTask() at NAnt.Core.TypeFactory.CreateTask(XmlNode taskNode, Project proj) at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target) at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run()Inner Exception: Could not load type 'NAnt.Core.Types.PatternCollection' from assembly 'NAnt.Core, Version=0.85.2478.0, Culture=neutral, PublicKeyToken=null'. at NAntExtensions.MbUnit.Types.IncludeSet..ctor() at NAntExtensions.MbUnit.Tasks.MbUnitTask..ctor(IBuildEnvironment buildEnvironment) at NAntExtensions.MbUnit.Tasks.MbUnitTask..ctor()

Older

  • Dec 22, 2008
    MbUnitTask (NAnt task for MbUnit with TeamCity support.) Wiki page edited by mar...@alanta.nl
  • Oct 26, 2008
    r113 (Refactoring MSpec and MbUnit task) committed by agr...@therightstuff.de   -   Refactoring MSpec and MbUnit task
    Refactoring MSpec and MbUnit task
  • Oct 26, 2008
    r112 (Replacing custom argument validation with new Ensure helper) committed by agr...@therightstuff.de   -   Replacing custom argument validation with new Ensure helper
    Replacing custom argument validation with new Ensure helper
  • Oct 26, 2008
    r111 (Adding helpers for parameter validation) committed by agr...@therightstuff.de   -   Adding helpers for parameter validation
    Adding helpers for parameter validation
  • Oct 26, 2008
    r110 (Minimizing referenced system libs) committed by agr...@therightstuff.de   -   Minimizing referenced system libs
    Minimizing referenced system libs
  • Oct 26, 2008
    r109 (Refining and extending MbUnit documentation) committed by agr...@therightstuff.de   -   Refining and extending MbUnit documentation
    Refining and extending MbUnit documentation
  • Oct 25, 2008
    issue 1 (No ability to pass additional args to MbUnit) commented on by agr...@therightstuff.de   -   I created a new release with updated docs.
    I created a new release with updated docs.
  • Oct 25, 2008
    issue 1 (No ability to pass additional args to MbUnit) commented on by emai...@bilsimser.com   -   Looks great. When will the documentation be updated?
    Looks great. When will the documentation be updated?
  • Oct 25, 2008
    issue 1 (No ability to pass additional args to MbUnit) changed by agr...@therightstuff.de   -  
    Owner: mar...@alanta.nl
    Cc: agr...@therightstuff.de mar...@alanta.nl
    Owner: mar...@alanta.nl
    Cc: agr...@therightstuff.de mar...@alanta.nl
  • Oct 25, 2008
    issue 1 (No ability to pass additional args to MbUnit) Status changed by agr...@therightstuff.de   -   Added filter for category, author, type and namespace. <mbunit ...> <assemblies> ... </assemblies> <authors> <include name="..." /> </authors> <categories> <include name="..." /> <exclude name="..." /> </categories> <namespaces> <include name="namespaces starting with" /> </namespaces> <types> <include name="full type name, including namespace" /> </types> </mbunit>
    Status: Fixed
    Added filter for category, author, type and namespace. <mbunit ...> <assemblies> ... </assemblies> <authors> <include name="..." /> </authors> <categories> <include name="..." /> <exclude name="..." /> </categories> <namespaces> <include name="namespaces starting with" /> </namespaces> <types> <include name="full type name, including namespace" /> </types> </mbunit>
    Status: Fixed
  • Oct 25, 2008
    r108 (Ignoring warning 169 for MSpec sample tests) committed by agr...@therightstuff.de   -   Ignoring warning 169 for MSpec sample tests
    Ignoring warning 169 for MSpec sample tests
  • Oct 25, 2008
    r107 (Adding filters to MbUnit task) committed by agr...@therightstuff.de   -   Adding filters to MbUnit task
    Adding filters to MbUnit task
  • Oct 25, 2008
    r106 (Allowing no reports for MbUnit task) committed by agr...@therightstuff.de   -   Allowing no reports for MbUnit task
    Allowing no reports for MbUnit task
  • Oct 25, 2008
    issue 1 (No ability to pass additional args to MbUnit) changed by agr...@therightstuff.de   -  
    Status: Started
    Owner: agr...@therightstuff.de
    Cc: mar...@alanta.nl agr...@therightstuff.de
    Status: Started
    Owner: agr...@therightstuff.de
    Cc: mar...@alanta.nl agr...@therightstuff.de
  • Oct 24, 2008
    issue 1 (No ability to pass additional args to MbUnit) commented on by emai...@bilsimser.com   -   Like a fileset (much like how you have assemblies now). It should support what most of the command line runner can do (exclude categories, filter categories, etc.) Here's an idea: <mbunit report-types="html" report-filename-format="Assembly.Report" report-directory="reports" verbose="true" workingdir="build-directory"> <assemblies> <include name="build-directory/Assembly.dll" /> </assemblies> <filters> <include name="Unit" /> <exclude name="Integration,Database" /> </filters> </mbunit> Where: filters/include => /filter-category option in MbUnit.Cons.exe filters/exclude => /exclude-category option in MbUnit.Cons.exe
    Like a fileset (much like how you have assemblies now). It should support what most of the command line runner can do (exclude categories, filter categories, etc.) Here's an idea: <mbunit report-types="html" report-filename-format="Assembly.Report" report-directory="reports" verbose="true" workingdir="build-directory"> <assemblies> <include name="build-directory/Assembly.dll" /> </assemblies> <filters> <include name="Unit" /> <exclude name="Integration,Database" /> </filters> </mbunit> Where: filters/include => /filter-category option in MbUnit.Cons.exe filters/exclude => /exclude-category option in MbUnit.Cons.exe
  • Oct 24, 2008
    r105 (Updated incorrect test name) committed by mar...@alanta.nl   -   Updated incorrect test name
    Updated incorrect test name
  • Oct 24, 2008
    issue 1 (No ability to pass additional args to MbUnit) changed by mar...@alanta.nl   -   Good point. How would you like to specify that? Maybe something similar to a fileset? What filters would you require? - Category - Importance - Author - Class - Namespace
    Owner: mar...@alanta.nl
    Cc: agr...@therightstuff.de
    Labels: Type-Enhancement Type-Defect
    Good point. How would you like to specify that? Maybe something similar to a fileset? What filters would you require? - Category - Importance - Author - Class - Namespace
    Owner: mar...@alanta.nl
    Cc: agr...@therightstuff.de
    Labels: Type-Enhancement Type-Defect
  • Oct 23, 2008
    issue 1 (No ability to pass additional args to MbUnit) reported by emai...@bilsimser.com   -   We're currently using MbUnit but run unit tests by filtering out our integration and database tests. With the mbunit task, it's impossible to specify filter or excluded categories to run specific test suites.
    We're currently using MbUnit but run unit tests by filtering out our integration and database tests. With the mbunit task, it's impossible to specify filter or excluded categories to run specific test suites.
  • Oct 10, 2008
    r104 (Refining the last commit ) committed by agr...@therightstuff.de   -   Refining the last commit
    Refining the last commit
  • Oct 10, 2008
    r103 (Updating docs on how {build.status.text} is handled by TeamC...) committed by agr...@therightstuff.de   -   Updating docs on how {build.status.text} is handled by TeamCity when sending a "buildStatus" service message
    Updating docs on how {build.status.text} is handled by TeamCity when sending a "buildStatus" service message
  • Oct 09, 2008
    MbUnitTask (NAnt task for MbUnit with TeamCity support.) Wiki page edited by mar...@alanta.nl
  • Oct 07, 2008
    r101 (Updating <tc-buildstatus> and <tc-statustext> based on updat...) committed by agr...@therightstuff.de   -   Updating <tc-buildstatus> and <tc-statustext> based on updated/fixed TeamCity documentation
    Updating <tc-buildstatus> and <tc-statustext> based on updated/fixed TeamCity documentation
  • Oct 05, 2008
    Setup (Configuring NAnt to use NAnt-Extensions.) Wiki page edited by agr...@therightstuff.de
  • Oct 05, 2008
    Setup (Configuring NAnt to use NAnt-Extensions.) Wiki page edited by agr...@therightstuff.de
  • Oct 05, 2008
    r98 (Changed build statistics reporting to service messages, so t...) committed by agr...@therightstuff.de   -   Changed build statistics reporting to service messages, so teamcity-info.xml will not be created Dogfooding
    Changed build statistics reporting to service messages, so teamcity-info.xml will not be created Dogfooding
  • Oct 04, 2008
    r97 (Dogfooding ) committed by agr...@therightstuff.de   -   Dogfooding
    Dogfooding
  • Oct 04, 2008
    r96 (Adding import task Refining docs ) committed by agr...@therightstuff.de   -   Adding import task Refining docs
    Adding import task Refining docs
  • Oct 04, 2008
    r95 (Increasing test coverage a bit ) committed by agr...@therightstuff.de   -   Increasing test coverage a bit
    Increasing test coverage a bit
  • Oct 04, 2008
    r94 (Adding artifacts publishing and build number tasks Updating ...) committed by agr...@therightstuff.de   -   Adding artifacts publishing and build number tasks Updating progress task to use new interface members
    Adding artifacts publishing and build number tasks Updating progress task to use new interface members
  • Oct 04, 2008
    r93 (Adding interface members for new TeamCity 4.x features ) committed by agr...@therightstuff.de   -   Adding interface members for new TeamCity 4.x features
    Adding interface members for new TeamCity 4.x features
  • Oct 04, 2008
    r92 (Adding MbUnit timing information for TeamCity 4.x ) committed by agr...@therightstuff.de   -   Adding MbUnit timing information for TeamCity 4.x
    Adding MbUnit timing information for TeamCity 4.x
  • Oct 04, 2008
    r91 (Updating Rhino Mocks ) committed by agr...@therightstuff.de   -   Updating Rhino Mocks
    Updating Rhino Mocks
  • Oct 04, 2008
    Setup (Configuring NAnt to use NAnt-Extensions.) Wiki page edited by agr...@therightstuff.de
  • Oct 03, 2008
    Setup (Configuring NAnt to use NAnt-Extensions.) Wiki page edited by mar...@alanta.nl
  • Oct 03, 2008
    Setup (Configuring NAnt to use NAnt-Extensions.) Wiki page added by mar...@alanta.nl
  • Oct 03, 2008
    MbUnitTask (NAnt task for MbUnit with TeamCity support.) Wiki page edited by mar...@alanta.nl
 
Hosted by Google Code