fixes for daily build target
misc updates to ref documentation use signed NNS assembly based on spring.net key sync vs.net 2003 solution
This commit is contained in:
31
Spring.build
31
Spring.build
@@ -199,6 +199,7 @@
|
||||
<call target="compile-build-1.0"/>
|
||||
<call target="compile-build-1.1"/>
|
||||
<call target="compile-build-2.0"/>
|
||||
|
||||
|
||||
<!-- Ignore Compact Framework 1.0 for now -->
|
||||
<!-- call target="compile-build-netcf-1.0"/ -->
|
||||
@@ -309,7 +310,7 @@
|
||||
<nant buildfile="src/Spring/Spring.Data.NHibernate20/Spring.Data.NHibernate20.build" target="build" if="${build-data and (nant.settings.currentframework == 'net-2.0')}"/>
|
||||
<nant buildfile="src/Spring/Spring.Services/Spring.Services.build" target="build" if="${build-services}"/>
|
||||
<nant buildfile="src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.build" target="build" if="${build-testing}"/>
|
||||
<nant buildfile="src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.build" target="build" if="${build-web}"/>
|
||||
<nant buildfile="src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.build" target="build" if="${build-nms}"/>
|
||||
|
||||
|
||||
<!-- build examples -->
|
||||
@@ -324,7 +325,7 @@
|
||||
<nant buildfile="test/Spring/Spring.Data.NHibernate.Tests/Spring.Data.NHibernate.Tests.build" target="test" if="${build-data and (nant.settings.currentframework == 'net-1.1' or nant.settings.currentframework == 'net-2.0')}"/>
|
||||
<nant buildfile="test/Spring/Spring.Data.NHibernate.Integration.Tests/Spring.Data.NHibernate.Integration.Tests.build" target="test" if="${build-data and (nant.settings.currentframework == 'net-1.1' or nant.settings.currentframework == 'net-2.0')}"/>
|
||||
<nant buildfile="test/Spring/Spring.Services.Tests/Spring.Services.Tests.build" target="test" if="${build-services}"/>
|
||||
<nant buildfile="test/Spring/Spring.Web.Tests/Spring.Web.Tests.build" target="test" if="${build-web}"/>
|
||||
<nant buildfile="test/Spring/Spring.Web.Tests/Spring.Web.Tests.build" target="test" if="${build-nms}"/>
|
||||
<nant buildfile="test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.build" target="test"/>
|
||||
<nant buildfile="test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.build" target="test" if="false"/>
|
||||
</target>
|
||||
@@ -336,6 +337,7 @@
|
||||
<call target="common.generate-assemblyinfo"/>
|
||||
<!-- disable namespaces not supported in net-1.0 -->
|
||||
<property name="build-web" value="false" />
|
||||
<property name="build-nms" value="false" />
|
||||
<call target="compile-test" />
|
||||
</target>
|
||||
|
||||
@@ -343,6 +345,7 @@
|
||||
depends="set-net-1.1-runtime-configuration, check-spring-basedir, clean-current-bin-dir, TestInit">
|
||||
<call target="copykeys" if="${project.build.sign}"/>
|
||||
<call target="common.generate-assemblyinfo"/>
|
||||
<property name="build-nms" value="false" />
|
||||
<call target="compile-test" />
|
||||
</target>
|
||||
|
||||
@@ -350,6 +353,7 @@
|
||||
depends="set-net-2.0-runtime-configuration, check-spring-basedir, clean-current-bin-dir, TestInit">
|
||||
<call target="copykeys" if="${project.build.sign}"/>
|
||||
<call target="common.generate-assemblyinfo"/>
|
||||
<property name="build-nms" value="true" />
|
||||
<call target="compile-test" />
|
||||
</target>
|
||||
|
||||
@@ -644,10 +648,8 @@
|
||||
|
||||
<target name="build-all-function" description="Build what is in cvs taking into account approrpiate clr versions and root target name">
|
||||
|
||||
<call target="${nant.target.root.name}-1.0" />
|
||||
|
||||
<call target="${nant.target.root.name}-1.0" />
|
||||
<call target="${nant.target.root.name}-1.1" />
|
||||
|
||||
<call target="${nant.target.root.name}-2.0" />
|
||||
|
||||
<!-- ignore Mono 2.0 for now -->
|
||||
@@ -695,18 +697,6 @@
|
||||
<tstamp/>
|
||||
<property name="package.version" value="${tstamp.date}-${tstamp.time}"/>
|
||||
|
||||
<!--
|
||||
<call target="set-build-namespaces-all"/>
|
||||
<call target="set-package-configuration"/>
|
||||
<call target="clean-current-package-dir"/>
|
||||
|
||||
<call target="set-debug-build-configuration"/>
|
||||
<call target="compile-build"/>
|
||||
|
||||
<call target="set-release-build-configuration"/>
|
||||
<call target="compile-build"/>
|
||||
-->
|
||||
|
||||
<call target="prepare-docs"/>
|
||||
<exec workingdir="./doc" program="cmd.exe" commandline="/c ant refdoc"/>
|
||||
|
||||
@@ -778,7 +768,6 @@
|
||||
<target name="upload-cvs-release">
|
||||
<call target="set-package-configuration"/>
|
||||
<property name="filetoupload" value="${project.name}-${package.version}.zip"/>
|
||||
|
||||
<property name="spring.ssh.server" value="spring02.managed.contegix.com" />
|
||||
<property name="spring.ssh.user" value="markp"/>
|
||||
<property name="spring.ssh.args" value=" -l ${spring.ssh.user} " />
|
||||
@@ -870,6 +859,8 @@
|
||||
<include name="**/Spring.Testing.NUnit.xml"/>
|
||||
<include name="**/Spring.Testing.NUnit.pdb"/>
|
||||
|
||||
<include name="**/Spring.Messaging.Nms.dll"/>
|
||||
|
||||
<include name="**/antlr.runtime.dll"/>
|
||||
<include name="**/Common.Logging.dll"/>
|
||||
<include name="**/Common.Logging.*.dll"/>
|
||||
@@ -947,6 +938,8 @@
|
||||
<include name="**/NUnitAspEx.dll"/>
|
||||
<include name="**/Rhino.Mocks.dll"/>
|
||||
<include name="**/System.Web.Extensions.dll"/>
|
||||
<include name="**/Apache.NMS.dll"/>
|
||||
<include name="**/Apache.NMS.MSMQ.dll"/>
|
||||
<include name="**/EULA.rtf"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
@@ -1016,7 +1009,7 @@
|
||||
file="src/Spring/Spring.Services/Remoting/Config/spring-remoting-1.1.xsd"/>
|
||||
|
||||
<copy todir="${current.package.dir}/doc/schema"
|
||||
file="doc/install-schema.build"/>
|
||||
file="build-support/install-schema.build"/>
|
||||
|
||||
<echo message="copying source code for release..."/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user