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=35114>. 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=35114 Summary: Jasper JSPC does not support a failonerr from Ant Product: Tomcat 5 Version: 5.5.7 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Jasper AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] When using org.apache.jasper.JspC as a taskdef Ant tag, if there is a failure in the compilation the whole compilation aborts. Although in some working environments it is required to stop the whole process after the first error, there are cases where it is needed to have the whole list of errors instead of stopping at the first one. A typical case is when migrating from WebLogic to JBoss. WebLogic's JSPC forgives so much that develpers do not notice they are entering faulty JSP expressions. When compiling with Jasper for migration it is needed to be able to get all the errors to distribute the job among the developers. I recommend a "failonerr" capability to JspC and modify the unconditional re- throw of exceptions catched by JspC.execute(). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]