You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/07/06 11:42:04 UTC

svn commit: r419501 - /incubator/harmony/enhanced/classlib/trunk/make/build-test.xml

Author: hindessm
Date: Thu Jul  6 02:42:03 2006
New Revision: 419501

URL: http://svn.apache.org/viewvc?rev=419501&view=rev
Log:
Ensure that test support.jar gets cleaned and created properly.

Modified:
    incubator/harmony/enhanced/classlib/trunk/make/build-test.xml

Modified: incubator/harmony/enhanced/classlib/trunk/make/build-test.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/build-test.xml?rev=419501&r1=419500&r2=419501&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build-test.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build-test.xml Thu Jul  6 02:42:03 2006
@@ -45,9 +45,10 @@
 	<delete dir="${tests.output}" />
 	<delete dir="${tests.build.output}" />
 	<delete dir="${tests.support.output}" />
+        <delete file="${hy.hdk}/build/test/support.jar" />
     </target>
 
-    <target name="test-modules" depends="compile-support">
+    <target name="test-modules" depends="support.jar">
         <call-modules target="test" />
     </target>