Hi all,
i just started my installation of open-xchange und there seems to be a problem with open-xchange-admin from CVS:
Unfortunatly i don't know java but this looks like a syntax/logic error?
Best Regards,
Sebastian
i just started my installation of open-xchange und there seems to be a problem with open-xchange-admin from CVS:
Code:
Buildfile: build.xml replacer: [copy] Copying 10 files to /tmp/open-xchange-admin [exec] /tmp /tmp/open-xchange-admin [exec] /tmp/open-xchange-admin compile: [javac] Compiling 72 source files to /tmp/open-xchange-admin/classes [javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/extensions/OXUserMailExtension.java:58: no interface expected here [javac] public class OXUserMailExtension extends OXUserExtensionInterface { [javac] ^ [javac] Note: /tmp/open-xchange-admin/src/com/openexchange/admin/tools/OXRunner.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /tmp/open-xchange-admin/src/com/openexchange/admin/tools/PropertyHandler.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error BUILD FAILED
Best Regards,
Sebastian
Comment