DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28604>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28604 JspC should not display the whole stack trace of errors ------- Additional Comments From [EMAIL PROTECTED] 2004-05-06 15:25 ------- Thanks, this is definitely an improvement. For IDE usage, it would be useful to do some additional changes to the build error format: Not including a link to line number in build.xml, as that is not too significant to the developet. Instead, including the full path of the JSP which contains the error. Also, text "org.apache.jasper.JasperException" is unnecessary. So instead of: E:\bugs\28603_tomcat\project\build.xml:23: org.apache.jasper.JasperException: /JSP.jsp(6,0) Include action: Mandatory attribute page missing the output would look like: E:\bugs\28603_tomcat\project\web\JSP.jsp [6:0] Include action: Mandatory attribute page missing This would make the error format consistent with Javac. Is this possible? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]