You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/07/23 16:42:46 UTC

svn commit: r797089 - /activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml

Author: tabish
Date: Thu Jul 23 14:42:46 2009
New Revision: 797089

URL: http://svn.apache.org/viewvc?rev=797089&view=rev
Log:
Fix for: http://issues.apache.org/activemq/browse/AMQNET-177

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml?rev=797089&r1=797088&r2=797089&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/nant-common.xml Thu Jul 23 14:42:46 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>