I'm having all sorts of issues with buildtest 2.0. Here's what I'm running, is there anything that's out of whack?
Ubuntu 7.10 on x86_64 (AMD dual core) Sun Java 1.6 Ant 1.7 SVN 1.4.4 Windows XP on x86 Sun Java 1.6 MSVC 2003 Ant 1.7 SVN 1.4.5 Here's what I'm doing, per the README [1]. * svn checkout -N https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/branches/2.0/ * Tweak the buildtest.sh to setup the environment variables and then run these commands. * ./buildtest.sh install * ./buildtest.sh setup -Dtest.suites="classlib,drlvm,maven_test" * ./buildtest.sh run Here's the failure I get -- -install: [echo] [echo] -------- [echo] WARNING: Target setup of adaptor for Test Suite 'maven_test' FAILED [echo] -------- with the following exception: [echo] The following error occurred while executing this line: [echo] /home/nathan/harmony/bti/scripts/framework.xml:1079: /home/nathan/harmony/bti/tests/maven_test is not a valid directory [delete] Deleting: /home/nathan/harmony/bti/build/temp/null1764598389 check-status: [echo] [echo] ------ [echo] ERROR: Setup of Test Suite 'maven_test' FAILED. [echo] ------ BUILD FAILED The same failure happened on windows; the paths were just a bit different. I thought this was supposed to work out of the box. -Nathan [1] https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/branches/2.0/README.txt
