Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 29904 invoked from network); 27 Nov 2007 06:09:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 06:09:09 -0000 Received: (qmail 76748 invoked by uid 500); 27 Nov 2007 06:08:55 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 76493 invoked by uid 500); 27 Nov 2007 06:08:55 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 76484 invoked by uid 99); 27 Nov 2007 06:08:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 22:08:54 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sean.xx.qiu@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 06:08:34 +0000 Received: by py-out-1112.google.com with SMTP id u77so2312949pyb for ; Mon, 26 Nov 2007 22:08:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=e7CVYyRD7xAmwexu8rFCcxbj4atD1aoY6Q5OVLh2t9g=; b=vVFrQ+81GlYoK7aQYdk3JRlQWzCUXIj13jENbyPoxZQArZOZdDhrpASFQEl1QPA4XwPhAWn7g5F8mVPta1Ni+FUHP/xetE9E3PAmJVeBrNExREcjSE5tXNqcJEdSJhjagVJ3TRPRSg8mMv8Lrr+nT/xSC8Qj6/x3W+VtKVNSHyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TCWJ15hSuTcrhnDrSLqo8I3Sf9RahGX/R32fTZzAPU53HSXnAvVyia6M14eLtWwv6YUH//G5nWQVzs1hB/svuEi1UJCojFp717Yrp+nw1hIm1Je2n+f1xA5lU7nDVBbo7tiOOUDO3O5CokYDIQgReYIslyHA6/Ofly/8LCKRM3w= Received: by 10.35.42.18 with SMTP id u18mr4282235pyj.1196143715290; Mon, 26 Nov 2007 22:08:35 -0800 (PST) Received: by 10.35.117.18 with HTTP; Mon, 26 Nov 2007 22:08:35 -0800 (PST) Message-ID: <94d710af0711262208j4f0c0720l83c07ec15ee9c6c3@mail.gmail.com> Date: Tue, 27 Nov 2007 14:08:35 +0800 From: "Sean Qiu" To: dev@harmony.apache.org Subject: [buildtest] Add new adaptor for maven unit test MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28030_10918983.1196143715281" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_28030_10918983.1196143715281 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, BTI gurus I have report a new jira[1] for the new adaptor of maven unit test. Could someone please try the patch? Thanks very much. [1] https://issues.apache.org/jira/browse/HARMONY-5203 ------------- Description ------------- This adaptor is used to run Apache Maven Unit Tests on Apache Harmony within Apache Harmony Build&Test infrastructure. The following platforms are currently supported: Windows x86, Linux x86. --------------- Archive Content --------------- This archive contains scripts for running Maven Unit Test within BT. The directories structure within BT trunk directory is as follows: +/ |-+adaptors/ - scripts connecting test suites to BTI (called "adaptors") | | | |-+maven_test/ - maven suite adaptor directory | | | |--adaptor.xml - maven suite adaptor | | | |--MAVEN.BTI.README.txt - this readme file | | | |--parameters.xml - parameters file | |-+tests/ - test suites integrated into BTI | |-+maven_test/ - maven scripts directory | |--alltests.list - list of all Maven Unit Tests; used by exclude.lists feature | |--build.xml - main maven suite launching script | |--exclude.list.${os}.${arch} - platform specific exclude.lists | |--maven.properties - maven properties (used when running without BTI) -- Sean Qiu http://xiaoxia.turendui.com ------=_Part_28030_10918983.1196143715281--