users@glassfish.java.net

Re: Glassfish not hitting breakpoints; Netbeans deployment script errors

From: Chris Fleischmann <Chris.Fleischmann_at_Sun.COM>
Date: Wed, 28 Nov 2007 13:26:19 +1100

You can fix this (at least for debugging) by doing the following:

Change
/
{build.classes.dir.real}

/in the /./nbproject/project.properties /file

with /

//{build.classes.dir}/

Regards,

Chris
/

/
glassfish_at_javadesktop.org wrote:
> How do I fix my Netbeans project so I can debug my web application?
>
> I get these errors when deploying. How do I define these build script values for my project?
>
> I've got another project that works fine with the debugger. With the busted one, I've inserted console trace statements with breakpoints, and the trace statements print but the debugger doesn't stop.
>
> Glassfish is running locally and I've turned on debugging for the domain, and started it in debug mode from the Glassfish Service control panel.
>
> Deployment of application DAMADM completed successfully
> connect-debugger:
> Non-existing path "C:\NetBeansProjects\DAMADM\${build.classes.dir.real}" provided.
> Non-existing path "C:\NetBeansProjects\DAMADM\${ws.debug.classpaths}" provided.
> Non-existing path "C:\NetBeansProjects\DAMADM\${ws.web.docbase.dirs}" provided.
> Attached JPDA debugger to localhost:9009
> debug-display-browser:
> Browsing: http://localhost:8080//
> BUILD SUCCESSFUL (total time: 9 seconds)
> [Message sent by forum member 'frenchdrip' (frenchdrip)]
>
> http://forums.java.net/jive/thread.jspa?messageID=247478
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>