updating: compiling of admin failes
the installscript supports updating of a running setup, but fails compiling the admin-part:
on debian etch that had a working 6.4.1 setup while updating on the latest bugfix-branche:
despite the lack of the admin-stuff, login in ordinary webfrontend gets stuck at 90%. even after cache cleanup, ...
the installscript supports updating of a running setup, but fails compiling the admin-part:
on debian etch that had a working 6.4.1 setup while updating on the latest bugfix-branche:
Code:
Compiling Open-Xchange Admindaemon... [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /tmp/open-xchange-admin-plugin-context_light/src/com/openexchange/admin/storage/mysqlStorage/OXContextMySQLStorage.java uses or overrides a d eprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [subant] No sub-builds to iterate on [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] Note: /tmp/open-xchange-admin-plugin-osconfig/src/com/openexchange/admin/rmi/impl/OXSystemConfigurationImpl.java uses unchecked or unsafe operation s. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Change.java:72: com.openexchange.admin.console.user.Change is not abstra ct and does not override abstract method maincall(com.openexchange.admin.console.AdminParser,com.openexchange.admin.rmi.OXUserInterface,com.openexchange.admin. rmi.dataobjects.Context,com.openexchange.admin.rmi.dataobjects.User,com.openexchange.admin.rmi.dataobjects.Credentials) in com.openexchange.admin.console.user. ChangeCore [javac] public class Change extends ChangeCore { [javac] ^ [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Change.java:85: method does not override a method from its superclass [javac] @Override [javac] ^ [javac] 2 errors BUILD FAILED /tmp/open-xchange-admin/build.xml:206: The following error occurred while executing this line: /tmp/open-xchange-admin/build.xml:82: The following error occurred while executing this line: /tmp/open-xchange-admin-console-ee/build.xml:43: Compile failed; see the compiler error output for details. Total time: 16 seconds Compiling Open-Xchange Administration GUI... [javac] /tmp/open-xchange-admin-gui-ee/tmpsrc/com/openexchange/admin/ServletRegistrator.java:11: package javax.servlet does not exist [javac] import javax.servlet.Servlet; [javac] ^ [javac] /tmp/open-xchange-admin-gui-ee/tmpsrc/com/openexchange/admin/ServletRegistrator.java:12: package javax.servlet does not exist [javac] import javax.servlet.ServletException; [javac] ^ [javac] /tmp/open-xchange-admin-gui-ee/tmpsrc/com/openexchange/admin/ServletRegistrator.java:14: package org.apache.commons.logging does not exist [javac] import org.apache.commons.logging.Log; [javac] ^ ... removed many many lines of errors .... [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 100 errors BUILD FAILED /tmp/open-xchange-admin-gui-ee/build.xml:127: Compile failed; see the compiler error output for details.
Comment