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 2008/01/23 16:14:24 UTC

svn commit: r614562 - /harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml

Author: smishura
Date: Wed Jan 23 07:14:20 2008
New Revision: 614562

URL: http://svn.apache.org/viewvc?rev=614562&view=rev
Log:
Do clean first (even before fetch-depends) to remove previous results

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml?rev=614562&r1=614561&r2=614562&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/classlib-test/adaptor.xml Wed Jan 23 07:14:20 2008
@@ -99,11 +99,19 @@
             <arg line="-r${svn.revision}" />
             <arg line="update" />
         </exec>
+
+        <!-- Do clean first (even before fetch-depends) -->
+        <!-- to remove previous results                 -->
+        <ant target="clean"
+             dir="${classlib-test.parameters.required.trunk.dir}"
+             inheritAll="false" />
+
         <ant target="fetch-depends"
              dir="${classlib-test.parameters.required.trunk.dir}"
              inheritAll="false" />
+
         <exec-ant dir="${classlib-test.parameters.required.trunk.dir}"
-                  targets="rebuild">
+                  targets="build">
             <sysproperty key="keep.working" value="true" />
             <!-- workaround on classlib-build's InvocationTargetException -->
             <jvmarg line="-Xmx1000M" />