Hi all!
GWT: 1.5.2
Os = debian 4.0
Tomcat: 5.5.26 (Hudson 251)
Jdk: 1.5.0_16
I'm running some compatibility tests using gwt 1.5 and I have some
troubles when I try to validate my jsp,
----
[javac] <page_name>_jsp.java:32: getDependants() in
org.apache.jsp.<page_name>_jsp cannot implement getDependants() in
org.apache.jasper.runtime.JspSourceDependent; attempting to use
incompatible return type
[javac] found : java.lang.Object
[javac] required: java.util.List
[javac] public Object getDependants() {
----
It seems that version of JspSourceDependent in gwt-dev-linux.jar
conflicts with version deployed with tomcat, and system can't compile
jsp servlets because it uses the first one.
1) I tried to look for system requirements, but I didn't find
anything, where can I find them?
2) Do I have to use tomcat 6?
3) Could I eventually delete gwt jasper files?
Thanks in advance for responses
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---