Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 24110 invoked from network); 28 Feb 2006 20:26:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 20:26:24 -0000 Received: (qmail 46393 invoked by uid 500); 28 Feb 2006 20:25:18 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 46333 invoked by uid 500); 28 Feb 2006 20:25:17 -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 46322 invoked by uid 99); 28 Feb 2006 20:25:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 12:25:17 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of linsun.unc@gmail.com designates 64.233.184.204 as permitted sender) Received: from [64.233.184.204] (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 12:25:16 -0800 Received: by wproxy.gmail.com with SMTP id i28so1184795wra for ; Tue, 28 Feb 2006 12:24:56 -0800 (PST) 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-priority:x-msmail-priority:x-mailer:in-reply-to:importance:x-mimeole; b=QeWiPawMhOUvgDwmN+ims6JLvtS4ILsp+YR3qm0zaQwL+SsWhCkImdvZr3rtXYU4lFFDixrI7NnUFji0GYEqpxEFjQsK1CcIzBYCRPZ8dWnx85S0g6xX++jeAvk1Xyh9r6tjSTMN2CbwEvviB6htKgg6BpF6J59ha+te08Qw4Hw= Received: by 10.54.71.13 with SMTP id t13mr1034442wra; Tue, 28 Feb 2006 12:24:55 -0800 (PST) Received: from LinT42 ( [129.33.49.251]) by mx.gmail.com with ESMTP id 9sm1702744wrl.2006.02.28.12.24.54; Tue, 28 Feb 2006 12:24:55 -0800 (PST) From: "Lin Sun" To: Subject: RE: WTP/Eclipse questions/defects Date: Tue, 28 Feb 2006 15:24:54 -0500 Message-ID: <001701c63ca5$093e3520$98f22509@raleigh.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I read your wiki page on how to develop Geronimo within eclipse which was very helpful. However, I haven't been able to debug the Geronimo plugin within eclipse. Is there any document on how to that, similar as the wiki page for developing Geronimo? I think this will be very useful for anyone who wants to help out with the Geronimo plugin. Thanks, Lin -----Original Message----- From: Sachin Patel [mailto:sppatel2@gmail.com] Sent: Monday, February 27, 2006 11:12 PM To: dev@geronimo.apache.org Subject: Re: WTP/Eclipse questions/defects Just like you would hunt down a problem in G or any other project. Use the debugger. Eclipse/WTP provides sdk distributions so all the source is available. You can put breakpoints in the geronimo code to see the method call hierarchy in the debug view in Eclipse to get an understanding of who calls what. Another common practice is to verify problems against other server adapters. This would be a good indication that the bug is in WTP and not the implementation of a given adapter. Then you can use the debugger to evaluate further. - sachin On Feb 27, 2006, at 10:33 PM, Lin Sun wrote: > Hi Sachin, > > Thanks this information is very useful. I am relatively new to the > plugin > development... Could you shed some light on how to tell if a defect > is in > WTP or Geronimo devtools? > > Thanks, > > Lin > > -----Original Message----- > From: Sachin Patel [mailto:sppatel2@gmail.com] > Sent: Monday, February 27, 2006 11:24 AM > To: dev@geronimo.apache.org; user@geronimo.apache.org > Subject: WTP/Eclipse questions/defects > > With the release of the Eclipse plugin, here are a list of helpful > resources where WTP/Eclipse specific questions can be asked and where > you'll be able to search for answers to many common questions. > > http://www.eclipse.org/newsgroups/index_project.php > > The newsgroup URL is news.eclipse.org and the WTP specific list is > eclipse.webtools. > > The bug reporting tool for all Eclipse projects is https:// > bugs.eclipse.org/bugs/ > > If you feel you find a defect in WTP that you feel affects the > functionality of the Geronimo plugin, for tracking purposes open a > Jira in Geronimo and link it to the bugzilla number. This way the > project is aware and thus can ensure that the defect gets added to > the WTP adopter list and can take a higher priority. > > Thanks. > > - sachin > > >