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
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
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 +
+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
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
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