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:
@@ -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."/>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user