Index: modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test02.java =================================================================== --- modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test02.java (revision 486215) +++ modules/tools/src/test/java/org/apache/harmony/tests/tools/javah/Test02.java (working copy) @@ -15,7 +15,7 @@ */ package org.apache.harmony.tests.tools.javah; -import Test.*; +import org.apache.harmony.tests.tools.javah.Test.*; public class Test02 extends Test01 { Index: modules/tools/build.xml =================================================================== --- modules/tools/build.xml (revision 486215) +++ modules/tools/build.xml (working copy) @@ -21,7 +21,9 @@ + + @@ -51,14 +53,15 @@ - + - - - + + + + @@ -125,10 +128,10 @@ - + - + - - - - + + + + + - + - + - + - Index: modules/launcher/build.xml =================================================================== --- modules/launcher/build.xml (revision 486215) +++ modules/launcher/build.xml (working copy) @@ -30,6 +30,7 @@ + @@ -49,10 +50,32 @@ + + + + Run java in ${hy.tests.reports} + + + + + + + + + + + + + + + + - + Cleaning launcher natives @@ -60,4 +83,11 @@ target="clean" /> + + + + + + + Index: modules/samsa/build.xml =================================================================== --- modules/samsa/build.xml (revision 486215) +++ modules/samsa/build.xml (working copy) @@ -30,10 +30,11 @@ + - Launcher : ${hy.drlvm} ${harmony.jdktools} + Samsa : ${hy.drlvm} ${harmony.jdktools} @@ -70,6 +71,15 @@ + + Run javac in ${hy.tests.reports} - EXCLUDED + + + Index: modules/jpda/make/hyproperties.xml =================================================================== --- modules/jpda/make/hyproperties.xml (revision 486215) +++ modules/jpda/make/hyproperties.xml (working copy) @@ -26,7 +26,7 @@ - + @@ -40,6 +40,8 @@ + + Index: modules/jpda/build.xml =================================================================== --- modules/jpda/build.xml (revision 486215) +++ modules/jpda/build.xml (working copy) @@ -21,6 +21,7 @@ + @@ -66,7 +67,7 @@ - + @@ -148,18 +149,84 @@ - - + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -191,12 +258,12 @@ luni${line.separator} + append="true">jpda${line.separator} luni${line.separator} + append="true">jpda${line.separator} @@ -217,6 +284,19 @@ + + + + + + + + + + + + + Index: make/depends.xml =================================================================== --- make/depends.xml (revision 486215) +++ make/depends.xml (working copy) @@ -33,6 +33,7 @@ + + + + Index: make/build-test.xml =================================================================== --- make/build-test.xml (revision 486215) +++ make/build-test.xml (working copy) @@ -17,7 +17,7 @@ limitations under the License. --> - + Tests for classlib package @@ -28,12 +28,12 @@ - + - + @@ -44,11 +44,14 @@ - - + + - + + + + Index: make/properties.xml =================================================================== --- make/properties.xml (revision 486215) +++ make/properties.xml (working copy) @@ -60,6 +60,10 @@ + + + + @@ -265,7 +269,7 @@ - + Index: make/build-java.xml =================================================================== --- make/build-java.xml (revision 486215) +++ make/build-java.xml (working copy) @@ -66,7 +66,12 @@ -clean-bin-catch-all"/> - + + + + + + @@ -118,7 +123,12 @@ - + + + + + + @@ -152,10 +162,10 @@ - + Index: make/depends.properties =================================================================== --- make/depends.properties (revision 486215) +++ make/depends.properties (working copy) @@ -15,9 +15,15 @@ depends.dir=${external.resources}/depends depends.jars=${depends.dir}/jars +mirror.base=http://mirrors.ibiblio.org/pub/mirrors/maven2 ecj.dir=${depends.jars}/ecj_3.2 ecj.jar=${ecj.dir}/ecj_3.2.jar ecj.url=http://download.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/ecj.jar ecj.md5=633e14a4dc14ca578b5548c3c088172f +junit.dir=${depends.jars}/junit_3.8.2 +junit.jar=${junit.dir}/junit.jar +junit.url=${mirror.base}/junit/junit/3.8.2/junit-3.8.2.jar +junit.md5=28e7eb9eeefe31a657c68755bfccc541 + Index: build.xml =================================================================== --- build.xml (revision 486215) +++ build.xml (working copy) @@ -170,10 +170,12 @@ description="Runs all tests"> ======================================== -Testing class libraries... +Testing TOOLS binaries... ======================================== - + + +