On 12/21/07, Nathan Beyer <[EMAIL PROTECTED]> wrote: > The README doesn't say I need to checkout that folder and it's very > specific about the checkout command using the "-N" to NOT check out > any sub-folder. Is the documentation wrong? I'm specifically try to > get this thing to work out of the box because we need to get buildtest > 2.0 out of permanent branch and back into the trunk.
I planned to move the infra from the branch to the trunk after completing infra's svn module. > > On my Windows machine, I switched to Ant 1.6.5 and ran the same > commands and a lot more is happening now; it checked out the > 'tests/maven_test' folder and began a build. > The infra was tested with ANT 1.6.5. As far as I remember there were some issues with 1.7 but I haven't investigated them yet. Thanks, Stepan. > -Nathan > > On Dec 20, 2007 9:46 PM, Sean Qiu <[EMAIL PROTECTED]> wrote: > > I have tried this adaptor, it works fine here. > > > > And once i rename the <root>/tests/maven_tests to other name, it will fail > > with the same error message as you. > > The reason should be that the adaptor cannot find this directory. > > So I guess you may have not checked out the directory of > > <root>/tests/maven_test . > > > > Could you please check it out first and try again? > > > > 2007/12/21, Nathan Beyer <[EMAIL PROTECTED]>: > > > > > > > > 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 > > > > > > > > > > > -- > > Sean Qiu > > http://xiaoxia.turendui.com
