Commit Graph

141 Commits

Author SHA1 Message Date
Marko Lahma
b81af45da7 create netstandard2.0 targets
* Spring.Aop
* Spring.Core
* Spring.Data
* Spring.Messaging
* Spring.Testing.NUnit
2018-09-30 09:33:27 +03:00
Marko Lahma
9b939a3065 convert to new csproj 2018-09-17 08:14:58 +03:00
Marko Lahma
2b4eade2cb convert packages.config files to project.json
* reduce console output in builds
2016-11-11 22:16:40 +02:00
Marko Lahma
b3d1d85426 upgrade to NUnit 3.5
* upgrade nuget.exe and use single installation in build-support directory
* migrate to preferred automatic visual studio package restore mode
* fix various issues with NHibernate build configuration
* fix building of MVC projects when MVC libs not present
2016-10-29 21:43:06 +03:00
Steve Bohlen
4173268006 troubleshooting db connectivity for integration tests 2015-01-17 19:23:08 -05:00
Steve Bohlen
c2bbeba865 troubleshooting db connectivity for integration tests 2015-01-17 19:07:25 -05:00
Steve Bohlen
5a5965ac73 troubleshooting db connectivity for integration tests 2015-01-17 19:04:17 -05:00
Steve Bohlen
791124366d return to TCP transport for DB conn alias 2015-01-17 15:17:56 -05:00
Steve Bohlen
21d2ac8fab comment back in missing named-piped config value 2015-01-17 15:05:47 -05:00
Steve Bohlen
21a3632359 switching to named-pipes transport for SpringQA sql server alias 2015-01-17 14:55:23 -05:00
Steve Bohlen
ffdbfe1406 add ps1 script to safely restart services and WAIT until complete before proceeding 2015-01-17 10:39:27 -05:00
Steve Bohlen
0d2a4f380a remove inadvertent duplicate attempt to create 'Spring' database 2015-01-16 22:53:58 -05:00
Steve Bohlen
2bfe447075 add missing closing quotation in sqlcmd arguments 2015-01-16 22:19:00 -05:00
Steve Bohlen
fbd4c1f612 add scripts to create required databases and users for integration tests 2015-01-16 22:06:55 -05:00
Marko Lahma
d0c97dab87 NHibernate 4 support
* replace NHibernate33 and NHibernate32 packages with NHibernate3 package
2014-10-19 18:37:14 +03:00
sbohlen
e41d0dee48 update NANT config settings to support builds on both x86 and x64 processor architectures 2014-02-23 08:50:22 -05:00
Mike Evteev
19df92672f Added NAnt configuration to run on .Net 4.5 2014-01-16 10:37:43 -05:00
Marko Lahma
ed29a994b4 SPRNET-1509 upgrade to NUnit 2.6, use NuGet packages 2013-12-25 00:50:00 +02:00
Marko Lahma
0dfc0bc57b SPRNET-1539 upgrade Quartz dependency to 2.2.1, use Spring.Scheduling.Quartz2 as package name
* replace lib dir NHibernate and Quartz dlls with NuGet references
* update examples to prefer NuGet packages
2013-12-23 23:44:50 +02:00
Marko Lahma
fc5fa113bb SPRNET-1561 ASP.NET MVC 5 and WEB API 2 support
* also add .NET 4.5 targets
* fix issues with libs and build targets
2013-12-03 17:46:24 +02:00
Marko Lahma
54bcda7f77 SPRNET-1560 remove VS2008 solutions and projects
* update build files to use explicit library references to ensure proper 4.0 build on 4.5 enabled machines
* remove Spring.Web.MVC projects from main solution file
2013-11-17 14:10:46 +02:00
Marko Lahma
129fd2042c update NuGet to v. 2.7.1 2013-10-30 08:04:32 +02:00
Marko Lahma
1747ed066c update to NAnt 0.92 final 2013-10-30 08:00:42 +02:00
Marko Lahma
ed4efe3180 add missing ICSharpCode.NRefactory.CSharp.dll that was ignored by git for some reason 2013-10-29 18:25:10 +02:00
Marko Lahma
a957f027fb use OpenCover by default, update OpenCover and ReportGenerator, remove ASP.NET MVC 2 from packaging 2013-10-28 13:26:39 +02:00
Marko Lahma
10b6d3a747 Upgrade OpenCover and ReportGenerator, parameterize OpenCover to build
Now one can run coverage with open cover using -D:test.coverage.tool=opencover
2013-01-13 19:09:32 +02:00
Marko Lahma
ebfe101ad0 SPRNET-1539 Quartz.NET 2.1 support 2013-01-12 15:19:46 +02:00
Steve Bohlen
46f702116e remove errant ref to vs2003 registry, install location 2012-12-21 10:41:06 -05:00
Steve Bohlen
4caf0c6c1f Merge branch 'master' of https://github.com/hailtondecastro/spring-net into sprnet-1431 2012-12-17 15:29:20 -05:00
Steve Bohlen
ea5679df72 updating nuget to v2.0.0 2012-06-25 13:39:21 -04:00
Hailton de Castro
fe115c2c33 Ensure use of 32 bits version of frameworks and IDE to avoid the error
[MSB6003: The specified task executable "ResGen.exe" could not be
run...] on "Win 7 64".
  Forcing use of specific SDK to avoid the error "TRK0002: Failed to
