Re: Debugging maven with breakpoints feed-back: --jdwp + docs

2006-02-23 Thread Grzegorz Slowikowski
day, February 22, 2006 10:41 PM Subject: Re: Debugging maven with breakpoints feed-back: --jdwp + docs I've thought about this in the past, but have always opted to go for setting MAVEN_OPTS (which I have in a separate little script). I'd be fine with adding this argument, but parsing the

Re: Debugging maven with breakpoints feed-back: --jdwp + docs

2006-02-23 Thread Geoffrey De Smet
maven with breakpoints feed-back: --jdwp + docs Geoffrey, I like it! I prefer more --jdpa rather than --jpwd (Think about geronimo or tomcat) What do others think? Vincent 2006/2/22, Geoffrey De Smet <[EMAIL PROTECTED]>: I just used my first debug breakpoint in maven 2 to fix the jasp

Re: Debugging maven with breakpoints feed-back: --jdwp + docs

2006-02-22 Thread Brett Porter
put it in JIRA? - Brett Brian E. Fox wrote: > +1! > > -Original Message- > From: Vincent Siveton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 22, 2006 7:49 AM > To: Maven Developers List > Subject: Re: Debugging maven with breakpoints feed-back: --jdwp +

RE: Debugging maven with breakpoints feed-back: --jdwp + docs

2006-02-22 Thread Brian E. Fox
+1! -Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 7:49 AM To: Maven Developers List Subject: Re: Debugging maven with breakpoints feed-back: --jdwp + docs Geoffrey, I like it! I prefer more --jdpa rather than --jpwd (Think about

Re: Debugging maven with breakpoints feed-back: --jdwp + docs

2006-02-22 Thread Vincent Siveton
Geoffrey, I like it! I prefer more --jdpa rather than --jpwd (Think about geronimo or tomcat) What do others think? Vincent 2006/2/22, Geoffrey De Smet <[EMAIL PROTECTED]>: > I just used my first debug breakpoint in maven 2 to fix the > jasperreports plugin: > > export MAVEN_OPTS="-Xdebug -Xnoa

Debugging maven with breakpoints feed-back: --jdwp + docs

2006-02-22 Thread Geoffrey De Smet
I just used my first debug breakpoint in maven 2 to fix the jasperreports plugin: export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000" mvn Still, this is a bit unhandy and it took me quite a while to find out. So here's my