[jboss-svn-commits] JBL Code SVN: r38098 - labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon May 21 09:38:39 EDT 2012


Author: istudens at redhat.com
Date: 2012-05-21 09:38:39 -0400 (Mon, 21 May 2012)
New Revision: 38098

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests/build.xml
Log:
fixing a bug in maven executable command, JBTM-1170

Modified: labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests/build.xml	2012-05-21 13:14:27 UTC (rev 38097)
+++ labs/jbosstm/branches/JBOSSTS_4_16/txbridge/tests/build.xml	2012-05-21 13:38:39 UTC (rev 38098)
@@ -86,7 +86,7 @@
             <if>
                 <os family="windows" />
                 <then>
-                    <exec executable="mvn" dir="${basedir}" failonerror="true">
+                    <exec executable="cmd" dir="${basedir}" failonerror="true">
                         <arg value="/c" />
                         <arg value="mvn.bat" />
                         <mvn.args />



More information about the jboss-svn-commits mailing list