Ivo Studensky created JBTM-1170:
-----------------------------------
Summary: 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: Ivo Studensky
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