[
https://issues.jboss.org/browse/JBTM-1170?page=com.atlassian.jira.plugin....
]
Paul Robinson edited comment on JBTM-1170 at 5/27/12 4:40 AM:
--------------------------------------------------------------
This does not apply to trunk as it uses maven, not ant.
was (Author: paul.robinson):
This does not apply to head as it uses maven, not ant.
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