Commit Graph

94 Commits

Author SHA1 Message Date
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
tobi-tobsen
7ff5a04fa1 SPRNET-1469: install-schema.build broken 2011-09-26 21:24:49 +02:00
Marko Lahma
ffdeea9d8d SPRNET-1459: Remove VS2003, VS2005 projects and solutions 2011-08-15 19:48:36 +03:00
sbohlen
3320e99102 -fixing missing /example/ solutions for VS2010
-adding calls to build VS2010 /example/ slns in solutions.build.nant
-update NH3.2 reference bins from CR1 to GA
2011-08-02 14:33:29 +00:00
markpollack
e1e947e8ab Misc updates to installaware installer and Document X! API doc generator 2011-08-01 21:39:31 +00:00
markpollack
995f3bbb73 update installer 2011-08-01 17:46:25 +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
6b8d7c4801 update to NuGet.exe 1.4.x 2011-07-14 12:52:40 +00:00
bbaia
956a1301d7 Clean up Calculator quick start 2011-06-04 00:45:21 +00:00
sbohlen
f3031f360d SPSPRNET-1437 add nuget.exe to build tools collection 2011-05-05 19:08:03 +00:00
lahma
3dd72e8562 SPRNET-1421: NHibernate 3.1 support 2011-03-21 08:25:14 +00:00
sbohlen
0b2db14b41 re-enabling test coverage capture and reporting in the build(s) 2011-02-10 01:27:54 +00:00
bbaia
5532f67a9d Removed Spring.Http project (moved to GitHub project spring-net-rest) (SPRNET-1345) 2011-02-04 19:10:36 +00:00
bbaia
0c182f9945 REST client API: Exclude REST quickstarts from build to fix it (SPRNET-1345) 2010-12-31 17:10:49 +00:00
sbohlen
9f1a92868e minor mods in prep for 1.3.1 release 2010-12-13 16:53:48 +00:00
sbohlen
91549d3d36 misc build script changes and add MVC example app 2010-12-09 17:10:50 +00:00
sbohlen
76445f9665 misc edits in prep for 1.3.1 release 2010-12-07 15:19:47 +00:00
markpollack
abc23e2615 update nant 2010-09-21 17:50:29 +00:00
markpollack
139ce90484 update to nunit 2.5.7.10213
initial pass at compilation using .net 4.0 (not just side-by-side support)
2010-09-21 02:41:32 +00:00
sbohlen
11e5ab1834 added files that are new with NUnit 2.5.5 (oops!) 2010-09-20 20:55:47 +00:00
sbohlen
3dc0f5fc29 update NUnit to 2.5.5 2010-09-20 20:54:46 +00:00
sbohlen
cb6e0a3654 2010-09-20 20:03:52 +00:00
sbohlen
5d5500a02a - remove 2005 solutions from example builds
- update VS2010 Solution
2010-08-16 19:38:25 +00:00
sbohlen
24700062bb added NAnt to build tools 2010-08-16 14:28:32 +00:00
markpollack
ed0d83da24 misc update on instructions to use with .NET 3.0 2010-05-03 14:10:51 +00:00
eeichinger
3924f25f14 added missing readme-net-3.5.txt 2009-12-25 09:36:04 +00:00
markpollack
0346d1749c misc updates. 2009-12-17 19:09:03 +00:00
markpollack
3e0f03892d SPRNET-1300 - NMS custom schema is missing a way to set the Exception Listener when creating message listener containers 2009-12-16 19:18:35 +00:00
markpollack
3999385e1b misc installer updates 2009-12-16 05:09:35 +00:00
markpollack
c0812e4824 update installer 2009-12-11 22:23:32 +00:00
markpollack
8b11bb689e update installer
update release dates
SPRNET-1076 - API doc links from reference doc are broken
2009-12-11 22:22:50 +00:00
markpollack
f6cc78ea03 installer for 1.3 GA 2009-12-11 20:32:35 +00:00
markpollack
c4d3c761e9 build-solutions task is acting very flacky, not consistent. Getting 'can't delete errors', maybe nant issue with delete task. adding sleep and deleting second time. reorders the build to do the main 2008 solution first. 2009-12-04 15:54:39 +00:00
markpollack
ff8cb6c723 SPRNET-850 - Upgrade to NUnit 2.5.2 2009-12-04 06:23:06 +00:00
markpollack
7a608b83cf SPRNET-850 - Upgrade to NUnit 2.5.2 2009-12-04 05:38:11 +00:00
markpollack
f584336157 SPRNET-1283 - Msmq QuickStart example does not build via msbuild command line on Bamboo server 2009-11-30 18:00:46 +00:00
markpollack
613677fb8a Clean up of .csproj files for building on bamboo server. 2009-11-30 17:50:50 +00:00
lahma
5bf07f9b83 Fixed Velocity integrations output directory in release build, set treat warnings as errors, added simple documentation for missing members
Set MSBuild's output to minimal when doing solution builds to make CI server's build log more tolerable
2009-11-29 21:39:23 +00:00
markpollack
139d947140 SPRNET-1278 - Add integration with JNDI for TIBCO EMS
SPRNET-1279 - Create integration test project for NMS
SPRNET-1280 - Create integration test project for TIBCO EMS
2009-11-21 19:31:13 +00:00
markpollack
f7a97bfe31 SPRNET-1268 - Spring Exceptions should pass tests to ensure compliance with .NET framework guidelines.
SPRNET-1267 - Add optimize compiler flag for release build
2009-11-10 03:04:07 +00:00
markpollack
e498eb7b9d enable ncover, fix 2003 build, modify solutions.build.nant to exclude Calculator and add ${root} prefix to build 2003 solution. 2009-11-04 23:17:17 +00:00
eeichinger
9fb46fd5fb fixed NH21 integration ProxyFactoryFactory Bug 2009-08-05 15:56:23 +00:00
eeichinger
070c33503e added automatic vs.2008 detection 2009-08-04 20:24:02 +00:00
markpollack
61cd957a0d fix version issue. 2009-08-03 20:54:12 +00:00
eeichinger
8fd35067c9 integrated solutions.build.nant script into main build
fixed northwind example msbuild
2009-08-03 20:35:43 +00:00
eeichinger
da3093992f ingored files 2009-08-03 17:19:38 +00:00
markpollack
5c7cb53dd1 packaging improvements 2009-08-02 03:41:44 +00:00
eeichinger
112d7f4dfd cleanup 2009-07-31 20:55:49 +00:00