|
|
[OX Devel] Compile Errors in CVS - no interface expected here
Stephan February
stephan at adeptiva.com
Tue Mar 13 09:17:29 CET 2007
Hello
I've just checked out the new-and-improved OX from CVS. The following
compiler errors are generated when attempting to compile
open-exchange-admin in the files:
com/openexchange/admin/rmi/extensions/OXUserIMAPExtension.java
com/openexchange/admin/rmi/extensions/OXUserMailExtension.java
>>> snip <<<
[javac] com/openexchange/admin/rmi/extensions/OXxxxxxxxxx: no interface
expected here
>>> snip <<<
The culprit is that both the above classes attempt to "extend" rather
then "implement" the interface OXUserExtensionInterface. Modifying the
code to "implements", and creating quick implementations for the missing
method seems to fix the problem e.g.:
>>>> snip <<<
public String getExtensionName(){
return "OXUserIMAPExtension";
}
>>>> snip <<<
Maybe someone has not checked their work into CVS yet :D.
Cheers
Stephan
--
------
Adeptiva Linux Pte Ltd
Co. Reg: 200404633R
61 Mimosa Road, #08-65
Singapore
808015
Tel: +65 93653522
http://www.adeptiva.com
------
More information about the Devel
mailing list
|
|