From f3bf575db0ab52763239735bd01a9f31cffa0665 Mon Sep 17 00:00:00 2001 From: eeichinger Date: Thu, 30 Jul 2009 11:52:32 +0000 Subject: [PATCH] build script polishing --- Spring.build | 43 ++++++++------- readme.txt | 29 +++++----- .../Spring.Testing.Microsoft.2008.csproj | 10 ++-- .../Spring.Testing.Microsoft.build | 36 +++++++++++++ .../Spring.Testing.Microsoft.Tests.build | 54 +++++++++++++++++++ 5 files changed, 136 insertions(+), 36 deletions(-) create mode 100644 src/Spring/Spring.Testing.Microsoft/Spring.Testing.Microsoft.build create mode 100644 test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.build diff --git a/Spring.build b/Spring.build index 1826cacb..0a9ea98f 100644 --- a/Spring.build +++ b/Spring.build @@ -22,8 +22,10 @@ Build properties that may be set: signs all assemblies. Requires the key file $/Spring.Net.snk to be in place "package.version": set the package version -"build-testing-mstest": - set to true if local machine has VS.NET 2008 MSTest installed +"build-testing-ems": + set to true if you want to build Tibco EMS support (you need to copy tibco.ems.dll and tibco.ems.admin.dll into /lib/net/2.0 first) +"build-testing-microsoft": + set to true if local machine has VS.NET 2008 MSTest installed (you need to copy Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll to /lib/net/2.0 first) --> @@ -46,7 +48,6 @@ Build properties that may be set: - @@ -378,8 +379,8 @@ Build properties that may be set: - - + + @@ -407,8 +408,8 @@ Build properties that may be set: if="${build-data and nant.settings.currentframework == 'net-3.5' and not net-3.0}"/> - - + + @@ -416,9 +417,7 @@ Build properties that may be set: - - - + @@ -874,6 +873,7 @@ Build properties that may be set: + @@ -922,6 +922,15 @@ Build properties that may be set: + + + + + + + + + @@ -1385,12 +1394,10 @@ Build properties that may be set: + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.build b/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.build new file mode 100644 index 00000000..2ae83006 --- /dev/null +++ b/test/Spring/Spring.Testing.Microsoft.Tests/Spring.Testing.Microsoft.Tests.build @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +