Commit Graph

63 Commits

Author SHA1 Message Date
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
eeichinger
96a447f7c3 renamed BreakingChanges-1.2.txt to BreakingChanges-1.3.txt 2009-07-26 16:06:01 +00:00
lahma
573a0903f6 Added support for NH 3.0 (built from trunk), added net-3.5 target to build file, added NH 3.0 targets to build, set NH 2.1 to be part of standard build 2009-07-25 09:34:50 +00:00
lahma
29f1437ea2 SPRNET-1104: Updating to NHibernate 2.1 GA, porting Java features to LocalSessionFactoryObject, changing integration tests to use (local) SQL Server instance instead of fixed host name and named instance, changing to LinFu provider for now 2009-07-24 14:59:24 +00:00
markpollack
c8ec84d9a9 SPRNET-1196 - Added build support but disabled until CI machine can support running mstest. 2009-07-24 03:18:35 +00:00
eeichinger
65fa3a971a deleted obsolete nunit2outproc task 2009-07-14 22:53:39 +00:00
eeichinger
47762e3f0f upgraded to nunit 2.5.1 for running unit tests
integrated ncover for code coverage analysis
switched COM integration tests to explicit
2009-07-14 22:37:59 +00:00
markpollack
aca4e4f246 Messaging solutions that include only the minimal dependencies 2009-06-16 04:58:56 +00:00
markpollack
f418aaa4d9 NVelocity configuration integration classes - thanks Erez Mazor and welcome to the project! 2009-06-04 01:34:53 +00:00
eeichinger
ca9f8689d3 generate sdk docs using NDoc3 beta3 2009-05-10 08:30:04 +00:00
eeichinger
d4e980ab59 additional ndoc3 fixes 2009-04-19 03:58:56 +00:00
eeichinger
c49a8e54bc updated ndoc3 2009-04-19 00:46:35 +00:00
eeichinger
4fdd86185b integrated ndoc3 (needs manual "nant doc-sdk" invocation yet) 2009-04-17 16:49:13 +00:00
eeichinger
fb0cb23a7f polishing infrastructure 2009-04-17 13:29:35 +00:00
eeichinger
f28941261e fixed SPRNET-1192
fixed SPRNET-1072
2009-04-16 15:17:36 +00:00
eeichinger
9608cd67da reanimated NHibernate.Integration.Tests 2008-12-23 23:02:54 +00:00
eeichinger
044e8af105 SPRNET-444
SPRNET-1140
2008-12-20 01:21:02 +00:00
lahma
42b30d4429 SPRNET-1104: NHibernate 2.1 Support 2008-11-11 13:46:13 +00:00
markpollack
7b5118b111 no real changes, just some installer version numbers 2008-11-10 01:12:27 +00:00
markpollack
429d7d9d09 misc changes to installer. 2008-11-07 14:22:45 +00:00
markpollack
6a85fde165 installer updates 2008-11-06 23:02:10 +00:00
lahma
ebe585de68 Brought more tests from Java side and synchronized with Java code base:
use object name as default scheduler name (when "SchedulerName" property not explicitly specified); do not accept a pre-registered Scheduler instance in the Quartz SchedulerRepository anymore; do not expose the Spring-created/managed Scheduler to the Quartz SchedulerRepository anymore; added "ExposeSchedulerInRepository" flag for explicit exposure to the SchedulerRepository; introduced SchedulerAccessorObject for registering jobs/triggers/listeners on an existing Quartz Scheduler instance
2008-11-06 18:08:46 +00:00
eeichinger
a9678d17f5 fixed install-schema.build script (installed to wrong dirs for VS > 2003) 2008-11-06 17:16:56 +00:00
markpollack
8e68cd506d installer changes for 1.2.0 2008-11-06 08:17:27 +00:00
eeichinger
3c2ee6eb42 fixed SPRNET-1059 2008-10-19 09:52:48 +00:00
eeichinger
a09d0c4c16 added test for sprnet-1029 2008-10-18 17:39:48 +00:00
markpollack
a68ccd1867 mic updates. 2008-10-18 16:05:39 +00:00
markpollack
628ba9e874 update release date
add docs for customized result set mappings
2008-10-16 02:50:22 +00:00
eeichinger
4d9a3f6a72 included missing example solutions to be built 2008-10-15 17:35:54 +00:00
eeichinger
ef7e379dbc nant scripts for testing release distributions 2008-10-15 16:17:40 +00:00
eeichinger
cda7baf8e7 removed spring-ems-1.2.xsd from schema install script 2008-10-15 14:44:50 +00:00
eeichinger
60d9aa0e66 readded spring-ems schema to deployment 2008-10-15 14:25:14 +00:00