You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/10/18 15:15:18 UTC

svn commit: r585956 - /harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml

Author: smishura
Date: Thu Oct 18 06:15:17 2007
New Revision: 585956

URL: http://svn.apache.org/viewvc?rev=585956&view=rev
Log:
Apply patch from HARMONY-4941:
[bti][stress] stress adaptor soes not work for java location which contain spaces

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml?rev=585956&r1=585955&r2=585956&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/stress/adaptor.xml Thu Oct 18 06:15:17 2007
@@ -115,16 +115,16 @@
         <sequential>
             <exec-ant dir="${stress.make.dir}" targets="@{target}">
                <jvmarg line="-Xmx500M -Xss96M"/>
-               <arg line="-Dtested.runtime=@{jvm}"/>
-               <arg line="-Dharness.cfg=${stress.config.dir}/cfg_env.xml" />
-               <arg line="-Dqa.exclude.list=${stress.config.dir}/exclude.file" />
-               <arg line="-Dqa.bin=${stress.bin.dir}" />
-               <arg line="-Djunit.jar=${junit.jar}"/>
-               <arg line="-Dantcontrib.jar=${antcontrib.jar}"/>
-               <arg line="-Dcpptasks.jar=${cpptasks.jar}/"/>
-               <arg line="-Djasmin.jar=${jasmin.jar}"/>
-               <arg line="-Dth.jar=${th.jar}"/>
-               <arg line="-Dvmtt.jar=${vmtt.jar}"/>
+               <sysproperty key="tested.runtime" value="@{jvm}" />
+               <sysproperty key="harness.cfg" value="${stress.config.dir}/cfg_env.xml" />
+               <sysproperty key="qa.exclude.list" value="${stress.config.dir}/exclude.file" />
+               <sysproperty key="qa.bin" value="${stress.bin.dir}" />
+               <sysproperty key="junit.jar" value="${junit.jar}"/>
+               <sysproperty key="antcontrib.jar" value="${antcontrib.jar}"/>
+               <sysproperty key="cpptasks.jar" value="${cpptasks.jar}/"/>
+               <sysproperty key="jasmin.jar" value="${jasmin.jar}"/>
+               <sysproperty key="th.jar" value="${th.jar}"/>
+               <sysproperty key="vmtt.jar" value="${vmtt.jar}"/>
             </exec-ant>
         </sequential>
     </macrodef>