Commit Graph

153 Commits

Author SHA1 Message Date
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
Steve Bohlen
403f0c63f7 fixing buidl to only report coverage on .NET 4 build 2011-10-07 15:08:16 -04:00
Steve Bohlen
e2088352c7 opencover integration for code coverage reporting 2011-10-06 18:08:37 -04:00
Steve Bohlen
cd32d76378 introduce package.buildincrement prop to build script 2011-10-04 13:43:53 -04:00
Marko Lahma
de5b921407 SPRNET-1460: Drop Framework 1.x Support 2011-08-15 19:49:17 +03:00
sbohlen
67b58a6cbf SPRNET-1457
-fixing broken nuget packaging step to work correctly with nuget.exe v1.4
2011-08-04 14:24:01 +00:00
bbaia
4aedd8520d Polishing 1.3.2 release 2011-07-27 13:05:56 +00:00
sbohlen
38abd46011 update readme, changelog, etc. to reflect SPRNET 1.3.2 release notes, etc. 2011-07-25 11:32:17 +00:00
sbohlen
043fab4800 cosmetic mod to build file (cleanup of outdated in-line comments) 2011-07-07 19:16:48 +00:00
sbohlen
79f397b4a3 SPRNET-1454
-add support for NH 3.2
2011-07-07 17:20:13 +00:00
sbohlen
54728d1adc fixing broken build; removing accidentally-retained ECHO DEBUG statement in the build script (blows up b/c property being echoed is not set in all cases) 2011-05-30 03:16:19 +00:00
sbohlen
5982407b93 fixing broken build; reworked build script so that VS2008 (.NET 2.0) MSTest and VS2010 SP1 (.NET 4.0) MSTest tests can co-exist 2011-05-30 02:59:29 +00:00
sbohlen
3bd1c5b33b SPRNET-1443
-fixing build script to properly support MVC3 and MVC3 tests
2011-05-23 03:14:07 +00:00
sbohlen
bfea3bdf2a SPRNET-1437 fix up errors in nuspec package descriptors 2011-05-06 15:58:24 +00:00
sbohlen
afa8e292fc SPRNET-1437 introduce behavior to generate nuget packages on PACKAGE build task 2011-05-05 19:58:44 +00:00
sbohlen
38bae071b8 SPRNET-1412
adding build of EMS support to .NET 4.0 packaging
2011-03-31 14:56:17 +00:00
sbohlen
dbe65ed214 SPRNET-1423
-added explicit copying of NH3.1-related BIN to 3.5 output dir
-also added overlooked copying of NH3.0-related BIN output to 3.5 output dir
2011-03-28 17:11:45 +00:00
sbohlen
2610538ab3 SPRNET-1414
troubleshooting hung calls to powershell; attempting suggestion in this thread http://forums.atlassian.com/thread.jspa?messageID=257354555&#257354555
2011-03-26 18:32:40 +00:00
sbohlen
722fff6f95 SPRNET-1414
troubleshooting hung calls to powershell (still!)
2011-03-26 17:05:13 +00:00
sbohlen
c38c86bbf8 SPRNET-1414
Still fiddling with changes to enable NANT to invoke a Powershell script (successfully!)
2011-03-26 15:58:26 +00:00
sbohlen
ad53937bf8 SPRNET-1414
attempting to address the powershell-hangs-if-run-from-a-build-agent issues with something along these lines http://www.borland-academy.com/issue/TW-6021
2011-03-26 11:44:17 +00:00
sbohlen
875e073891 SPRNET-1414
Powershell apparently doesn't like paths delimited with forward-slashes (/) even though NANT will accept either forward-slashes (/) or backslashes (\) as a path delimiter :(
2011-03-26 03:56:01 +00:00
sbohlen
047347adf2 SPRNET-1414
-fixing errant property mis-entry in build script (Grrr --!)
2011-03-25 23:03:41 +00:00
sbohlen
4d677602a8 SPRNET-1414
Introducing PowerShell scripts designed to enable interaction with S3 for automating the NIGHLY build uploads
2011-03-25 22:01:03 +00:00
lahma
3dd72e8562 SPRNET-1421: NHibernate 3.1 support 2011-03-21 08:25:14 +00:00
sbohlen
f7cbfa9983 SPRNET-1414 disabled nightly build upload (again) until new approach to automating the upload using the new infrastructure can be implemented 2011-03-18 13:58:11 +00:00
sbohlen
5db43a2b7c SPRNET-1414 changed NIGHLY upload pathing as needed to reflect new hosted server location 2011-03-17 19:11:52 +00:00
sbohlen
9c6439c27e removed call to upload NIGHTLY build content to server since upload target is no longer active (need to re-work the upload action in the script to accommodate new upload server target (diff. host)) 2011-02-22 20:23:44 +00:00
sbohlen
dba664edb5 re-enabling the upload of NIGHTLY build to Contegix server as I discovered that indeed it *is* still the host for www.springframework.net 2010-12-15 13:51:14 +00:00
sbohlen
9f1a92868e minor mods in prep for 1.3.1 release 2010-12-13 16:53:48 +00:00
sbohlen
0e4d9fdf24 removed call to upload DAILY SNAPSHOT to contegix since site hosting provider is no longer contegix 2010-12-13 15:40:54 +00:00
sbohlen
3fb538d1e6 misc documentation updates for 1.3.1 release 2010-12-10 20:10:18 +00:00
sbohlen
f3276b4d68 fixing misc issues with few missing package-release content elements 2010-12-10 15:42:04 +00:00