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=32257>. 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=32257 Summary: JspC ant task won't precompile JSPs that don't end in .jsp Product: Tomcat 5 Version: 5.0.28 Platform: PC OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Its possible to have JSPs that don't end in .jsp or .jspx, and Jasper will correctly compile these. But you can't use JspC to precompile them, because it only thinks .jsp and .jspx are valid JSP files. The easy way to fix this is to expose the private Vector extensions field, so you can specify in ant what file extensions your JSPs use. -- 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]