Today at work, our development group was debugging an issue with our CI server deployment. The log file contained a stack trace without any line numbers or other information. This prompted some Googling on the subject, and elicited this blog entry:
http://sahyog.blogspot.com/2008/02/line-numbers-in-java-exception-stack.html
Good information about the javac task in Ant. I did not know about the debuglevel option.
http://sahyog.blogspot.com/2008/02/line-numbers-in-java-exception-stack.html
Good information about the javac task in Ant. I did not know about the debuglevel option.