Marko Lahma
f468abfa83
fixes #155 replace Quartz 2 integration with Quartz 3 integration
2018-10-07 15:40:54 +03:00
Marko Lahma
ebe2a73396
remove obsolete library support
...
* ASP.NET MVC 3
* ASP.NET MVC 4
* NHibernate 3
* NHibernate 4
2018-10-06 10:53:12 +03:00
Marko Lahma
d7da839948
remove 2010 from sln and csproj names
2018-10-01 12:12:46 +03:00
Marko Lahma
bf8240936a
fixes #147 NHibernate 5 support
2018-09-30 21:57:25 +03:00
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
ba10504023
convert to FakeItEasy
2018-09-22 14:57:29 +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
cc30cbecb6
bifurcate tests to reflect both apache nvelocity and castle nvelocity libs; re-enable apache nvelocity tests
2015-04-19 10:32:07 -04:00
Steve Bohlen
c900e6353e
-rework build scripts to pull all dependencies from current.bin.dir after being copied from lib source folders
...
-add build scripts for Spring.Template.Velocity.Castle projects
2015-04-18 10:24:55 -04:00
Steve Bohlen
e102d73382
switch build scripts to avoid include=*.dll approach and switch to explicit identification of references (necessary to avoid invalid image format errors when building for CLR 2.0 and encountering CLR 4.0 assemblies in the directory when using include=*.dll approach)
2015-04-13 10:53:14 -04:00
Steve Bohlen
a24cb2de8e
GH-107 - fixing errant build script oversight resulting in linking to improper version of NHibernate.dll in misc cases
2015-04-11 15:46:19 -04:00
Steve Bohlen
45e67d88dd
renaming project to identify specifically as NHibernate4
2015-03-27 17:45:36 -04:00
Steve Bohlen
0da57da488
integrate new test project into build script
2015-03-27 17:34:13 -04:00
Steve Bohlen
5894ff39d1
adjust build file to properly invoke NuGet package restore on the several projects that now have a new dependency upon it
2015-01-16 14:58:57 -05:00
Marko Lahma
c6b176aa27
upgrade to Common.Logging 3.0.0.0, Quartz 2.3.1 and NHibernate 4.0.2
2015-01-16 00:22:21 +02:00
Marko Lahma
61ee75fda8
update to Common.Logging 2.3.1 and Quartz.NET 2.3
2014-11-08 12:15:10 +02:00
Marko Lahma
d0c97dab87
NHibernate 4 support
...
* replace NHibernate33 and NHibernate32 packages with NHibernate3 package
2014-10-19 18:37:14 +03:00
Marko Lahma
1e7e4571b8
upgrade to Quartz.NET 2.2.3
2014-03-30 20:48:47 +03:00
sbohlen
167a104fe2
introduce build param (skipmstestrun) to support building but not -running- the MSTEST sequence (necessary for bypass of the currently-crashing QTAgent32.exe process until this issue is properly sorted out)
2014-03-03 06:57:19 -05:00
sbohlen
81cd77e3dc
Merge branch 'master' of http://github.com/spring-projects/spring-net
2014-02-23 09:04:06 -05:00
sbohlen
4681962bba
updates to reflect correct path to Visual Studio, NuGet package restore for /examples/ projects, and building of Spring.Web.Extensions for .NET 4.5 target
2014-02-23 09:03:05 -05:00
Marko Lahma
68e760b52f
upgrade Quartz.NET dependency to version 2.2.2
2014-02-09 10:30:05 +02: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
c639a95904
remove Spring.MvcQuickStart that is for ASP.NET MVC 2
2013-10-30 07:50:38 +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
e4a59c6dd4
chaning nuget-package-clean task no longer completely delete entire output folder
2013-01-10 20:32:37 -05:00
Steve Bohlen
4d606f8baa
project and pathing reference renaming
2012-12-23 08:18:29 -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
914e774701
enabling data.integration tests in build files
2012-10-22 19:53:01 -04:00
Hailton de Castro
b0a57acdd4
Support for Windows XP in other languages. In Portuguese, for example,
...
is "c:\Arquivos de Programs".
'lib.dir.relative' to use in others build's.
'Spring.ConversationWA.NH32.build', 'Spring.ConversationWA.NH33.build',
'ConversationWA.NH32.Tests.build' and 'ConversationWA.NH33.Tests.build'.
2012-06-09 00:16:20 -03:00
Steve Bohlen
f238179d85
removing deprecated Spring.Scheduling.Quartz folders and source
2012-05-15 11:12:53 -04:00
Steve Bohlen
5f10010e99
temp removal of call to build Quartz20.Tests until they pass
2012-05-11 10:04:42 -04:00
Steve Bohlen
1a5fd1936b
fixup! tweaking quartz20 build scripts and removing quartz 1.x support
2012-05-10 17:04:54 -04:00
Steve Bohlen
de138050e2
SPRNET-1508 commenting back in the mvc4 nuget packaging
2012-05-10 13:36:50 -04:00
Steve Bohlen
204001a0c7
SPRNET-1508 ensuring dependencies in nuget packages reflect pre-release suffix applied to packages when present
2012-05-08 15:21:20 -04:00
Steve Bohlen
c9add9533f
SPRNET-1508 adding support for AssemblyInformationalVersionAttribute to contain nuget package suffix (e.g., "alpha", etc.) if provided
2012-05-08 15:09:17 -04:00
Steve Bohlen
a2d100fd45
SPRNET-1508 adding -D:nuget.version.suffix=... support to main build file params
2012-05-05 12:42:44 -04:00
Steve Bohlen
c4244c172b
SPRNET-1497 added explicit support for aspnetmvc4
2012-05-03 09:49:51 -04:00
Marko Lahma
29be537043
SPRNET-1504 Support NHibernate 3.3.0 GA
2012-04-22 18:45:40 +03:00
Steve Bohlen
6af79525f3
changing logic to construct the build-increment suffix from only the final three chars of the passed in value to the build script (otherwise we end up with too many digits in the 0.0.0.#### version assigning process
2012-04-19 11:25:36 -04:00
Steve Bohlen
155e90338a
updating base project.year value in build script to 2011 so as to 'reset' the daily build increment (which is now too large to be valid again)
2012-04-19 09:52:51 -04:00
Marko Lahma
a16d06db3a
Remove NHibernate integration projects except for 3.2
2012-03-01 23:29:52 +02:00
Marko Lahma
6365b8654f
Cleaning build file and fixing output paths for Spring.Template.Velocity.2010.csproj and Spring.Testing.Microsoft.2010.csproj
2012-02-18 12:47:34 +02:00