diff --git a/build.bat b/build.bat index 1de283b..079293d 100644 --- a/build.bat +++ b/build.bat @@ -1,32 +1,31 @@ -@echo off - -::Project UppercuT - http://uppercut.googlecode.com -::No edits to this file are required - http://uppercut.pbwiki.com - -if '%2' NEQ '' goto usage -if '%3' NEQ '' goto usage -if '%1' == '/?' goto usage -if '%1' == '-?' goto usage -if '%1' == '?' goto usage -if '%1' == '/help' goto usage - -SET DIR=%~d0%~p0% -SET NANT="%DIR%lib\Nant\nant.exe" -SET build.config.settings="%DIR%settings\UppercuT.config" - -%NANT% %1 /f:.\build\default.build -D:build.config.settings=%build.config.settings% - -if %ERRORLEVEL% NEQ 0 goto errors - -goto finish - -:usage -echo. -echo Usage: build.bat -echo. -goto finish - -:errors -EXIT /B %ERRORLEVEL% - +@echo off + +::Project UppercuT - http://uppercut.googlecode.com +::No edits to this file are required - http://uppercut.pbwiki.com + +if '%1' == '/?' goto usage +if '%1' == '-?' goto usage +if '%1' == '?' goto usage +if '%1' == '/help' goto usage + +SET DIR=%cd% +SET BUILD_DIR=%~d0%~p0% +SET NANT="%BUILD_DIR%lib\Nant\nant.exe" +SET build.config.settings="%DIR%\settings\UppercuT.config" + +%NANT% -logger:NAnt.Core.DefaultLogger -quiet /f:"%BUILD_DIR%build\default.build" -D:build.config.settings=%build.config.settings% %* + +if %ERRORLEVEL% NEQ 0 goto errors + +goto finish + +:usage +echo. +echo Usage: build.bat +echo. +goto finish + +:errors +EXIT /B %ERRORLEVEL% + :finish \ No newline at end of file diff --git a/build/Castle.Core.dll b/build/Castle.Core.dll index b268f70..5603118 100644 Binary files a/build/Castle.Core.dll and b/build/Castle.Core.dll differ diff --git a/build/Castle.DynamicProxy2.dll b/build/Castle.DynamicProxy2.dll index 596b587..bb06386 100644 Binary files a/build/Castle.DynamicProxy2.dll and b/build/Castle.DynamicProxy2.dll differ diff --git a/build/Castle.MicroKernel.dll b/build/Castle.MicroKernel.dll index f856d8b..b3a2b3b 100644 Binary files a/build/Castle.MicroKernel.dll and b/build/Castle.MicroKernel.dll differ diff --git a/build/Castle.Windsor.dll b/build/Castle.Windsor.dll index 513e575..1276db1 100644 Binary files a/build/Castle.Windsor.dll and b/build/Castle.Windsor.dll differ diff --git a/build/UppercuT.xml b/build/UppercuT.xml index 651abad..38e16b3 100644 --- a/build/UppercuT.xml +++ b/build/UppercuT.xml @@ -1,5 +1,4 @@ - 1.3.1.0 + 1.4.2.0 - diff --git a/build/analyze.step b/build/analyze.step index 589d078..8a9606a 100644 --- a/build/analyze.step +++ b/build/analyze.step @@ -1,79 +1,44 @@  - + - - + + - - - - + - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + \ No newline at end of file diff --git a/build/analyzers/cover.step b/build/analyzers/cover.step new file mode 100644 index 0000000..90793ca --- /dev/null +++ b/build/analyzers/cover.step @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/analyzers/gallio.test.step b/build/analyzers/gallio.test.step index 3eb578a..a8c8077 100644 --- a/build/analyzers/gallio.test.step +++ b/build/analyzers/gallio.test.step @@ -7,13 +7,13 @@ - - + + - + - + @@ -22,66 +22,41 @@ - - - - - + + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/mbunit2.test.step b/build/analyzers/mbunit2.test.step index d48a71c..ffb49d0 100644 --- a/build/analyzers/mbunit2.test.step +++ b/build/analyzers/mbunit2.test.step @@ -7,22 +7,19 @@ - - + + - + - + - - - @@ -45,51 +42,29 @@ - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/metrics.step b/build/analyzers/metrics.step new file mode 100644 index 0000000..7ce07aa --- /dev/null +++ b/build/analyzers/metrics.step @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/analyzers/moma.step b/build/analyzers/moma.step index 0746fbd..4841e9b 100644 --- a/build/analyzers/moma.step +++ b/build/analyzers/moma.step @@ -7,70 +7,45 @@ - - + + - + - + - + - - - - - + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -81,7 +56,7 @@ if="${file::exists(app.moma)}" /> - + @@ -106,13 +81,13 @@ - + - + - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/ncover.step b/build/analyzers/ncover.cover.step similarity index 64% rename from build/analyzers/ncover.step rename to build/analyzers/ncover.cover.step index 5dd1920..caef7b2 100644 --- a/build/analyzers/ncover.step +++ b/build/analyzers/ncover.cover.step @@ -7,13 +7,13 @@ - - + + - + - + @@ -24,7 +24,7 @@ - + @@ -38,21 +38,21 @@ - - - - - + + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -111,13 +86,13 @@ - + - + - + - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/ndepend.step b/build/analyzers/ndepend.step index 9b2b9a4..0b6f3ec 100644 --- a/build/analyzers/ndepend.step +++ b/build/analyzers/ndepend.step @@ -7,35 +7,36 @@ - - + + - + - + - - - - + + - - + + + + + - - + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -84,19 +60,8 @@ - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/nitriq.step b/build/analyzers/nitriq.step index bb92e34..aa2a23b 100644 --- a/build/analyzers/nitriq.step +++ b/build/analyzers/nitriq.step @@ -7,14 +7,14 @@ - - + + - + - + @@ -22,32 +22,32 @@ - - + + - - - - - + + - - + + + + + - - + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -95,19 +70,8 @@ - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/nunit.test.step b/build/analyzers/nunit.test.step index 3566b40..3eecd21 100644 --- a/build/analyzers/nunit.test.step +++ b/build/analyzers/nunit.test.step @@ -7,17 +7,17 @@ - - + + - + - + - + @@ -32,60 +32,36 @@ + - - - - + - - + + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -95,7 +71,7 @@ - + @@ -114,13 +90,13 @@ - + - + @@ -137,7 +113,7 @@ - + @@ -145,17 +121,17 @@ - + + - - + @@ -171,19 +147,8 @@ - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/opencover.cover.step b/build/analyzers/opencover.cover.step new file mode 100644 index 0000000..a6c851d --- /dev/null +++ b/build/analyzers/opencover.cover.step @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/analyzers/storevil.test.step b/build/analyzers/storevil.test.step index 90692a3..db5a975 100644 --- a/build/analyzers/storevil.test.step +++ b/build/analyzers/storevil.test.step @@ -7,17 +7,17 @@ - - + + - + - + - + @@ -29,56 +29,31 @@ - - - - + - - + + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -88,7 +63,7 @@ - + @@ -102,13 +77,13 @@ - + - + @@ -122,7 +97,7 @@ - + @@ -130,7 +105,7 @@ - + - + @@ -156,19 +131,8 @@ - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/test.step b/build/analyzers/test.step index 268aba5..034a794 100644 --- a/build/analyzers/test.step +++ b/build/analyzers/test.step @@ -6,98 +6,70 @@ - - + + - + - + - - - + + - + + + + + + + - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - \ No newline at end of file diff --git a/build/analyzers/xunit.test.step b/build/analyzers/xunit.test.step index fb0f5e4..7528a8f 100644 --- a/build/analyzers/xunit.test.step +++ b/build/analyzers/xunit.test.step @@ -7,17 +7,17 @@ - - + + - + - + - + @@ -35,62 +35,37 @@ - - - - + - - + + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -112,7 +87,7 @@ - + - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/compile.step b/build/compile.step index 3ac28cc..83195e9 100644 --- a/build/compile.step +++ b/build/compile.step @@ -6,20 +6,26 @@ - - + + - + - + - + - + + + + + + + @@ -27,9 +33,9 @@ - - - + + + @@ -37,53 +43,43 @@ - - - + + - + + + + + + + - - + + + + + - - + + - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - @@ -91,19 +87,19 @@ - + - + - + @@ -124,17 +120,17 @@ - + - + - + - + - + - + + + + - + - + - + + + + @@ -194,45 +208,61 @@ - + - + - + + + + - + - + - + + + + @@ -244,7 +274,7 @@ - + @@ -253,7 +283,7 @@ - + @@ -261,15 +291,13 @@ - - - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/build/customize.build b/build/customize.build index da17317..c08ce94 100644 --- a/build/customize.build +++ b/build/customize.build @@ -6,10 +6,10 @@ - - + + - + @@ -17,11 +17,14 @@ + + - + + @@ -31,7 +34,7 @@ description="Setting up a customize file for UppercuT." /> - + - + @@ -52,7 +55,7 @@ - + @@ -64,14 +67,10 @@ file="${dirs.build_scripts_custom}${path.separator}${file.customized}" xpath="/project/@name" value="CUSTOM ${string::to-upper(customize.step.type)} ${string::to-upper(path::get-file-name-without-extension(customize.step.name))}" /> - - + \ No newline at end of file diff --git a/build/customizers/item.template b/build/customizers/item.template index e47238b..d72cd0f 100644 --- a/build/customizers/item.template +++ b/build/customizers/item.template @@ -4,43 +4,43 @@ - - + + - - + - + - + - + - + - + - + - + - + - + - + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + @@ -109,60 +96,53 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - + + + + + + - + - + - - - - - - - - - - - - + - + + + + + @@ -171,22 +151,11 @@ xpath="/uppercut/version" property="version.uppercut" failonerror="false" /> - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/deploymentBuilder.step b/build/deploymentBuilder.step index d3c3cbb..ee7baa4 100644 --- a/build/deploymentBuilder.step +++ b/build/deploymentBuilder.step @@ -6,99 +6,99 @@ - - + + - + - + - + - - + + + + - - - + - + + + + - - + + - + - - - - - - - - - + + + + + + - - - - - - - - - - - - - + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + \ No newline at end of file diff --git a/build/environmentBuilder.step b/build/environmentBuilder.step index 9ea5cee..eac9d01 100644 --- a/build/environmentBuilder.step +++ b/build/environmentBuilder.step @@ -6,99 +6,92 @@ - - + + - + - + - + - + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - + + + + + + - + + + + + + + + + - - - - - - - - - - - diff --git a/build/gemsBuild.step b/build/gemsBuild.step index 8b79cc9..4b18dc0 100644 --- a/build/gemsBuild.step +++ b/build/gemsBuild.step @@ -6,15 +6,15 @@ - - + + - + - + - + @@ -25,7 +25,7 @@ - + @@ -34,53 +34,28 @@ - - - - - - + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -107,15 +82,4 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/build/gemsPrepare.step b/build/gemsPrepare.step index a6a40d6..3fceda5 100644 --- a/build/gemsPrepare.step +++ b/build/gemsPrepare.step @@ -6,15 +6,15 @@ - - + + - + - + - + @@ -25,7 +25,7 @@ - + @@ -41,21 +41,20 @@ - - - - - - - + + + + + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -103,7 +77,7 @@ - + @@ -112,7 +86,7 @@ - + @@ -121,10 +95,10 @@ - - + + - + @@ -144,21 +118,10 @@ - - ${assembly.version.full}${version.gem.suffix} - - ${assembly.version.full}.${gem.build.date}${version.gem.suffix} + + ${assembly.version.full}${version.gem.suffix} + + ${assembly.version.full}.${gem.build.date}${version.gem.suffix} - - - - - - - - - - - \ No newline at end of file diff --git a/build/generateBuildInfo.step b/build/generateBuildInfo.step index af43754..556a1f4 100644 --- a/build/generateBuildInfo.step +++ b/build/generateBuildInfo.step @@ -6,13 +6,13 @@ - - + + - + - + @@ -29,55 +29,30 @@ - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + ${project.name} @@ -97,15 +72,4 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/build/ilmerge.build b/build/ilmerge.build index 5e54cca..8d4599f 100644 --- a/build/ilmerge.build +++ b/build/ilmerge.build @@ -5,21 +5,23 @@ - - + + - + - + - + - + + + @@ -32,53 +34,27 @@ - - - - - + - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - @@ -99,7 +75,7 @@ - + @@ -119,8 +95,8 @@ - - + + @@ -135,7 +111,7 @@ - + @@ -155,30 +131,8 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/nugetBuild.step b/build/nugetBuild.step index 6320ab8..509f90d 100644 --- a/build/nugetBuild.step +++ b/build/nugetBuild.step @@ -6,15 +6,16 @@ - - + + - + - + - + + @@ -25,7 +26,7 @@ - + @@ -37,63 +38,39 @@ - - - - - - + + + + + + - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + @@ -104,21 +81,10 @@ - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/nugetPrepare.step b/build/nugetPrepare.step index ef6b3f8..7974df2 100644 --- a/build/nugetPrepare.step +++ b/build/nugetPrepare.step @@ -6,16 +6,16 @@ - - + + - + - + - + @@ -26,7 +26,7 @@ - + @@ -39,59 +39,34 @@ - - - - - - + + + + + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -100,7 +75,7 @@ - + @@ -109,7 +84,7 @@ - + @@ -118,10 +93,10 @@ - - + + - + @@ -130,8 +105,8 @@ - - + + ${assembly.version.full} @@ -139,16 +114,25 @@ + + + + + + + + + - + - + - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/obfuscate.step b/build/obfuscate.step index c071c11..31d16e5 100644 --- a/build/obfuscate.step +++ b/build/obfuscate.step @@ -6,15 +6,15 @@ - - + + - + - + - + @@ -28,64 +28,41 @@ - + + + - - + + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - @@ -97,6 +74,7 @@ + @@ -116,7 +94,7 @@ - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/open.build b/build/open.build index bb06123..deebf4a 100644 --- a/build/open.build +++ b/build/open.build @@ -6,68 +6,52 @@ - - + + - - + + + + + - - - - - + + + - + - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - + + + - + - + + + - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/package.step b/build/package.step index a421306..af6dd1e 100644 --- a/build/package.step +++ b/build/package.step @@ -6,15 +6,15 @@ - - + + - + - + - + @@ -26,59 +26,34 @@ - - - - - - + + + + + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -87,7 +62,7 @@ - + @@ -116,7 +91,7 @@ - + @@ -126,7 +101,7 @@ - + @@ -136,7 +111,7 @@ - + @@ -146,9 +121,9 @@ - + - + @@ -156,15 +131,15 @@ - + - + - + @@ -173,7 +148,7 @@ - + @@ -182,9 +157,9 @@ - + - + @@ -193,32 +168,36 @@ - + - + + + + + + + + + + - + - + - - - + @@ -239,15 +218,4 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/build/policyChecks.step b/build/policyChecks.step index 8481515..cfaa7ab 100644 --- a/build/policyChecks.step +++ b/build/policyChecks.step @@ -6,77 +6,41 @@ - - + + - + - + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - \ No newline at end of file diff --git a/build/uc.exe b/build/uc.exe new file mode 100644 index 0000000..d466149 Binary files /dev/null and b/build/uc.exe differ diff --git a/build/uc.exe.config b/build/uc.exe.config new file mode 100644 index 0000000..cb2586b --- /dev/null +++ b/build/uc.exe.config @@ -0,0 +1,3 @@ + + + diff --git a/build/updateAssemblies.build b/build/updateAssemblies.build index 72c6d85..a92cfae 100644 --- a/build/updateAssemblies.build +++ b/build/updateAssemblies.build @@ -6,72 +6,48 @@ - - + + - + - + - - - - - - + + + + - + - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -79,30 +55,8 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/uppercut.dll b/build/uppercut.dll index 549d8c3..f6b482c 100644 Binary files a/build/uppercut.dll and b/build/uppercut.dll differ diff --git a/build/uppercut.tasks.dll b/build/uppercut.tasks.dll index deac821..42cba6f 100644 Binary files a/build/uppercut.tasks.dll and b/build/uppercut.tasks.dll differ diff --git a/build/versionBuilder.step b/build/versionBuilder.step index 835396b..d38c26d 100644 --- a/build/versionBuilder.step +++ b/build/versionBuilder.step @@ -6,20 +6,20 @@ - - + + - + - + - + @@ -34,56 +34,32 @@ - - + + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - + - + + + + @@ -149,15 +128,4 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/build/versioners/git.step b/build/versioners/git.step index 74b53e3..9dc5f43 100644 --- a/build/versioners/git.step +++ b/build/versioners/git.step @@ -6,66 +6,41 @@ - - + + - + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - \ No newline at end of file diff --git a/build/versioners/hg.step b/build/versioners/hg.step index 2759068..8ed6e8b 100644 --- a/build/versioners/hg.step +++ b/build/versioners/hg.step @@ -6,66 +6,41 @@ - - + + - + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - \ No newline at end of file diff --git a/build/versioners/svn.step b/build/versioners/svn.step index 6c865f5..22788d8 100644 --- a/build/versioners/svn.step +++ b/build/versioners/svn.step @@ -6,65 +6,40 @@ - - + + - + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -99,16 +74,4 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/build/versioners/tfs.step b/build/versioners/tfs.step index 01abac4..aef20c9 100644 --- a/build/versioners/tfs.step +++ b/build/versioners/tfs.step @@ -6,64 +6,40 @@ - - + + - + - - - - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -92,15 +68,4 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/build/zip.build b/build/zip.build index 518313d..2f76f2c 100644 --- a/build/zip.build +++ b/build/zip.build @@ -6,13 +6,13 @@ - - + + - + - + @@ -23,58 +23,34 @@ - + - - - - + + - + - + + + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -88,7 +64,7 @@ - + @@ -108,61 +84,39 @@ - - - - - - + + + + + + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/lib/NAnt/MSITaskErrors.mst b/lib/NAnt/MSITaskErrors.mst deleted file mode 100644 index bea4056..0000000 Binary files a/lib/NAnt/MSITaskErrors.mst and /dev/null differ diff --git a/lib/NAnt/MSITaskTemplate.msi b/lib/NAnt/MSITaskTemplate.msi deleted file mode 100644 index 99780dd..0000000 Binary files a/lib/NAnt/MSITaskTemplate.msi and /dev/null differ diff --git a/lib/NAnt/MSMTaskErrors.mst b/lib/NAnt/MSMTaskErrors.mst deleted file mode 100644 index bea4056..0000000 Binary files a/lib/NAnt/MSMTaskErrors.mst and /dev/null differ diff --git a/lib/NAnt/MSMTaskTemplate.msm b/lib/NAnt/MSMTaskTemplate.msm deleted file mode 100644 index d537ded..0000000 Binary files a/lib/NAnt/MSMTaskTemplate.msm and /dev/null differ diff --git a/lib/NAnt/NAnt.CompressionTasks.dll b/lib/NAnt/NAnt.CompressionTasks.dll index 09bc5d7..0b5eddc 100644 Binary files a/lib/NAnt/NAnt.CompressionTasks.dll and b/lib/NAnt/NAnt.CompressionTasks.dll differ diff --git a/lib/NAnt/NAnt.Contrib.Tasks.dll b/lib/NAnt/NAnt.Contrib.Tasks.dll index 9a170e9..016b80b 100644 Binary files a/lib/NAnt/NAnt.Contrib.Tasks.dll and b/lib/NAnt/NAnt.Contrib.Tasks.dll differ diff --git a/lib/NAnt/NAnt.Core.dll b/lib/NAnt/NAnt.Core.dll index 1e068af..8b3741a 100644 Binary files a/lib/NAnt/NAnt.Core.dll and b/lib/NAnt/NAnt.Core.dll differ diff --git a/lib/NAnt/NAnt.DotNetTasks.dll b/lib/NAnt/NAnt.DotNetTasks.dll index c0d2040..3c74d58 100644 Binary files a/lib/NAnt/NAnt.DotNetTasks.dll and b/lib/NAnt/NAnt.DotNetTasks.dll differ diff --git a/lib/NAnt/NAnt.MSNetTasks.dll b/lib/NAnt/NAnt.MSNetTasks.dll index 59a2d1e..be8f81e 100644 Binary files a/lib/NAnt/NAnt.MSNetTasks.dll and b/lib/NAnt/NAnt.MSNetTasks.dll differ diff --git a/lib/NAnt/NAnt.NUnit.dll b/lib/NAnt/NAnt.NUnit.dll index 8982395..70aa55b 100644 Binary files a/lib/NAnt/NAnt.NUnit.dll and b/lib/NAnt/NAnt.NUnit.dll differ diff --git a/lib/NAnt/NAnt.NUnit1Tasks.dll b/lib/NAnt/NAnt.NUnit1Tasks.dll index 1f4f779..62b7379 100644 Binary files a/lib/NAnt/NAnt.NUnit1Tasks.dll and b/lib/NAnt/NAnt.NUnit1Tasks.dll differ diff --git a/lib/NAnt/NAnt.NUnit2Tasks.dll b/lib/NAnt/NAnt.NUnit2Tasks.dll index 983cc37..da3d6b6 100644 Binary files a/lib/NAnt/NAnt.NUnit2Tasks.dll and b/lib/NAnt/NAnt.NUnit2Tasks.dll differ diff --git a/lib/NAnt/NAnt.SourceControlTasks.dll b/lib/NAnt/NAnt.SourceControlTasks.dll index fdcd6e0..756484b 100644 Binary files a/lib/NAnt/NAnt.SourceControlTasks.dll and b/lib/NAnt/NAnt.SourceControlTasks.dll differ diff --git a/lib/NAnt/NAnt.VSNetTasks.dll b/lib/NAnt/NAnt.VSNetTasks.dll index f025781..a09a89d 100644 Binary files a/lib/NAnt/NAnt.VSNetTasks.dll and b/lib/NAnt/NAnt.VSNetTasks.dll differ diff --git a/lib/NAnt/NAnt.VisualCppTasks.dll b/lib/NAnt/NAnt.VisualCppTasks.dll index 7436b1a..00a7100 100644 Binary files a/lib/NAnt/NAnt.VisualCppTasks.dll and b/lib/NAnt/NAnt.VisualCppTasks.dll differ diff --git a/lib/NAnt/NAnt.Win32Tasks.dll b/lib/NAnt/NAnt.Win32Tasks.dll index 60199d2..5d2e0fb 100644 Binary files a/lib/NAnt/NAnt.Win32Tasks.dll and b/lib/NAnt/NAnt.Win32Tasks.dll differ diff --git a/lib/NAnt/NAnt.exe b/lib/NAnt/NAnt.exe index 1572536..c41374a 100644 Binary files a/lib/NAnt/NAnt.exe and b/lib/NAnt/NAnt.exe differ diff --git a/lib/NAnt/NAnt.exe.config b/lib/NAnt/NAnt.exe.config index b3582b8..53291fd 100644 --- a/lib/NAnt/NAnt.exe.config +++ b/lib/NAnt/NAnt.exe.config @@ -6,7 +6,7 @@
- + @@ -372,7 +372,7 @@ family="net" version="3.5" description="Microsoft .NET Framework 3.5" - sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}" + sdkdirectory="${sdkInstallRoot}" frameworkdirectory="${path::combine(installRoot, 'v3.5')}" frameworkassemblydirectory="${path::combine(installRoot, 'v2.0.50727')}" clrversion="2.0.50727" @@ -473,7 +473,7 @@ - @@ -483,6 +483,8 @@ property="installRoot" key="SOFTWARE\Microsoft\.NETFramework\InstallRoot" hive="LocalMachine" /> + + @@ -537,139 +550,320 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - true - true - true - - - true - true - true - true - true - true - true - true - - - true - - - true - true - true - true - - - true - true - - - sn - - - lc - true - - + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + true + true + true + + + true + true + true + true + true + true + true + true + + + true + + + true + true + true + true + + + true + true + + + sn + + + lc + true + + + + + diff --git a/lib/NAnt/NDepend.Build.NAntTasks.dll b/lib/NAnt/NDepend.Build.NAntTasks.dll deleted file mode 100644 index 2e5fb18..0000000 Binary files a/lib/NAnt/NDepend.Build.NAntTasks.dll and /dev/null differ diff --git a/lib/NAnt/NDoc.Documenter.NAnt.dll b/lib/NAnt/NDoc.Documenter.NAnt.dll index 0939f2e..cdcc3f1 100644 Binary files a/lib/NAnt/NDoc.Documenter.NAnt.dll and b/lib/NAnt/NDoc.Documenter.NAnt.dll differ diff --git a/lib/NAnt/SLiNgshoT.Core.dll b/lib/NAnt/SLiNgshoT.Core.dll index 8a96be8..3fbc24c 100644 Binary files a/lib/NAnt/SLiNgshoT.Core.dll and b/lib/NAnt/SLiNgshoT.Core.dll differ diff --git a/lib/NAnt/SLiNgshoT.exe b/lib/NAnt/SLiNgshoT.exe index 16bdf79..5ac7f1a 100644 Binary files a/lib/NAnt/SLiNgshoT.exe and b/lib/NAnt/SLiNgshoT.exe differ diff --git a/lib/NAnt/extensions/common/2.0/NAnt.MSBuild.dll b/lib/NAnt/extensions/common/2.0/NAnt.MSBuild.dll index 115ab1e..f8b028f 100644 Binary files a/lib/NAnt/extensions/common/2.0/NAnt.MSBuild.dll and b/lib/NAnt/extensions/common/2.0/NAnt.MSBuild.dll differ diff --git a/lib/NAnt/extensions/common/2.0/NAnt.MSBuild.xml b/lib/NAnt/extensions/common/2.0/NAnt.MSBuild.xml deleted file mode 100644 index 0f179af..0000000 --- a/lib/NAnt/extensions/common/2.0/NAnt.MSBuild.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - NAnt.MSBuild - - - - - Functions to return information for MSBuild system. - - - - - - - - Test whether project is VS2005 project and could be built using <msbuild> - - The name or path of the project file (csproj, vbproj, ...). - - True, if it is msbuild project, False otherwise. - - - - - Initialize is guaranteed to be called by MSBuild at the start of the build - before any events are raised. - - - - - Analyses Microsoft Visual Studio .NET 2005 (Whidbey) solution files. - - - - diff --git a/lib/NAnt/lib/mono/1.0/NDoc.Core.dll b/lib/NAnt/lib/mono/1.0/NDoc.Core.dll deleted file mode 100644 index d360866..0000000 Binary files a/lib/NAnt/lib/mono/1.0/NDoc.Core.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/1.0/NDoc.Documenter.Msdn.dll b/lib/NAnt/lib/mono/1.0/NDoc.Documenter.Msdn.dll deleted file mode 100644 index c0fc50d..0000000 Binary files a/lib/NAnt/lib/mono/1.0/NDoc.Documenter.Msdn.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/1.0/NDoc.ExtendedUI.dll b/lib/NAnt/lib/mono/1.0/NDoc.ExtendedUI.dll deleted file mode 100644 index d075d5d..0000000 Binary files a/lib/NAnt/lib/mono/1.0/NDoc.ExtendedUI.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/1.0/nunit.core.dll b/lib/NAnt/lib/mono/1.0/nunit.core.dll deleted file mode 100644 index df7f905..0000000 Binary files a/lib/NAnt/lib/mono/1.0/nunit.core.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/1.0/nunit.framework.dll b/lib/NAnt/lib/mono/1.0/nunit.framework.dll deleted file mode 100644 index 5316687..0000000 Binary files a/lib/NAnt/lib/mono/1.0/nunit.framework.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/1.0/nunit.util.dll b/lib/NAnt/lib/mono/1.0/nunit.util.dll deleted file mode 100644 index e9e479e..0000000 Binary files a/lib/NAnt/lib/mono/1.0/nunit.util.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/2.0/NDoc.Core.dll b/lib/NAnt/lib/mono/2.0/NDoc.Core.dll deleted file mode 100644 index d360866..0000000 Binary files a/lib/NAnt/lib/mono/2.0/NDoc.Core.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/2.0/NDoc.Documenter.Msdn.dll b/lib/NAnt/lib/mono/2.0/NDoc.Documenter.Msdn.dll deleted file mode 100644 index c0fc50d..0000000 Binary files a/lib/NAnt/lib/mono/2.0/NDoc.Documenter.Msdn.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/2.0/NDoc.ExtendedUI.dll b/lib/NAnt/lib/mono/2.0/NDoc.ExtendedUI.dll deleted file mode 100644 index d075d5d..0000000 Binary files a/lib/NAnt/lib/mono/2.0/NDoc.ExtendedUI.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/2.0/nunit.core.dll b/lib/NAnt/lib/mono/2.0/nunit.core.dll deleted file mode 100644 index a11e623..0000000 Binary files a/lib/NAnt/lib/mono/2.0/nunit.core.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/2.0/nunit.framework.dll b/lib/NAnt/lib/mono/2.0/nunit.framework.dll deleted file mode 100644 index 44704bd..0000000 Binary files a/lib/NAnt/lib/mono/2.0/nunit.framework.dll and /dev/null differ diff --git a/lib/NAnt/lib/mono/2.0/nunit.util.dll b/lib/NAnt/lib/mono/2.0/nunit.util.dll deleted file mode 100644 index 8fff811..0000000 Binary files a/lib/NAnt/lib/mono/2.0/nunit.util.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/1.1/NDoc.Core.dll b/lib/NAnt/lib/net/1.1/NDoc.Core.dll deleted file mode 100644 index 84931f6..0000000 Binary files a/lib/NAnt/lib/net/1.1/NDoc.Core.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/1.1/NDoc.Documenter.Msdn.dll b/lib/NAnt/lib/net/1.1/NDoc.Documenter.Msdn.dll deleted file mode 100644 index bcda527..0000000 Binary files a/lib/NAnt/lib/net/1.1/NDoc.Documenter.Msdn.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/1.1/NDoc.ExtendedUI.dll b/lib/NAnt/lib/net/1.1/NDoc.ExtendedUI.dll deleted file mode 100644 index 2132a5c..0000000 Binary files a/lib/NAnt/lib/net/1.1/NDoc.ExtendedUI.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/1.1/nunit.core.dll b/lib/NAnt/lib/net/1.1/nunit.core.dll deleted file mode 100644 index df7f905..0000000 Binary files a/lib/NAnt/lib/net/1.1/nunit.core.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/1.1/nunit.framework.dll b/lib/NAnt/lib/net/1.1/nunit.framework.dll deleted file mode 100644 index 5316687..0000000 Binary files a/lib/NAnt/lib/net/1.1/nunit.framework.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/1.1/nunit.util.dll b/lib/NAnt/lib/net/1.1/nunit.util.dll deleted file mode 100644 index e9e479e..0000000 Binary files a/lib/NAnt/lib/net/1.1/nunit.util.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/2.0/NDoc.Core.dll b/lib/NAnt/lib/net/2.0/NDoc.Core.dll deleted file mode 100644 index 84931f6..0000000 Binary files a/lib/NAnt/lib/net/2.0/NDoc.Core.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/2.0/NDoc.Documenter.Msdn.dll b/lib/NAnt/lib/net/2.0/NDoc.Documenter.Msdn.dll deleted file mode 100644 index bcda527..0000000 Binary files a/lib/NAnt/lib/net/2.0/NDoc.Documenter.Msdn.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/2.0/NDoc.ExtendedUI.dll b/lib/NAnt/lib/net/2.0/NDoc.ExtendedUI.dll deleted file mode 100644 index 2132a5c..0000000 Binary files a/lib/NAnt/lib/net/2.0/NDoc.ExtendedUI.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/2.0/nunit.core.dll b/lib/NAnt/lib/net/2.0/nunit.core.dll deleted file mode 100644 index a11e623..0000000 Binary files a/lib/NAnt/lib/net/2.0/nunit.core.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/2.0/nunit.framework.dll b/lib/NAnt/lib/net/2.0/nunit.framework.dll deleted file mode 100644 index 44704bd..0000000 Binary files a/lib/NAnt/lib/net/2.0/nunit.framework.dll and /dev/null differ diff --git a/lib/NAnt/lib/net/2.0/nunit.util.dll b/lib/NAnt/lib/net/2.0/nunit.util.dll deleted file mode 100644 index 8fff811..0000000 Binary files a/lib/NAnt/lib/net/2.0/nunit.util.dll and /dev/null differ diff --git a/lib/NuGet/NuGet.exe b/lib/NuGet/NuGet.exe index 0372672..34ad49b 100644 Binary files a/lib/NuGet/NuGet.exe and b/lib/NuGet/NuGet.exe differ diff --git a/open.bat b/open.bat index 2675ee4..9defda2 100644 --- a/open.bat +++ b/open.bat @@ -1,10 +1,11 @@ -@echo off - -::Project UppercuT - http://uppercut.googlecode.com -::No edits to this file are required - http://uppercut.pbwiki.com - -SET DIR=%~d0%~p0% -SET NANT="%DIR%lib\Nant\nant.exe" -SET build.config.settings="%DIR%settings\UppercuT.config" - -%NANT% %1 /f:.\build\open.build -D:build.config.settings=%build.config.settings% \ No newline at end of file +@echo off + +::Project UppercuT - http://uppercut.googlecode.com +::No edits to this file are required - http://uppercut.pbwiki.com + +SET DIR=%cd% +SET BUILD_DIR=%~d0%~p0% +SET NANT="%BUILD_DIR%lib\Nant\nant.exe" +SET build.config.settings="%DIR%\settings\UppercuT.config" + +%NANT% -logger:NAnt.Core.DefaultLogger -quiet /f:"%BUILD_DIR%build\open.build" -D:build.config.settings=%build.config.settings% \ No newline at end of file diff --git a/settings/UppercuT.config b/settings/UppercuT.config index 8b9a8e7..c92d657 100644 --- a/settings/UppercuT.config +++ b/settings/UppercuT.config @@ -22,6 +22,7 @@ + @@ -32,6 +33,8 @@ + + @@ -69,7 +72,8 @@ - + + @@ -77,14 +81,21 @@ - - - - - + + + + + + + + + + + + - + \ No newline at end of file diff --git a/test.bat b/test.bat index 6704ea2..2ba3593 100644 --- a/test.bat +++ b/test.bat @@ -1,38 +1,39 @@ -@echo off - -::Project UppercuT - http://uppercut.googlecode.com -::No edits to this file are required - http://uppercut.pbwiki.com - -if '%2' NEQ '' goto usage -if '%3' NEQ '' goto usage -if '%1' == '/?' goto usage -if '%1' == '-?' goto usage -if '%1' == '?' goto usage -if '%1' == '/help' goto usage - -SET DIR=%~d0%~p0% -SET NANT="%DIR%lib\Nant\nant.exe" -SET build.config.settings="%DIR%settings\UppercuT.config" - -%NANT% /f:.\build\compile.step -D:build.config.settings=%build.config.settings% - -if %ERRORLEVEL% NEQ 0 goto errors - -%NANT% /f:.\build\analyzers\test.step %1 -D:build.config.settings=%build.config.settings% -%NANT% /f:.\build\analyzers\test.step open_results -D:build.config.settings=%build.config.settings% - -if %ERRORLEVEL% NEQ 0 goto errors - -goto finish - -:usage -echo. -echo Usage: test.bat -echo Usage: test.bat all - to run all tests -echo. -goto finish - -:errors -EXIT /B %ERRORLEVEL% - +@echo off + +::Project UppercuT - http://uppercut.googlecode.com +::No edits to this file are required - http://uppercut.pbwiki.com + +if '%2' NEQ '' goto usage +if '%3' NEQ '' goto usage +if '%1' == '/?' goto usage +if '%1' == '-?' goto usage +if '%1' == '?' goto usage +if '%1' == '/help' goto usage + +SET DIR=%cd% +SET BUILD_DIR=%~d0%~p0% +SET NANT="%BUILD_DIR%lib\Nant\nant.exe" +SET build.config.settings="%DIR%\settings\UppercuT.config" + +%NANT% /f:"%BUILD_DIR%build\compile.step" -D:build.config.settings=%build.config.settings% + +if %ERRORLEVEL% NEQ 0 goto errors + +%NANT% -logger:NAnt.Core.DefaultLogger -quiet /f:"%BUILD_DIR%build\analyzers\test.step" %1 -D:build.config.settings=%build.config.settings% +%NANT% -logger:NAnt.Core.DefaultLogger -quiet /f:"%BUILD_DIR%build\analyzers\test.step" open_results -D:build.config.settings=%build.config.settings% + +if %ERRORLEVEL% NEQ 0 goto errors + +goto finish + +:usage +echo. +echo Usage: test.bat +echo Usage: test.bat all - to run all tests +echo. +goto finish + +:errors +EXIT /B %ERRORLEVEL% + :finish \ No newline at end of file diff --git a/zip.bat b/zip.bat index 2738109..e35f8ae 100644 --- a/zip.bat +++ b/zip.bat @@ -1,23 +1,25 @@ -@echo off - -::Project UppercuT - http://uppercut.googlecode.com -::No edits to this file are required - http://uppercut.pbwiki.com - -SET DIR=%~d0%~p0% -::This is gone once teamcity can call multiple files -call "%DIR%build.bat" -if %ERRORLEVEL% NEQ 0 goto errors - -SET NANT="%DIR%lib\Nant\nant.exe" -SET build.config.settings="%DIR%settings\UppercuT.config" - -%NANT% %1 /f:.\build\zip.build -D:build.config.settings=%build.config.settings% - -if %ERRORLEVEL% NEQ 0 goto errors - -goto finish - -:errors -EXIT /B %ERRORLEVEL% - +@echo off + +::Project UppercuT - http://uppercut.googlecode.com +::No edits to this file are required - http://uppercut.pbwiki.com + +SET DIR=%cd% +SET BUILD_DIR=%~d0%~p0% + +::This is gone once teamcity can call multiple files +call "%BUILD_DIR%build.bat" %* +if %ERRORLEVEL% NEQ 0 goto errors + +SET NANT="%BUILD_DIR%lib\Nant\nant.exe" +SET build.config.settings="%DIR%\settings\UppercuT.config" + +%NANT% -logger:NAnt.Core.DefaultLogger -quiet /f:"%BUILD_DIR%build\zip.build" -D:build.config.settings=%build.config.settings% %* + +if %ERRORLEVEL% NEQ 0 goto errors + +goto finish + +:errors +EXIT /B %ERRORLEVEL% + :finish \ No newline at end of file