Commit Graph

185 Commits

Author SHA1 Message Date
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
Marko Lahma
3687d33f0a More reference and whatnot fixes 2012-02-17 18:44:26 +02:00
Marko Lahma
32c8fade4d Fixing lib issue in compilation and removing old remnants of net-3.0 build checks 2012-02-17 17:02:15 +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
aecb61fa54 Revert "SPRNET-1472 wire up opencover to run coverage on all tests aggregated together at once"
This reverts commit 6084b5d119.
2011-11-04 14:32:31 -04:00
Steve Bohlen
6084b5d119 SPRNET-1472 wire up opencover to run coverage on all tests aggregated together at once 2011-11-03 19:02:44 -04:00
Steve Bohlen
774249a80b Merge branch 'master' of https://github.com/SpringSource/spring-net 2011-10-31 11:58:08 -04:00
Steve Bohlen
8ad4bfcc5e fixing broken path to nonredist folder 2011-10-31 11:57:59 -04:00
Marijn van der Zee
521eb1c6cc The default value for build-ems should be false for the compile-net-4.0c target
Reference: http://forum.springframework.net/showthread.php?9515-What-are-the-prerequisites-to-do-a-succesful-build-from-a-clean-check-out&p=25723#post25723
2011-10-28 21:30:41 +03:00
Steve Bohlen
95949b4b71 SPRNET-1472 revert to ncover for reporting, exclude .NET 4 2011-10-08 17:31:07 -04:00