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">