Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 54524 invoked from network); 25 Jul 2006 15:53:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 15:53:20 -0000 Received: (qmail 27056 invoked by uid 500); 25 Jul 2006 15:53:19 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 26800 invoked by uid 500); 25 Jul 2006 15:53:18 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 26789 invoked by uid 99); 25 Jul 2006 15:53:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 08:53:17 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of linsun.unc@gmail.com designates 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 08:53:16 -0700 Received: by wr-out-0506.google.com with SMTP id i20so823114wra for ; Tue, 25 Jul 2006 08:52:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole; b=e5Ewc/i+YgdbshfjC2E9c39gw3GnHT+YReP6IrZAQaFfClPXraWpKyh5kNZFvi30AtpXkQNaqqYGsIM8WdgO9BLlmbzIerNUCflbm7bAv4ijyWk1/bMe0jrCofFsXSfCJVPYAt8DVZ9SDc57sE0Ys3I1AvgSYROzBKNxNjwtBmA= Received: by 10.54.79.8 with SMTP id c8mr5238367wrb; Tue, 25 Jul 2006 08:52:55 -0700 (PDT) Received: from LinT60 ( [66.57.117.186]) by mx.gmail.com with ESMTP id 26sm7859011wrl.2006.07.25.08.52.54; Tue, 25 Jul 2006 08:52:55 -0700 (PDT) From: "Lin Sun" To: "'Lin Sun'" , Subject: run geronimo eclipse plugins from the runtime workspace Date: Tue, 25 Jul 2006 11:52:59 -0400 Message-ID: <001201c6b002$67b73180$33c34109@raleigh.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcavXN+bg1Gy1F9CSkOLu91m1yHx1gApC6BA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sachin, I found out most of the problems came from the Export-Package of different plugins' manifest file. For example, in the org.apache.geronimo.common.deployment.model.edit plugin, I had: Export-Package: org.apache.geronimo.common.deployment.model.edit, org.apache.geronimo.xml.ns.security.provider, org.openejb.xml.ns.pkgen.provider I changed them to: Export-Package: src.org.apache.geronimo.common.deployment.model.edit, src.org.apache.geronimo.xml.ns.security.provider, src.org.openejb.xml.ns.pkgen.provider This brought my # of errors from 86 to 83. This seems the reasonable thing to me as the directory structure is plugins\org.apache.geronimo.common.deployment.model.edit\src\org\apache\gero nimo\... Can you provide some comments? I really want to run the plugins from the runtime workspace. I also saw many of the plugins have red X on the screen shot of the FAQ page. How did you resolve them? TIA, Lin -----Original Message----- From: Lin Sun [mailto:linsun.unc@gmail.com] Sent: Monday, July 24, 2006 4:08 PM To: user@geronimo.apache.org Subject: Import the trunk\plugins directory into Eclipse Hi Sachin, I am able to build the 1.1 version of eclipse plugin. After that, I tried to import all the plugins into my Eclipse and specify the plugins directory as the root directory like your FAQ suggested. However, more than half of them has red X which indicates errors. I didn't had any errors when I imported the 1.0 version of the plugin a while back ago. Can you please advise? Lin