I have jumpstart running in Eclipse as a java app, and it works with the
exception of the login. When I log in as admin, I get a null pointer
exception:
jumpstart.web.components.theapp.NavBar.isSecurityTabActive(NavBar.java:18)

I set a break point in eclipse on line 18 in NavBar.java, and when I run it
in Eclipse, Eclipse tells me that it cannot install a a break point because
the class files were compiled without line numbers.

So I enabled the line numbers in the Eclipse environment, but that didn't
help. 

I'm unfamiliar with many of the tools used in this project, and can't figure
out how the collapser gets invoked during app launch, much less how to
ensure line numbers are included!

Any idea how can I enable this?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/debugging-jumpstart-in-Eclipse-missing-line-numbers-tp4831779p4831779.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to