RE: [vote-result] debugging maven with eclipse

2007-02-15 Thread hermod.opstvedt
breakpoint and you can step through your code (Mavens too if you have attachec the source) Hermod -Original Message- From: Franz Allan Valencia See [mailto:[EMAIL PROTECTED] Sent: Friday, February 16, 2007 3:13 AM To: Maven Developers List Subject: Re: [vote-result] debugging maven with

Re: [vote-result] debugging maven with eclipse

2007-02-15 Thread Franz Allan Valencia See
Good day to you, John, Thanks :) I'll try to incorporate it this weekend :) ..unless somebody else wants to do it, in that case, please feel free to do so :) Thanks, Franz On 2/15/07, John J. Franey <[EMAIL PROTECTED]> wrote: Franz, Thanks for your contribution. I'm new to developing maven

Re: [vote-result] debugging maven with eclipse

2007-02-15 Thread Barrie Treloar
On 2/16/07, John J. Franey <[EMAIL PROTECTED]> wrote: I've discovered this technique to debug maven 2.0.4 under eclipse 3.2. Please add it to your tutorial if it is appropriate. Part of your tutorial is addressing how to debug a user project's unit tests as they are run via surefire. I'm not

Re: [vote-result] debugging maven with eclipse

2007-02-15 Thread John J. Franey
Franz, Thanks for your contribution. I'm new to developing maven internals and my first question has been how to debug maven. I want to use the debugger to learn how maven is working internally. I've discovered this technique to debug maven 2.0.4 under eclipse 3.2. Please add it to your tutor