Commit Graph

  • 20b839cf03 SPRNET-1443 -add initial support for MVC3 (this will probably break the build until I can uncorrupt my local SVN folder tree and commit the missing pieces -- WORK IN PROGRESS) sbohlen 2011-05-23 01:35:10 +00:00
  • 86ec218b4e SPRNET-1391 - ExceptionTranslation doesn't work for SQLite markpollack 2011-05-16 21:02:54 +00:00
  • 6dbd5a2aee SPRNET-1351 - Add support for Informix database in dbproviders.xml, spring-database-1.3.xsd, and update docs. markpollack 2011-05-16 20:00:30 +00:00
  • f605067636 SPRNET-1242 added support for collection property merging of Set<T> and List<T> sbohlen 2011-05-13 00:15:26 +00:00
  • 5a5f5a92ab forward-rev Spring.Testing.Microsoft into VS2010 format sbohlen 2011-05-06 15:59:30 +00:00
  • bfea3bdf2a SPRNET-1437 fix up errors in nuspec package descriptors sbohlen 2011-05-06 15:58:24 +00:00
  • afa8e292fc SPRNET-1437 introduce behavior to generate nuget packages on PACKAGE build task sbohlen 2011-05-05 19:58:44 +00:00
  • 56f7726514 SPSPRNET-1437 update nuspec skeleton files to show default version 0.0.0 as a placeholder value (else the command-line nuget tool balks when you attempt to replace the prior placeholder value of SPRING_VERSION) sbohlen 2011-05-05 19:15:42 +00:00
  • f3031f360d SPSPRNET-1437 add nuget.exe to build tools collection sbohlen 2011-05-05 19:08:03 +00:00
  • 092504af8a SPRNET-1437 restructure .nuspec skeletons to reflect nuget xsd references sbohlen 2011-05-05 16:57:13 +00:00
  • 02d4788a33 InheritanceAopProxyTypeBuilder does not support generic parameters (SPRNET-1429) bbaia 2011-04-05 08:51:33 +00:00
  • 6fd34b7664 SPRNET-1334 clone dictionary before iterating through it to avoid iterator reentrancy sbohlen 2011-04-04 14:30:01 +00:00
  • 768f26559b Create ConfigurableVariableSource to allow inline variables definitions with VariablePlaceholderConfigurer (SPRNET-1426) bbaia 2011-04-04 10:59:56 +00:00
  • 3fe86e6d2e SPRNET-1339 introduced checks for IsNullableType() into the method matching logic sbohlen 2011-03-31 17:40:55 +00:00
  • 38bae071b8 SPRNET-1412 adding build of EMS support to .NET 4.0 packaging sbohlen 2011-03-31 14:56:17 +00:00
  • 7020c89f39 SPRNET-1410 introduced defensive check for ZombiedTransaction (a Transaction without an active connection) on DoRollback method sbohlen 2011-03-30 19:45:51 +00:00
  • d180df8a12 Fixed Spring.ServiceModel.ServiceExporter (SPRNET-1416) bbaia 2011-03-30 08:40:04 +00:00
  • d1b05216ab Fixed Spring.ServiceModel.ServiceExporter (SPRNET-1416) bbaia 2011-03-30 08:25:06 +00:00
  • 46831373b5 Interfaces attributes should not be 'proxied' when targeting a transparent proxy (SPRNET-1424) bbaia 2011-03-29 10:59:08 +00:00
  • 1f3fdfecb9 SPRNET-1425 -changed version info to reflect 1.3.2 sbohlen 2011-03-28 20:59:54 +00:00
  • 5249aa43f1 Update Package Version calls in build cmd files to 1.3.2 sbohlen 2011-03-28 19:51:50 +00:00
  • f6db91cd37 SPRNET-1419 -updated AssemblyInfo.cs to reflect proper version of NH sbohlen 2011-03-28 19:48:15 +00:00
  • 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 sbohlen 2011-03-28 17:11:45 +00:00
  • 2610538ab3 SPRNET-1414 troubleshooting hung calls to powershell; attempting suggestion in this thread http://forums.atlassian.com/thread.jspa?messageID=257354555&#257354555 sbohlen 2011-03-26 18:32:40 +00:00
  • 722fff6f95 SPRNET-1414 troubleshooting hung calls to powershell (still!) sbohlen 2011-03-26 17:05:13 +00:00
  • c38c86bbf8 SPRNET-1414 Still fiddling with changes to enable NANT to invoke a Powershell script (successfully!) sbohlen 2011-03-26 15:58:26 +00:00
  • 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 sbohlen 2011-03-26 11:44:17 +00:00
  • 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 :( sbohlen 2011-03-26 03:56:01 +00:00
  • 047347adf2 SPRNET-1414 -fixing errant property mis-entry in build script (Grrr --!) sbohlen 2011-03-25 23:03:41 +00:00
  • 4d677602a8 SPRNET-1414 Introducing PowerShell scripts designed to enable interaction with S3 for automating the NIGHLY build uploads sbohlen 2011-03-25 22:01:03 +00:00
  • e2cbd5b248 Ditch pragma for disabling compiler warning in favor of project level nowarn directive (.NET 1.1 strikes again) lahma 2011-03-21 08:42:35 +00:00
  • 3dd72e8562 SPRNET-1421: NHibernate 3.1 support lahma 2011-03-21 08:25:14 +00:00
  • 8ebf5eab90 SPRNET-1422: HibernateTemplate should support Merge lahma 2011-03-21 06:56:51 +00:00
  • fa9fc1295d SPRNET-1417: NHibernate 3.1 NH-2455 breaks Spring 1.3.1 NH support lahma 2011-03-21 06:35:02 +00:00
  • f7cbfa9983 SPRNET-1414 disabled nightly build upload (again) until new approach to automating the upload using the new infrastructure can be implemented sbohlen 2011-03-18 13:58:11 +00:00
  • 5db43a2b7c SPRNET-1414 changed NIGHLY upload pathing as needed to reflect new hosted server location sbohlen 2011-03-17 19:11:52 +00:00
  • 7fb3f36da5 re-enabling the NCOVER reporting sbohlen 2011-03-09 20:43:24 +00:00
  • 56e604eae1 temporarily reverting the running of the ncover reporting since its (for an unknown reason) unable to execute (reliably) on new build server sbohlen 2011-03-01 09:14:25 +00:00
  • 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)) sbohlen 2011-02-22 20:23:44 +00:00
  • 2a52c4a58c SPRNET-1352 fixed typo sbohlen 2011-02-11 17:11:35 +00:00
  • 0b2db14b41 re-enabling test coverage capture and reporting in the build(s) sbohlen 2011-02-10 01:27:54 +00:00
  • 5532f67a9d Removed Spring.Http project (moved to GitHub project spring-net-rest) (SPRNET-1345) bbaia 2011-02-04 19:10:36 +00:00
  • ab3f4dedea Updated syntax highlighting definition for C#. bbaia 2011-01-29 01:49:15 +00:00
  • 6335664531 Initial auto generated NuPack descriptors for Spring modules - still needs a post-processing + package to scripts lahma 2011-01-23 18:44:52 +00:00
  • 9d10424128 REST client API: Added tests (SPRNET-1345) bbaia 2011-01-21 17:23:24 +00:00
  • d9a9c47068 mod programlistings node in to wrap text in PDFs (resolves margin overrun problem for code samples in the PDF docs) sbohlen 2011-01-21 14:56:38 +00:00
  • 7d635d6d83 REST client API: Polishing (SPRNET-1345) bbaia 2011-01-17 16:59:12 +00:00
  • 0791565b30 REST client API: Added tests for the Spring.Http.Client namespace (SPRNET-1345) bbaia 2011-01-14 18:09:51 +00:00
  • e3cbb13899 cleanup ContextRegistry after each ContextHandler test eeichinger 2011-01-07 20:40:56 +00:00
  • d0135e2a73 fix for SPRNET-1331 eeichinger 2011-01-07 19:40:38 +00:00
  • df43bd8640 REST client API: Polishing (SPRNET-1345) bbaia 2011-01-07 17:07:02 +00:00
  • 2d9b773f29 REST client API: Code comments (SPRNET-1345) bbaia 2011-01-06 18:13:50 +00:00
  • ff72c62226 SPRNET-1409 Applied 'patch' (modified iteration algorithm) and added unit test to confirm proper behavior remains intact moving forward. sbohlen 2011-01-04 20:57:05 +00:00
  • d73f223a74 REST client API: Use 'object' instead of 'string' for UriTemplate variables (SPRNET-1345) bbaia 2011-01-04 11:44:39 +00:00
  • 0c182f9945 REST client API: Exclude REST quickstarts from build to fix it (SPRNET-1345) bbaia 2010-12-31 17:10:49 +00:00
  • 57a25d344b REST client API: Silverlight and Windows Phone support (SPRNET-1345) bbaia 2010-12-30 23:07:54 +00:00
  • e9de2313a5 SPRNET-1406 Copyright notices updated globally to reflect consistent date-range references. sbohlen 2010-12-15 17:21:00 +00:00
  • 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 sbohlen 2010-12-15 13:51:14 +00:00
  • 9f1a92868e minor mods in prep for 1.3.1 release sbohlen 2010-12-13 16:53:48 +00:00
  • 0e4d9fdf24 removed call to upload DAILY SNAPSHOT to contegix since site hosting provider is no longer contegix sbohlen 2010-12-13 15:40:54 +00:00
  • ff9008d390 Added VS2010 solution to Spring.Web.Extensions example. bbaia 2010-12-12 02:26:44 +00:00
  • 9788fd3580 SPRNET-1407 Updated copyright notices in docs. sbohlen 2010-12-11 20:35:49 +00:00
  • 278d70bf34 SPRNET-1401 MVC Documentation added to reference docs. sbohlen 2010-12-11 20:32:25 +00:00
  • 2898f6c0c4 remove errant .user file sbohlen 2010-12-11 18:14:52 +00:00
  • 0e3f547153 SPRNET-1406 Copyright notices updated globally to reflect consistent date-range references. sbohlen 2010-12-11 17:28:45 +00:00
  • cb76da7826 SPRNET-1304 - Lack of error code information in translated exceptions markpollack 2010-12-10 23:25:39 +00:00
  • ddba95147b SPRNET-1205 - ExecuteFind tries to throw ConvertADOAccessException but throws NullReferenceException Lack of error code information in translated exceptions markpollack 2010-12-10 23:24:44 +00:00
  • 707edcb3fc SPRNET-1205 - ExecuteFind tries to throw ConvertADOAccessException but throws NullReferenceException markpollack 2010-12-10 22:56:55 +00:00
  • 3fb538d1e6 misc documentation updates for 1.3.1 release sbohlen 2010-12-10 20:10:18 +00:00
  • 07a2bc9dd1 minor change to diagram width to fit on PDF docs page size sbohlen 2010-12-10 19:29:41 +00:00
  • a8d559a426 SPRNET-1404 Added ActionInvoker sbohlen 2010-12-10 19:05:03 +00:00
  • 24aa39de10 change test to check for DIRECTORY instead of FILE sbohlen 2010-12-10 17:22:12 +00:00
  • 7788770be0 SPRNET-1399 Add missing license header(s) sbohlen 2010-12-10 16:37:30 +00:00
  • 7aa5c5bd57 fixing typo to correct broken build sbohlen 2010-12-10 16:15:27 +00:00
  • f3276b4d68 fixing misc issues with few missing package-release content elements sbohlen 2010-12-10 15:42:04 +00:00
  • 16acfd01f9 fix up pathing to hhc.exe sbohlen 2010-12-10 15:28:40 +00:00
  • 7f2dd1b9a8 adding missing examples code sbohlen 2010-12-09 21:10:01 +00:00
  • 9cdcedd4e0 resize modules graphic sbohlen 2010-12-09 20:24:59 +00:00
  • b7d6885de5 modified MVC example app to target .net 3.5 sbohlen 2010-12-09 18:25:00 +00:00
  • 6159e65a4e mods to reflect need to support both /program files/ and /program files (x86)/ paths for certain .NET framework references (MVC-related) sbohlen 2010-12-09 18:10:44 +00:00
  • 91549d3d36 misc build script changes and add MVC example app sbohlen 2010-12-09 17:10:50 +00:00
  • b16ec89b35 mods to packaging script to copy 3.5-specific binaries sbohlen 2010-12-09 16:27:51 +00:00
  • 9ad47bdd6f SPRNET-1398 Change default value for timeout field to non-zero sbohlen 2010-12-09 16:26:16 +00:00
  • 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) lahma 2010-12-09 16:16:44 +00:00
  • ac19a0d1a9 SPRNET-1388: Fixed NHibernate 3 compilation for target framework 3.5 lahma 2010-12-09 13:37:24 +00:00
  • 67966c1566 misc changes to build infrastructure to support adding .net 3.5 and 4.0 sbohlen 2010-12-09 00:24:11 +00:00
  • e0e257e2dc SPRNET-1375 - Update to ActiveMQ NMS 1.4.1 markpollack 2010-12-08 18:11:55 +00:00
  • 6c1492f049 SPRNET-1395 - Verify VS2003 SLN file compiles markpollack 2010-12-08 18:08:44 +00:00
  • 26fa62afdb SPRNET-1398 - Command timeout can't be set to infinite value markpollack 2010-12-08 17:57:35 +00:00
  • e834948f8c Add build release convenience script sbohlen 2010-12-07 21:18:59 +00:00
  • b4e1bce6e9 SPRNET-1327 sbohlen 2010-12-07 20:42:23 +00:00
  • 7981bba417 SPRNET-1327 sbohlen 2010-12-07 20:37:42 +00:00
  • 8a23270b5d SPRNET-1396 sbohlen 2010-12-07 20:30:04 +00:00
  • 76445f9665 misc edits in prep for 1.3.1 release sbohlen 2010-12-07 15:19:47 +00:00
  • 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 sbohlen 2010-12-06 19:56:14 +00:00
  • 69b2b885be SPRNET-1393: NHibernate 3.0 support lahma 2010-12-06 09:24:55 +00:00
  • e9ca793d9e fixing broken build sbohlen 2010-12-03 05:04:01 +00:00
  • 08a259bdae Update VS.NET 2008 solution after merge of code config branch markpollack 2010-12-02 22:41:49 +00:00
  • 87a9d293da Add missing file from code config branch markpollack 2010-12-02 22:34:22 +00:00
  • 2327d41dfa SPRNET-1392 Introduce changes to Core container to support Code-Based Configuration sbohlen 2010-12-02 21:12:15 +00:00