Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17229 invoked from network); 27 Aug 2009 08:19:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 08:19:24 -0000 Received: (qmail 62606 invoked by uid 500); 27 Aug 2009 08:19:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 62516 invoked by uid 500); 27 Aug 2009 08:19:24 -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 62362 invoked by uid 99); 27 Aug 2009 08:19:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 08:19:23 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 08:19:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BC3FA234C1E7 for ; Thu, 27 Aug 2009 01:18:59 -0700 (PDT) Message-ID: <1737424950.1251361139770.JavaMail.jira@brutus> Date: Thu, 27 Aug 2009 01:18:59 -0700 (PDT) From: "Rodger Zhang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMODEVTOOLS-589) If GEP2.2 needs to support Eclipse3.3 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 If GEP2.2 needs to support Eclipse3.3 ------------------------------------- Key: GERONIMODEVTOOLS-589 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-589 Project: Geronimo-Devtools Issue Type: Wish Components: eclipse-plugin Affects Versions: 2.2.0 Environment: Eclipse3.3 Reporter: Rodger Zhang Assignee: Tim McConnell If GEP2.2 needs to support Eclipse3.3, there a a few codes required modifying. 2 compiling errors exists: 1. org.apache.geronimo.st.core.GeronimoLaunchConfigurationDelegate ... if (configuration.hasAttribute(...)) ... There is no "hasAttribute()" method in previous version. 2. org.apache.geronimo.st.v21.ui.ServerPluginPage ... setManagedForm(managedForm); ... There is no "setManagedForm()" method in previous version. =================================================================== For the first point, I have a solution as in patch. Please check if feasible. For the second point, a discussion ? Please add comment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.