Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 1623 invoked from network); 30 Nov 2007 18:13:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2007 18:13:04 -0000 Received: (qmail 8270 invoked by uid 500); 30 Nov 2007 18:12:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 8174 invoked by uid 500); 30 Nov 2007 18:12:52 -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 8162 invoked by uid 99); 30 Nov 2007 18:12:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 10:12:52 -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; Fri, 30 Nov 2007 18:12:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B5EC714211 for ; Fri, 30 Nov 2007 10:12:43 -0800 (PST) Message-ID: <15583681.1196446363437.JavaMail.jira@brutus> Date: Fri, 30 Nov 2007 10:12:43 -0800 (PST) From: "Vasily Zakharov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5224) [buildtest][gut] Geronimo Unit Tests update to v2.0.2 In-Reply-To: <25934349.1196352643228.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasily Zakharov updated HARMONY-5224: ------------------------------------- Attachment: Harmony-5224.patch The attached patch makes a number of interconnected changes, in particular: 1. Adjusts adaptors/gut/parameters.xml, adaptors/snapshot/adaptor.xml and tests/gut/gut.properties to use Geronimo v2.0.2 instead of 1.2-beta and Maven v2.0.6 instead of 2.0.4. 2. Adjusts adaptors/gut/adaptor.xml to store downloaded Maven and Geronimo in tests/gut, not in build/checkouts - thus the same downloaded copies are used if the test is run from root build.xml or from tests/gut/build.xml. 3. Adjusts tests/gut/build.xml for the number of things: 3.1. In Geronimo v2.x the source archive geronimo--src.tar.gz contains a directory named geronimo--src, not geronimo- as it was before. It's taken into account, the directory is renamed to geronimo- after exctracting. 3.2. Processing of exclude list is optimized, a number of new variables introduced to structurize the code. 3.2.1. Previously in target setup.non-empty.exclude.list it could remove the platform-specific exclude list before using it if the tests were run from tests/gut/build.xml, as basedir and work.dir were the same. Now the working exclude list is named simply exclude.list and doesn't overlap with existing files. 3.3. Results processing is optimized. 3.3.1. logs directory is abolished as duplicate of reports directory. 3.3.2. junitreport generation is added. > [buildtest][gut] Geronimo Unit Tests update to v2.0.2 > ----------------------------------------------------- > > Key: HARMONY-5224 > URL: https://issues.apache.org/jira/browse/HARMONY-5224 > Project: Harmony > Issue Type: Improvement > Components: build - test - ci > Reporter: Vasily Zakharov > Attachments: Harmony-5224.patch > > > For now, Harmony CC runs very old version of Geronimo Unit Tests, 1.2beta, while current version is 2.0.2. > I'm going to provide a patch to upgrade here. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.