I'm not familiar with NetBeans nor its Maven integration. I'd suggest asking folks on the NetBeans and/or Maven mailing lists.
Matt On Fri, Sep 18, 2009 at 6:49 AM, measwel <marek_karczew...@yahoo.com.au>wrote: > > I tried debugging with the follwing options, netbeans attaches the debugger > and says 'user program running' so the attachment works. Nevertheless, the > code does not stop on the breakpoints I set inside the Test classes... > > # set-up remote debug options > export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE > -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n" > > # run jetty with tests on test DB > mvn > -- > View this message in context: > http://www.nabble.com/extension-of-appfuse-roles-not-testing-correctly-tp25491920s2369p25506687.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >