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 2006/12/20 11:05:35 UTC

svn commit: r489010 - /harmony/enhanced/buildtest/trunk/config/config-full.xml

Author: smishura
Date: Wed Dec 20 02:05:34 2006
New Revision: 489010

URL: http://svn.apache.org/viewvc?view=rev&rev=489010
Log:
Apply patch for HARMONY-2790
([testing][buildtest] update vm options from '-D' to '-XD')

Modified:
    harmony/enhanced/buildtest/trunk/config/config-full.xml

Modified: harmony/enhanced/buildtest/trunk/config/config-full.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/config/config-full.xml?view=diff&rev=489010&r1=489009&r2=489010
==============================================================================
--- harmony/enhanced/buildtest/trunk/config/config-full.xml (original)
+++ harmony/enhanced/buildtest/trunk/config/config-full.xml Wed Dec 20 02:05:34 2006
@@ -41,8 +41,8 @@
 
         <schedule interval="${timeout}">
                 <ant target="fetch-depends rebuild" antWorkingDir="projects/${project.name}/trunk" timeout="${ttimeout}" usedebug="false">
-                    <property name="${proxy.host.property}" value="${proxy.value}"/>
-                    <property name="${proxy.port.property}" value="${port.value}"/>
+                    <jvmarg arg="-D${proxy.host.property}=${proxy.value}"/>
+                    <jvmarg arg="-D${proxy.port.property}=${port.value}"/>
                     <jvmarg arg="-Xms200M" />
                     <jvmarg arg="-Xmx700M" />
                 </ant>
@@ -162,7 +162,7 @@
         </modificationset>
 
         <schedule interval="${timeout}">
-                <exec command="${sh}" args="${cmd.prefix} ${cmd} -Dvm.assert_dialog=false -Dexternal.dep.CLASSLIB.loc=${wdir}/projects/classlib/trunk test" workingdir="projects/drlvm/trunk/build" timeout="${ttimeout}" errorstr="FAILED" />
+                <exec command="${sh}" args="${cmd.prefix} ${cmd} -XDvm.assert_dialog=false -Dexternal.dep.CLASSLIB.loc=${wdir}/projects/classlib/trunk test" workingdir="projects/drlvm/trunk/build" timeout="${ttimeout}" errorstr="FAILED" />
         </schedule>
 
         <log dir="logs/${project.name}">