enable ncover, fix 2003 build, modify solutions.build.nant to exclude Calculator and add ${root} prefix to build 2003 solution.

This commit is contained in:
markpollack
2009-11-04 23:17:17 +00:00
parent d375589da4
commit e498eb7b9d
5 changed files with 38 additions and 8 deletions

View File

@@ -66,6 +66,7 @@ Rebuilding Solutions using Nant and "solutions.build":
<items basedir="${root.dir}/examples">
<include name="**/*.2003.sln" />
<exclude name="**/SpringAir.2003.sln" /> <!-- unfort. doesn't work -->
<exclude name="**/Spring.Calculator.2003.sln" /> <!-- need virtual directory to be setup in IIS -->
</items>
</in>
<do>
@@ -76,7 +77,7 @@ Rebuilding Solutions using Nant and "solutions.build":
</foreach>
<!-- build "main" solution (extra call because of configuration 'debug-1.1') -->
<property name="solutionfile" value="Spring.NET.2003.sln" />
<property name="solutionfile" value="${root.dir}/Spring.NET.2003.sln" />
<property name="solutionconfiguration" value="${buildconfiguration}-1.1" />
<call target="RebuildSolution-1.1" />
@@ -117,7 +118,7 @@ Rebuilding Solutions using Nant and "solutions.build":
<target name="RebuildSolution-1.1" description="rebuilds a given VS2003 solution file">
<!-- "c:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe" Spring.NET.2003.sln /rebuild Debug-1.1 /out solutions.build-1.1.log -->
<echo message="Rebuilding VS2003 Solution ${solutionfile}" />
<exec program="${devenv11.exe}" basedir="${devenv11.exe}">
<exec program="${devenv11.exe}" basedir="${devenv11.exe}" verbose="true">
<arg value="${solutionfile}" />
<arg line="/rebuild ${solutionconfiguration}" />
<arg line="/out solutions.build-1.1.log" />
@@ -144,4 +145,4 @@ Rebuilding Solutions using Nant and "solutions.build":
</exec>
</target>
</project>
</project>

View File

@@ -189,7 +189,6 @@ ${tool.dir} : dir for tools
<!--
<call target="common.run-tests.ncover" />
-->
</target>
<!--

View File

@@ -241,10 +241,6 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File RelPath="Aop\Framework\DynamicProxy\AbstractAopProxyFactory.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\DynamicTargetSourceWrapper.cs"
SubType = "Code"
@@ -382,54 +378,67 @@
/>
<File
RelPath = "Aop\Framework\AutoProxy\AbstractAdvisorAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\AbstractAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\AbstractFilteringAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\AttributeAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\DefaultAdvisorAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\IAdvisorRetrievalHelper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\InfrastructureAdvisorAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\InheritanceBasedAopConfigurer.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\ITargetSourceCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\ObjectFactoryAdvisorRetrievalHelper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\ObjectNameAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\PointcutFilteringAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\AutoProxy\TypeNameAutoProxyCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
@@ -499,6 +508,7 @@
<Folder RelPath = "Aop\Framework\AutoProxy\.svn\tmp\text-base\" />
<File
RelPath = "Aop\Framework\AutoProxy\Target\AbstractPrototypeTargetSourceCreator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
@@ -518,6 +528,11 @@
<Folder RelPath = "Aop\Framework\AutoProxy\Target\.svn\tmp\prop-base\" />
<Folder RelPath = "Aop\Framework\AutoProxy\Target\.svn\tmp\props\" />
<Folder RelPath = "Aop\Framework\AutoProxy\Target\.svn\tmp\text-base\" />
<File
RelPath = "Aop\Framework\DynamicProxy\AbstractAopProxyFactory.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Aop\Framework\DynamicProxy\AbstractAopProxyMethodBuilder.cs"
SubType = "Code"

View File

@@ -904,6 +904,11 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Transaction\Interceptor\AbstractTransactionAttributeSourcePointcut.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Transaction\Interceptor\AttributesTransactionAttributeSource.cs"
SubType = "Code"
@@ -954,6 +959,11 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Transaction\Interceptor\ObjectFactoryTransactionAttributeSourceAdvisor.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Transaction\Interceptor\RollbackRuleAttribute.cs"
SubType = "Code"

View File

@@ -129,6 +129,11 @@
Project = "{2111596A-0327-4C9D-8919-294FBD988A23}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "Rhino.Mocks"
AssemblyName = "Rhino.Mocks"
HintPath = "..\..\..\lib\Net\1.1\Rhino.Mocks.dll"
/>
</References>
</Build>
<Files>