Author: jgomes
Date: Wed Oct 8 18:08:51 2008
New Revision: 703040
URL: http://svn.apache.org/viewvc?rev=703040&view=rev
Log:
Skip building for unsupported platforms.
Modified:
activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.0.0/nant.build
Modified: activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.0.0/nant.build
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.0.0/nant.build?rev=703040&r1=703039&r2=703040&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.0.0/nant.build (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/tags/1.0.0/nant.build Wed Oct 8
18:08:51 2008
@@ -37,6 +37,7 @@
<!-- Repository organized as: organization/module/version/plaform/artifact,
platform might be something like 'all' or 'net-2.0/release' -->
<property name="nunit.dll"
value="${basedir}/vendor/Apache.NMS/lib/${current.build.framework}/nunit.framework.dll"
dynamic="true"/>
+ <property name="nunit.extensions.dll"
value="${basedir}/vendor/Apache.NMS/lib/${current.build.framework}/nunit.framework.extensions.dll"
dynamic="true"/>
<property name="Apache.NMS.dll"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.dll"
dynamic="true"/>
<property name="Apache.NMS.pdb"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.pdb"
dynamic="true"/>
<property name="Apache.NMS.xml"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.xml"
dynamic="true"/>
@@ -44,6 +45,11 @@
<property name="Apache.NMS.Test.pdb"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.Test.pdb"
dynamic="true"/>
<property name="Apache.NMS.Test.xml"
value="${basedir}/vendor/Apache.NMS/build/${current.build.framework}/${current.build.config}/Apache.NMS.Test.xml"
dynamic="true"/>
+ <!-- Skip certain frameworks, since TIBCO client is not supported on those
platforms. -->
+ <property name="build.net-1.1.skip" value="true"/>
+ <property name="build.netcf-2.0.skip" value="true"/>
+ <property name="build.mono-2.0.skip" value="true"/>
+
<target name="vendor-init" description="Initializes the vendor libraries.">
<nant buildfile="${basedir}/vendor/Apache.NMS/nant.build"/>
</target>
@@ -79,6 +85,7 @@
<include name="${Apache.NMS.Test.dll}"/>
<include name="${build.bin.dir}/${project.name}.dll"/>
<include name="${nunit.dll}"/>
+ <include name="${nunit.extensions.dll}"/>
</assemblyfileset>
<fileset id="content.filenames">