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/08/16 08:33:49 UTC

svn commit: r566499 - /harmony/enhanced/buildtest/branches/2.0/adaptors/hdk_by_hdk/adaptor.xml

Author: smishura
Date: Wed Aug 15 23:33:48 2007
New Revision: 566499

URL: http://svn.apache.org/viewvc?view=rev&rev=566499
Log:
Invoke ant build with: 'keep.working'=true & 'auto.fetch'=true

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

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/hdk_by_hdk/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/hdk_by_hdk/adaptor.xml?view=diff&rev=566499&r1=566498&r2=566499
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/hdk_by_hdk/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/hdk_by_hdk/adaptor.xml Wed Aug 15 23:33:48 2007
@@ -31,6 +31,8 @@
             <jvmarg line="-Xmx800M -Dtarget.dir=${target.dir}"/>
             <env key="JAVA_HOME" value="${tested.jdk}"/>
             <env key="PATH" value="${my.path}"/>
+            <sysproperty key="keep.working" value="true"/>
+            <sysproperty key="auto.fetch" value="true"/>
         </exec-ant>
     </target>