Hi,
I have the following error when i try to compile Open xchange on debian.
[javac] Compiling 209 source files to /tmp/open-xchange/build
[javac] /tmp/open-xchange/src/com/openexchange/tools/servlet/ServletContextWrapper.java:73: com.openexchange.tools.servlet.ServletContextWrapp er is not abstract and does not override abstract method getContextPath() in javax.servlet.ServletContext
[javac] public class ServletContextWrapper implements ServletContext {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
Thanks for any help.
I have the following error when i try to compile Open xchange on debian.
[javac] Compiling 209 source files to /tmp/open-xchange/build
[javac] /tmp/open-xchange/src/com/openexchange/tools/servlet/ServletContextWrapper.java:73: com.openexchange.tools.servlet.ServletContextWrapp er is not abstract and does not override abstract method getContextPath() in javax.servlet.ServletContext
[javac] public class ServletContextWrapper implements ServletContext {
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
Thanks for any help.
Comment