Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 80893 invoked from network); 6 May 2008 08:46:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2008 08:46:30 -0000 Received: (qmail 38285 invoked by uid 500); 6 May 2008 08:46:31 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 38269 invoked by uid 500); 6 May 2008 08:46:31 -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 38258 invoked by uid 99); 6 May 2008 08:46:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2008 01:46:31 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2008 08:45:46 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 13A64D2EB for ; Tue, 6 May 2008 08:46:07 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@harmony.apache.org Date: Tue, 06 May 2008 08:46:06 -0000 Message-ID: <20080506084606.18494.87850@eos.apache.org> Subject: [Harmony Wiki] Update of "Eclipse Scenarios" by ialeviev X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification. The following page has been changed by ialeviev: http://wiki.apache.org/harmony/Eclipse_Scenarios ------------------------------------------------------------------------------ - == Eclipse Hello World Application == - - No regressions at svn.revision=r603534 - - ||'''Platform'''||'''Status'''||Comments|| - ||Windows x86||PASSED|||| - ||Linux x86||PASSED||Issues with automation|| - ||Linux x86-64||PASSED||Issues with automation|| - == Eclipse Geronimo Application == - No regressions at svn.revision=r603534, there are automation issues though. - ||'''Platform'''||'''Status'''||'''JIRA'''||'''Name'''|| - ||Windows x86||PASSED||[http://issues.apache.org/jira/browse/HARMONY-5315 5315]||`[bti][ega] windows scenario hangs a computer`|| - ||Linux x86||PASSED||[http://issues.apache.org/jira/browse/HARMONY-5316 5316]||`[bti][ega] linux scenario fails somehow right after the help step`|| - ||Linux x86-64||?||[http://issues.apache.org/jira/browse/HARMONY-5250 5250]||`[bti][ega] Firefox configuration problems for help invocation`|| + == Launching Eclipse Geronimo Application == + + 1. There is approximate list of commands that should be executed: + + {{{ + cd + svn co https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk/infra + cd infra + ant -Dtest.suites="ega" install + ant -Dtest.suites="ega" setup + ant -Dtest.suites="ega" run + }}} + + Results could be observed at build/results/ega folder + + 2. In case of testing virtual machine in different location the following commands can help: + + {{{ + cd + svn co https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk/infra + cd infra + ant -Dtest.suites=ega install + ant -Dtest.suites=ega setup + }}} + + Modify file "required-parameters.properties" in order to set the path to tested vm like: + + {{{ + ega.jvm.under.test=C:\harmony-jdk-628209\jre\bin\java.exe + }}} + + Start test running + + {{{ + ant -Dtest.suites=ega run + }}} + + + === BKM === * If a scenario fails during a help step on Linux, run a simple help scenario (Help->Contents) on a reference implementation. This is a good chance that Firefox has configuration problems, e.g. uses `$http_proxy` which is set.