Author: jsong
Date: Wed Feb 16 16:22:41 2005
New Revision: 154099
URL: http://svn.apache.org/viewcvs?view=rev&rev=154099
Log:
Update controls/infra/tch to make tch distributable.
Modified:
incubator/beehive/trunk/controls/test/infra/gtlf/xsl/build.xml
incubator/beehive/trunk/controls/test/infra/tch/runtime/build.xml
Modified: incubator/beehive/trunk/controls/test/infra/gtlf/xsl/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/infra/gtlf/xsl/build.xml?view=diff&r1=154098&r2=154099
==============================================================================
--- incubator/beehive/trunk/controls/test/infra/gtlf/xsl/build.xml (original)
+++ incubator/beehive/trunk/controls/test/infra/gtlf/xsl/build.xml Wed Feb 16
16:22:41 2005
@@ -2,7 +2,7 @@
<project name="test" basedir=".">
<import file="../../../../../beehive-imports.xml"/>
- <property file="${beehive.home}/controls/test/common/path.properties"/>
+ <property file="../../../common/path.properties"/>
<!-- properties for customizing to diff environment -->
<property name="xsl.root.dir" value="${controls.test.infra.dir}/gtlf/xsl"/>
Modified: incubator/beehive/trunk/controls/test/infra/tch/runtime/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/infra/tch/runtime/build.xml?view=diff&r1=154098&r2=154099
==============================================================================
--- incubator/beehive/trunk/controls/test/infra/tch/runtime/build.xml (original)
+++ incubator/beehive/trunk/controls/test/infra/tch/runtime/build.xml Wed Feb
16 16:22:41 2005
@@ -1,8 +1,8 @@
<project name="tch-project" default="usage">
<property environment="os"/>
- <import file="../../../../../beehive-imports.xml"/>
- <property file="${beehive.home}/controls/test/common/path.properties"/>
+ <!--import file="../../../../../beehive-imports.xml"/-->
+ <property file="../../../common/path.properties"/>
<!-- the default base name for the logfiles Blackhawk generates -->
<property name="tch.base-logfile-name" value="tch"/>
@@ -72,6 +72,7 @@
<arg value="-f"/>
<arg value="${controls.test.infra.dir}/gtlf/xsl/build.xml"/>
<arg value="test.report"/>
+ <arg value="-Dtest.home=${test.home}"/>
<arg value="-emacs"/>
</java>
</target>