Author: tabish
Date: Thu Jul 23 14:42:27 2009
New Revision: 797088
URL: http://svn.apache.org/viewvc?rev=797088&view=rev
Log:
Fix for: http://issues.apache.org/activemq/browse/AMQNET-177
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml?rev=797088&r1=797087&r2=797088&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml Thu Jul
23 14:42:27 2009
@@ -505,10 +505,10 @@
<foreach item="String" in="${build.framework.strings}" delim=","
property="current.build.framework">
<call target="init" />
<if test="${not build.skip}">
- <exec program="nunit-console" failonerror="true"
workingdir="build/${current.build.framework}/${current.build.config}">
+ <exec program="nunit-console2" failonerror="true"
workingdir="build/${current.build.framework}/${current.build.config}">
<arg value="${NUnit.Projectfile}"/>
- <arg value="/labels"/>
- <arg value="/xml=Nunit.TestOutput.xml"/>
+ <arg value="-labels"/>
+ <arg value="-xml=Nunit.TestOutput.xml"/>
</exec>
</if>
</foreach>