NIHVIVO-76 Tweak the build script so we can write the ant-ruby-output to the output directory.

This commit is contained in:
jeb228 2010-03-15 21:41:31 +00:00
parent e8d091b22d
commit 0955a1f010

View file

@ -60,9 +60,12 @@
</not>
</condition>
</fail>
<property name="acceptance.script.directory" location="utilities/acceptance-tests/script"/>
<property file="${acceptance.properties.file}" prefix="acceptance." />
<exec executable="ruby" dir="utilities/acceptance-tests/script" failonerror="true">
<exec executable="ruby" dir="${acceptance.script.directory}" failonerror="true">
<redirector output="${acceptance.output_directory}/ant_output.txt" alwayslog="true" />
<arg value="run_acceptance_tests.rb" />
<arg value="${acceptance.properties.file}" />