Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 29133 invoked from network); 27 Nov 2007 06:02:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 06:02:11 -0000 Received: (qmail 73411 invoked by uid 500); 27 Nov 2007 06:01:59 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 73393 invoked by uid 500); 27 Nov 2007 06:01:59 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 73384 invoked by uid 99); 27 Nov 2007 06:01:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 22:01:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 06:02:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0CB017141FE for ; Mon, 26 Nov 2007 22:01:43 -0800 (PST) Message-ID: <12666432.1196143303048.JavaMail.jira@brutus> Date: Mon, 26 Nov 2007 22:01:43 -0800 (PST) From: "Sean Qiu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5203) [buildtest][maven_test] Add new adaptor for maven unit test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [buildtest][maven_test] Add new adaptor for maven unit test ----------------------------------------------------------- Key: HARMONY-5203 URL: https://issues.apache.org/jira/browse/HARMONY-5203 Project: Harmony Issue Type: New Feature Components: build - test - ci Environment: Linux, windows Reporter: Sean Qiu ------------- 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) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.