[
https://issues.jboss.org/browse/JBTM-1170?page=com.atlassian.jira.plugin....
]
Ivo Studensky reopened JBTM-1170:
---------------------------------
Assignee: Paul Robinson (was: Ivo Studensky)
Re-opening for master in git.
Maven part of build.xml of txbridge tests does not work on MS Windows
system
-----------------------------------------------------------------------------
Key: JBTM-1170
URL:
https://issues.jboss.org/browse/JBTM-1170
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Testing
Affects Versions: 4.16.4
Reporter: Ivo Studensky
Assignee: Paul Robinson
Fix For: 4.16.5
A maven part of build.xml file in txbridge/tests does not work on MS Windows platforms
due to a typo in maven execution command. There should be:
<exec executable="cmd" dir="${basedir}"
failonerror="true">
instead of
<exec executable="mvn" dir="${basedir}"
failonerror="true">
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira