Re: [m2]Error running remote debug

2006-10-03 Thread Carlos Sanchez
what about using export instead of set ? On 10/2/06, Alan Mosely [EMAIL PROTECTED] wrote: Hi, I am trying to run a remote debug on an example project (daytrader from the Better Builds with Maven book) using Eclipse. I set SET MAVEN_OPTS=-Xdebug -Xnoagent

Re: [m2]Error running remote debug

2006-10-03 Thread Carlos Sanchez
export MAVEN_OPTS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 On 10/3/06, Carlos Sanchez [EMAIL PROTECTED] wrote: what about using export instead of set ? On 10/2/06, Alan Mosely [EMAIL PROTECTED] wrote: Hi, I am trying to run a remote debug on an example

[m2]Error running remote debug

2006-10-02 Thread Alan Mosely
Hi, I am trying to run a remote debug on an example project (daytrader from the Better Builds with Maven book) using Eclipse. I set SET MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 and then run a remote java application debug from