Hi I change now to OpenSuse 10.3. Work really well.
I download the OpenSuse10.3 Installer. (Look really good).
But I get a compiler error when compiling open-xchange-admin .
Whe I try to compile described in wiki, i get the same error.
Hmm whats wrong??
I download the OpenSuse10.3 Installer. (Look really good).
But I get a compiler error when compiling open-xchange-admin .
Code:
# ant -q -Dlib.dir=/opt/open-xchange/lib install [subant] No sub-builds to iterate on [javac] /usr/src/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Change.java:72: com.openexchange.admin.console.user.Change is not abstract 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] /usr/src/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Change.java:85: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] 2 errors BUILD FAILED /usr/src/open-xchange-admin/build.xml:206: The following error occurred while executing this line: /usr/src/open-xchange-admin/build.xml:82: The following error occurred while executing this line: /usr/src/open-xchange-admin-console-ee/build.xml:43: Compile failed; see the compiler error output for details. Total time: 1 seconds
Hmm whats wrong??
Comment