Re: WTP/Eclipse questions/defects

2006-03-01 Thread Sachin Patel
Subject: Re: WTP/Eclipse questions/defects Yes I can but it will be a while before I get to it. Most of the information you really need is in Plugin Development Guide in the Eclipse Help and the tutorials on the Eclipse site which is full of information to get started. But before anything, your best

RE: WTP/Eclipse questions/defects

2006-02-28 Thread Lin Sun
who wants to help out with the Geronimo plugin. Thanks, Lin -Original Message- From: Sachin Patel [mailto:[EMAIL PROTECTED] 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

Re: WTP/Eclipse questions/defects

2006-02-28 Thread Sachin Patel
. Thanks, Lin -Original Message- From: Sachin Patel [mailto:[EMAIL PROTECTED] 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

RE: WTP/Eclipse questions/defects

2006-02-28 Thread Lin Sun
] Sent: Tuesday, February 28, 2006 3:42 PM To: dev@geronimo.apache.org Subject: Re: WTP/Eclipse questions/defects Yes I can but it will be a while before I get to it. Most of the information you really need is in Plugin Development Guide in the Eclipse Help and the tutorials on the Eclipse

Re: WTP/Eclipse questions/defects

2006-02-27 Thread Jacek Laskowski
2006/2/27, Sachin Patel [EMAIL PROTECTED]: 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. Hi Sachin, Could that be added to Devtools web

Re: WTP/Eclipse questions/defects

2006-02-27 Thread Sachin Patel
Yep, will do. - sachin On Feb 27, 2006, at 2:55 PM, Jacek Laskowski wrote: 2006/2/27, Sachin Patel [EMAIL PROTECTED]: 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

RE: WTP/Eclipse questions/defects

2006-02-27 Thread Lin Sun
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:[EMAIL PROTECTED] Sent: Monday,

Re: WTP/Eclipse questions/defects

2006-02-27 Thread Sachin Patel
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