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=42337>. 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=42337 Summary: jasper-howto docs should use bin/catalina-tasks.xml Product: Tomcat 6 Version: unspecified Platform: All URL: http://tomcat.apache.org/tomcat-6.0-doc/jasper- howto.html OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The instructions for using Ant to pre-compile jsp pages with the Jasper compiler should demonstrate using bin/catalina-tasks.xml instead of including all of the code to perform this manually. This will reduce complexity that is exposed to the users and adhere to the "once and only once" rule. Example: <project name="Webapp Precompilation" default="all" basedir="."> <import file="${catalina.home}/bin/catalina-tasks.xml"/> <target name="jspc"> <jasper2 validateXml="false" uriroot="${docroot.dir}" webXmlFragment="${docroot.dir}/WEB-INF/generated_web.xml" outputDir="${jspc.src.dir}" /> </target> ... etc. -- 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]
