Author: jsong
Date: Tue Apr 26 11:16:54 2005
New Revision: 164854

URL: http://svn.apache.org/viewcvs?rev=164854&view=rev
Log:
Submit a change for Patrick Osborne that updates perf.bat,perf.sh and build.xml.

Modified:
    incubator/beehive/trunk/controls/test/perf/bin/perf.bat
    incubator/beehive/trunk/controls/test/perf/bin/perf.sh
    incubator/beehive/trunk/controls/test/perf/build.xml

Modified: incubator/beehive/trunk/controls/test/perf/bin/perf.bat
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/perf/bin/perf.bat?rev=164854&r1=164853&r2=164854&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/perf/bin/perf.bat (original)
+++ incubator/beehive/trunk/controls/test/perf/bin/perf.bat Tue Apr 26 11:16:54 
2005
@@ -1 +1 @@
-java -Xmx64m -classpath 
%BEEHIVE_PERFROOT%\build;%BEEHIVE_PERFROOT%\ctlbuild;%BEEHIVE_PERFROOT%\..\..\..\controls\build\jars\controls.jar
 org.apache.beehive.controls.perf.standalone.%* 
+java -Xmx64m -classpath 
%BEEHIVE_PERFROOT%\build;%BEEHIVE_PERFROOT%\ctlbuild;%BEEHIVE_PERFROOT%\..\..\..\build\dist\apache-beehive-incubating-svn-snapshot\lib\controls\beehive-controls.jar
 org.apache.beehive.controls.perf.standalone.%* 

Modified: incubator/beehive/trunk/controls/test/perf/bin/perf.sh
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/perf/bin/perf.sh?rev=164854&r1=164853&r2=164854&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/perf/bin/perf.sh (original)
+++ incubator/beehive/trunk/controls/test/perf/bin/perf.sh Tue Apr 26 11:16:54 
2005
@@ -1 +1 @@
-java -Xmx64m -classpath 
$BEEHIVE_PERFROOT/build:$BEEHIVE_PERFROOT/ctlbuild:$BEEHIVE_PERFROOT/../../../controls/build/jars/controls.jar
 org.apache.beehive.controls.perf.standalone.$* 
+java -Xmx64m -classpath 
$BEEHIVE_PERFROOT/build:$BEEHIVE_PERFROOT/ctlbuild:$BEEHIVE_PERFROOT/../../../build/dist/apache-beehive-incubating-svn-snapshot/lib/controls/beehive-controls.jar
 org.apache.beehive.controls.perf.standalone.$* 

Modified: incubator/beehive/trunk/controls/test/perf/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/perf/build.xml?rev=164854&r1=164853&r2=164854&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/perf/build.xml (original)
+++ incubator/beehive/trunk/controls/test/perf/build.xml Tue Apr 26 11:16:54 
2005
@@ -205,8 +205,10 @@
                <property name="gtlf.dtd.use.remote" value="true"/>
                <property name="gtlf.dtd.remote" 
value="http://incubator.apache.org/beehive/dtd/gtlf/gtlf-config-2.0.dtd"/>
                <property name="gtlf.dtd.local" 
value="infra/gtlf/gtlf-config-2.0.dtd"/>
-               <property name="tch.log.basedir" value="${control.perf.logs}"/>
+               <property name="tch.log.basedir" 
location="${control.perf.logs}"/>
                <property name="tch.base-logfile-name" value="tch"/>
+        <echo>tch.log.basedir( ${tch.log.basedir} )</echo>        
+        <mkdir dir="${tch.log.basedir}"/>              
                <tch  tchHome="${tch.home}"
                        testfile="${test-suite}"
                          fork="true"
@@ -233,6 +235,7 @@
   </target>  
 
        <target name="checkin.tests.client">
+        <echo>Running test client</echo>       
                <property name="test-suite" 
value="${control.perf.root}/cases/controls-perf.xml"/>
                <property name="test.freq" value="bvt"/>
                <property name="tch.log.debug-level" value="0"/>


Reply via email to