If I build the full federated build, then go into the working_jdktools and run "ant test" I get a bunch of failures. This should work, right?
Regards, Tim ... [echo] Running TOOLS tests [echo] test.jre.home=/home/tellison/Harmony-federated/working_jdktools/deploy/jdk/jre [junit] Failed to open JVM DLL: /home/tellison/Harmony-federated/working_jdktools/deploy/jdk/jre/bin/default/harmonyvm (/home/tellison/Harmony-federated/working_jdktools/deploy/jdk/jre/bin/libhythr.so: version `HYTHR_0.1' not found (required by /home/tellison/Harmony-federated/working_jdktools/deploy/jdk/jre/bin/default/libharmonyvm.so)) [junit] java.io.FileNotFoundException: /home/tellison/Harmony-federated/working_jdktools/modules/jretools/junitvmwatcher1981663526.properties (No such file or directory) [junit] at java.io.FileInputStream.open(Native Method) [junit] at java.io.FileInputStream.<init>(FileInputStream.java:135) [junit] at java.io.FileReader.<init>(FileReader.java:78) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1028) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:860) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:782) [junit] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43 ...