https://issues.apache.org/bugzilla/show_bug.cgi?id=57558
--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> --- Complete sample build.xml (to be put into $CATALINA_HOME): [[[ <project default="jspc"> <property name="tomcat.home" location="${basedir}" /> <property name="webapp.path" location="${basedir}/webapps/examples" /> <import file="${tomcat.home}/bin/catalina-tasks.xml"/> <target name="jspc"> <jasper validateXml="false" uriroot="${webapp.path}" webXmlFragment="${webapp.path}/WEB-INF/generated_web.xml" outputDir="${webapp.path}/WEB-INF/src" /> <validator path="${webapp.path}" /> </target> </project> ]]] -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org