RE: [vote-result] debugging maven with eclipse

2007-02-15 Thread hermod.opstvedt
o your eclipse build output for > the maven projects involved. I added the middle line in this snippet from > m2.conf: > > [plexus.core.maven] > load /home/jfraney/projects/maven-2.0.4/maven-core/bin > load ${maven.home}/lib/*.jar > > Then change th

Re: [vote-result] debugging maven with eclipse

2007-02-15 Thread Franz Allan Valencia See
s.core.maven] load /home/jfraney/projects/maven-2.0.4/maven-core/bin load ${maven.home}/lib/*.jar Then change the maven run configuration that was created above. The property classworlds.conf must be adjusted to point to your custom m2.conf file. Regards, John -- View this message in contex

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
ile. Regards, John -- View this message in context: http://www.nabble.com/debugging-maven-with-eclipse-tf2434872s177.html#a8988667 Sent from the Maven Developers mailing list archive at Nabble.com. - To unsubscribe, e-m

RE: debugging maven with eclipse

2006-10-15 Thread Swenson, Eric
_ From: Swenson, Eric Sent: Thursday, October 12, 2006 9:18 PM To: 'Maven Developers List' Subject: debugging maven with eclipse Can anyone point me to instructions on how to use eclipse to debug maven? I'm having a problem that no one, so far, has commented on - namely t

RE: debugging maven with eclipse

2006-10-12 Thread Swenson, Eric
make sure I didn't miss anything. -- Eric -Original Message- From: Franz Allan Valencia See [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 11:40 PM To: Maven Developers List Subject: Re: debugging maven with eclipse Good day to you, Eric, I havve just created (or ra

Re: debugging maven with eclipse

2006-10-12 Thread Franz Allan Valencia See
Good day to you, Eric, I havve just created (or rather, continued) this short tutorial on debugging maven with eclipse, [1] However, I am a windows user, so my answer is based on windows. I am not sure about the exact steps in linux but more or less, the concept of running in debug mode is the

RE: debugging maven with eclipse

2006-10-12 Thread Swenson, Eric
Sent: Thursday, October 12, 2006 10:42 PM To: Swenson, Eric; Maven Developers List Subject: RE: debugging maven with eclipse I've managed to create an eclipse project by running "mvn eclipse:eclipse" in the maven-2.0.4 source tree. And after defining the M2_REPO classpath variabl

RE: debugging maven with eclipse

2006-10-12 Thread Swenson, Eric
a conf file? Thanks. -- Eric From: Swenson, Eric Sent: Thursday, October 12, 2006 9:18 PM To: 'Maven Developers List' Subject: debugging maven with eclipse Can anyone point me to instructions on how to use eclipse to debug maven? I'm having a problem that no one, so fa

debugging maven with eclipse

2006-10-12 Thread Swenson, Eric
Can anyone point me to instructions on how to use eclipse to debug maven? I'm having a problem that no one, so far, has commented on - namely that when I do a reactor build of my project (top-level with sub-projects), I get the error (when doing "mvn install"): [ERROR] BUILD ERROR [INFO]

Re: Debugging Maven with Eclipse?

2006-04-13 Thread Reinhard Poetz
Geoffrey De Smet wrote: I created a "mvnd" script and there is an issue for it. After that it's just a matter of creating a remote debugger in eclipse. Would you mind sharing the issue link with us? -- Reinhard Pötz Independent Consultant, Trainer & (IT)-Coach {Software Engineerin

Re: Debugging Maven with Eclipse?

2006-04-13 Thread Geoffrey De Smet
I created a "mvnd" script and there is an issue for it. After that it's just a matter of creating a remote debugger in eclipse. With kind regards, Geoffrey De Smet Jochen Kuhnle wrote: Hi, is there a guide/howto for this? Or even better, does anybody have a working .launch file? Regards, J

Re: Debugging Maven with Eclipse?

2006-04-12 Thread Tim Kettler
Have you found this threads in the archives: http://www.mail-archive.com/users@maven.apache.org/msg31345.html http://www.mail-archive.com/users@maven.apache.org/msg27239.html Hope this helps -Tim Jochen Kuhnle schrieb: Hi, is there a guide/howto for this? Or even better, does anybody have a

Debugging Maven with Eclipse?

2006-04-12 Thread Jochen Kuhnle
Hi, is there a guide/howto for this? Or even better, does anybody have a working .launch file? Regards, Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]