From dev-return-87585-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Thu Dec 02 13:22:38 2010 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 66869 invoked from network); 2 Dec 2010 13:22:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 13:22:37 -0000 Received: (qmail 46244 invoked by uid 500); 2 Dec 2010 13:22:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 46083 invoked by uid 500); 2 Dec 2010 13:22:36 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 45863 invoked by uid 99); 2 Dec 2010 13:22:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 13:22:35 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 13:22:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB2DMB7V004732 for ; Thu, 2 Dec 2010 13:22:11 GMT Message-ID: <22032049.72501291296131714.JavaMail.jira@thor> Date: Thu, 2 Dec 2010 08:22:11 -0500 (EST) From: "Han Hong Fang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMODEVTOOLS-684) Simplify the steps in Tutorial5MinuteTest of GEP test suites to reduce the dependency on eclipse UI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Simplify the steps in Tutorial5MinuteTest of GEP test suites to reduce the dependency on eclipse UI --------------------------------------------------------------------------------------------------- Key: GERONIMODEVTOOLS-684 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-684 Project: Geronimo-Devtools Issue Type: Bug Components: eclipse-plugin Affects Versions: 2.2.1, 2.1.7 Reporter: Han Hong Fang Assignee: Delos Dai The current Tutorial5MinuteTest of GEP test suite creates EAR/EJB/WAR projects steps by steps. It will be more simplified if we created these projects outsides the test suite, and then import them in test suite for GEP function verification purpose. This would reduce the dependency of eclipse UI, which reduces the code change when eclipse upgrades. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.