DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16899>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16899 tomcat-5 can not compile tiles Summary: tomcat-5 can not compile tiles Product: Struts Version: Nightly Build Platform: PC OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: Tiles framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] On solaris and linux with jdk 1.4.1, jakarta-tomcat-5 nightly build & nightly build of struts, I get the following error running any tiles based app. [ServletException in:/layouts/vboxLayout.jsp] Unable to compile class for JSP An error occurred at line: 14 in the jsp file: /layouts/vboxLayout.jsp Generated servlet error: [javac] Since compiler setting isn't classic or modern,ignoring fork setting. [javac] Compiling 1 source file [javac] Since compiler setting isn't classic or modern,ignoring fork setting. [javac] /home/bpm/compile_area/cvs_jakarta/jakarta-tomcat-5/dist/work/Standalone/localhost/tiles-documentation/layouts/vboxLayout_jsp.java:68:12:68:15: Semantic Error: No field named "list" was found in type "org.apache.jsp.vboxLayout_jsp". ' and this: [ServletException in:/layout/columnsLayout.jsp] Unable to compile class for JSP An error occurred at line: 13 in the jsp file: /layout/columnsLayout.jsp Generated servlet error: [javac] Since compiler setting isn't classic or modern,ignoring fork setting. [javac] Compiling 1 source file [javac] Since compiler setting isn't classic or modern,ignoring fork setting. [javac] /home/bpm/compile_area/cvs_jakarta/jakarta-tomcat-5/dist/work/Standalone/localhost/tiles-documentation/layout/columnsLayout_jsp.java:72:32:72:41: Semantic Error: No field named "numColsStr" was found in type "org.apache.jsp.columnsLayout_jsp". ' Also in the struts-exercise-taglib, the <bean:define> tags has the following error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 34 in the jsp file: /bean-define.jsp Generated servlet error: [javac] Since compiler setting isn't classic or modern,ignoring fork setting. [javac] Compiling 1 source file [javac] Since compiler setting isn't classic or modern,ignoring fork setting. [javac] /home/bpm/compile_area/cvs_jakarta/jakarta-tomcat-5/dist/work/Standalone/localhost/struts-exercise-taglib/bean_0002ddefine_jsp.java:131:33:131:45: Semantic Error: No field named "test1_boolean" was found in type "org.apache.jsp.bean_0002ddefine_jsp". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]