Commit Graph

1087 Commits

Author SHA1 Message Date
sbohlen
9cdcedd4e0 resize modules graphic 2010-12-09 20:24:59 +00:00
sbohlen
b7d6885de5 modified MVC example app to target .net 3.5 2010-12-09 18:25:00 +00:00
sbohlen
6159e65a4e mods to reflect need to support both /program files/ and /program files (x86)/ paths for certain .NET framework references (MVC-related) 2010-12-09 18:10:44 +00:00
sbohlen
91549d3d36 misc build script changes and add MVC example app 2010-12-09 17:10:50 +00:00
sbohlen
b16ec89b35 mods to packaging script to copy 3.5-specific binaries 2010-12-09 16:27:51 +00:00
sbohlen
9ad47bdd6f SPRNET-1398
Change default value for timeout field to non-zero
2010-12-09 16:26:16 +00:00
lahma
ebdabeb143 Fixed Spring.Services.build to only copy Spring.* and Common.Logging DLLs build dir before build (this was presumably the actual culprit for wrong NH3 build references) 2010-12-09 16:16:44 +00:00
lahma
ac19a0d1a9 SPRNET-1388: Fixed NHibernate 3 compilation for target framework 3.5 2010-12-09 13:37:24 +00:00
sbohlen
67966c1566 misc changes to build infrastructure to support adding .net 3.5 and 4.0 2010-12-09 00:24:11 +00:00
markpollack
e0e257e2dc SPRNET-1375 - Update to ActiveMQ NMS 1.4.1 2010-12-08 18:11:55 +00:00
markpollack
6c1492f049 SPRNET-1395 - Verify VS2003 SLN file compiles 2010-12-08 18:08:44 +00:00
markpollack
26fa62afdb SPRNET-1398 - Command timeout can't be set to infinite value 2010-12-08 17:57:35 +00:00
sbohlen
e834948f8c Add build release convenience script 2010-12-07 21:18:59 +00:00
sbohlen
b4e1bce6e9 SPRNET-1327 2010-12-07 20:42:23 +00:00
sbohlen
7981bba417 SPRNET-1327 2010-12-07 20:37:42 +00:00
sbohlen
8a23270b5d SPRNET-1396 2010-12-07 20:30:04 +00:00
sbohlen
76445f9665 misc edits in prep for 1.3.1 release 2010-12-07 15:19:47 +00:00
sbohlen
3dcbc88fa7 - fix hardcoded path to hhc.exe to properly locate install location on x64 platforms (e.g., c:\program files (x86)\... instead of c:\program files\...)
- increased heap space to 1024m on the docbook builder (PDF target) so that it doesn't crash when building
2010-12-06 19:56:14 +00:00
lahma
69b2b885be SPRNET-1393: NHibernate 3.0 support 2010-12-06 09:24:55 +00:00
sbohlen
e9ca793d9e fixing broken build 2010-12-03 05:04:01 +00:00
markpollack
08a259bdae Update VS.NET 2008 solution after merge of code config branch 2010-12-02 22:41:49 +00:00
markpollack
87a9d293da Add missing file from code config branch 2010-12-02 22:34:22 +00:00
sbohlen
2327d41dfa SPRNET-1392
Introduce changes to Core container to support Code-Based Configuration
2010-12-02 21:12:15 +00:00
sbohlen
6c7e7777df removal of Spring.Core.Configuration project and related tests in prep for merge back into trunk 2010-12-02 19:00:02 +00:00
sbohlen
d1c29bdcdf commit readying to merge back into trunk 2010-12-02 18:50:33 +00:00
sbohlen
f886ca4fc7 initial rework of scanning to use AssemblyObjectDefinitionScanner class and more fluent filter-registration API 2010-11-29 22:25:58 +00:00
sbohlen
d7c6bddc47 2010-11-29 19:37:46 +00:00
bbaia
ce1b9e7309 REST client API (SPRNET-1345) :
- Added VS2005 solution/projecs
- Support for .NET 4.0
2010-11-28 20:35:18 +00:00
bbaia
169d210b48 REST client API (SPRNET-1345) :
- Added UrlEncodedFormHttpMessageConverter
- Fixed Xml based message converters
- Minor fixes & polishing
2010-11-28 19:03:58 +00:00
sbohlen
66a94fd503 Cosmetic mods to improve test code clarity of intent 2010-11-20 19:22:14 +00:00
sbohlen
962e571ef5 Initial attempt at fleshing out the scanning extension method API; further review and comment/discussion needed 2010-11-20 19:19:01 +00:00
sbohlen
85af8a1d8f additional tests introduced; minor mods to attribute classes to support better syntax for setting values 2010-11-19 14:40:12 +00:00
markpollack
b8a687b86a SPRNET-1366 - Allow for configuration of UTF8 preamble generation and the check for invalid bytes in XmlMessageConverter. 2010-11-16 17:35:00 +00:00
markpollack
fe79aa7aaa SPRNET-1389 - Update to Apache.NMS.ActiveMQ 1.4.1 2010-11-16 17:03:18 +00:00
markpollack
388234c2c0 SPRNET-1268 - Exceptions in Spring should pass tests to ensure compliance with .NET framework guidelines. 2010-11-16 16:56:47 +00:00
markpollack
32aa99ff87 SPRNET-1390 - Allow for dependency injection on object returned from TIBCO EMS's JndiLookupFactoryObject 2010-11-16 16:41:52 +00:00
sbohlen
55b169d06c container refresh modifications to interact with ConfigurationClassPostProcessor as required 2010-11-15 20:35:54 +00:00
sbohlen
324486e86a restructured into separate assembly to avoid Spring.Core needing a dependency on Spring.Aop 2010-11-10 20:50:45 +00:00
sbohlen
d5d35573d0 remove misc references to beans 2010-11-10 01:32:16 +00:00
sbohlen
ff4dac6ea9 initial port of lower-level classes 2010-11-10 01:16:59 +00:00
sbohlen
bf51d96ec6 Minor reference doc housekeeping. 2010-11-09 20:36:42 +00:00
sbohlen
84e6411dec SPRNET-1311
Updated docs to reflect current collection of modules; note that Spring.Http has not been included in this list pending a decision re: its remaining in Spring.NET or moving to a complimentary stand-alone project for its release.
2010-11-02 16:36:55 +00:00
lahma
db5d92e565 NHibernate 3.0 Beta 2 2010-11-02 14:25:35 +00:00
sbohlen
4ef90395fa SPRNET-1388
wired up NH3 build-compile into daily snapshot build process
2010-11-02 14:06:42 +00:00
sbohlen
62b0591321 SPRNET-1354
Introduced WebServiceHostFactory and added .NET 3.5 build
2010-11-01 19:48:37 +00:00
sbohlen
49349ef94a prevent assembly copy from 2.0 to current output dir under .net 4.0 build 2010-11-01 19:20:16 +00:00
sbohlen
a17316370b fixing broken 4.0 daily build...helps if you actually DEFINE the target daily-build-4.0 BEFORE calling it :) 2010-11-01 18:03:10 +00:00
sbohlen
592edc46f2 fixing broken 3.5 daily build 2010-11-01 17:45:24 +00:00
sbohlen
e8fd761860 fixing broken 3.5 daily build 2010-11-01 17:14:44 +00:00
eeichinger
a997f32044 fixed SPRNET-1379, Calculator EnterpriseService example 2010-10-31 02:51:35 +00:00