execute command ResGen ..." on "Win 7 64". See:
http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/e8c1d26a-5e77-4422-bbc8-f0b7f25702d2/
  Specifying mandatory property (Platform) in SDK 7.
2012-06-08 22:50:09 -03:00
Hailton de Castro
748138709f Correction to be able to find the location of the MONO in "Win 7 64." 2012-06-08 22:48:46 -03:00
Steve Bohlen
f238179d85 removing deprecated Spring.Scheduling.Quartz folders and source 2012-05-15 11:12:53 -04:00
Marko Lahma
cbfbed206b Fixing compilation and configuration issues in Spring.Scheduling.Quartz.Example 2012-05-14 08:50:55 +03:00
Marko Lahma
50198bf8b8 Cleaning Quartz.NET integration, removing #ifs as now only Quartz.NET 2.0 supported 2012-05-13 11:13:45 +03:00
Steve Bohlen
9ace1a42e2 tweaking broken build scripts 2012-05-11 13:05:23 -04:00
Steve Bohlen
a3bc044c96 fixing up misc problems with the failing build 2012-05-10 20:54:22 -04:00
Steve Bohlen
e42cd11da7 updating to nuget v 1.70 2012-05-04 18:01:46 -04:00
Marko Lahma
29be537043 SPRNET-1504 Support NHibernate 3.3.0 GA 2012-04-22 18:45:40 +03:00
Marko Lahma
a16d06db3a Remove NHibernate integration projects except for 3.2 2012-03-01 23:29:52 +02:00
Steve Bohlen
42b5ecdb01 adding sysinternals pskill.exe to build support tools 2012-02-20 10:53:41 -05:00
Steve Bohlen
f2b659bab5 updating NuGet.exe to 1.6.21205.9031 2012-02-20 10:52:51 -05:00
Marko Lahma
1aef71785d Changing all NET_2_0 to NET_4_0 in build files, fixing web site model DLL references, removed obsolete Spring.Web.Extensions.Example.2005 2012-02-18 10:47:04 +02:00
Marko Lahma
3687d33f0a More reference and whatnot fixes 2012-02-17 18:44:26 +02:00
Marko Lahma
88e05db3de Removing .NET 2.0 and 3.0 support, updating build and project files, removing obsolete defines 2012-02-16 22:32:16 +02:00
Marko Lahma
fa894204d3 Initial version of Quartz 2.0 integration 2012-02-11 17:57:49 +02:00
Steve Bohlen
88326436e2 rename erroneous folder tools/ReporterGenerator 2011-11-01 11:46:58 -04:00
Steve Bohlen
71e2f36b38 SPRNET-1472 switch to RELEASE build of opencover 2011-10-08 10:26:20 -04:00
Steve Bohlen
824a254475 Merge branch 'master' of https://github.com/SpringSource/spring-net 2011-10-06 18:09:03 -04:00
Steve Bohlen
e2088352c7 opencover integration for code coverage reporting 2011-10-06 18:08:37 -04:00