Set Spring.build to allow compilation on x64 machines with NAnt 0.86 (sysinfo failonerror=false) and fixed NHibernate test build file

This commit is contained in:
lahma
2009-07-24 15:42:43 +00:00
parent 073a6cb39d
commit bf2fc3df7b
2 changed files with 3 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ Build properties that may be set:
<!-- change this to sync the sdk doc version generated -->
<property name="package.version.docs" value="${package.version}" />
<!-- make system environment variables available as NAnt properties -->
<sysinfo/>
<sysinfo failonerror="false" />
<property name="project.company" value="SpringSource"/>
<property name="project.copyright" value="Copyright 2002-2009 Spring.NET Framework Team."/>

View File

@@ -23,7 +23,9 @@
using System.Collections;
using System.IO;
using NHibernate;
#if NH_2_1
using NHibernate.ByteCode.LinFu;
#endif
using NHibernate.Cfg;
using NHibernate.Connection;
using NHibernate.Dialect;