> The stack trace I get while running on tomcat shows (Unknown > Source) in the > place where it should show the line no of the file where the error has > occured. My javac task simply compiles my source to the > WEB-INF/classes dir. > Do i need to generate source files om that path to get the line > nos instead > of Unknown Source? If yes how can I do that?
Use debug="on" in the javac target. Including debug information is deactivated per default. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>