I get following error messages after this command
Error output
Any idea what is wrong now
I got here an error messages regarding a FR language module but this installation has finished.
ant -Dlib.dir=/opt/open-xchange/lib install
...
...
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXGroup.java:755: cannot find symbol
[javac] symbol : class ServiceReference
[javac] location: class com.openexchange.admin.rmi.impl.OXGroup
[javac] final ServiceReference[] servicereferences = bundle.getRegisteredServices();
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXGroup.java:757: cannot find symbol
[javac] symbol : class ServiceReference
[javac] location: class com.openexchange.admin.rmi.impl.OXGroup
[javac] for (final ServiceReference servicereference : servicereferences) {
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXResource.java:181: cannot find symbol
[javac] symbol : class Bundle
[javac] location: class com.openexchange.admin.rmi.impl.OXResource
[javac] final ArrayList<Bundle> bundles = AdminDaemon.getBundlelist();
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXResource.java:182: cannot find symbol
[javac] symbol : class Bundle
[javac] location: class com.openexchange.admin.rmi.impl.OXResource
[javac] for (final Bundle bundle : bundles) {
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXResource.java:184: cannot find symbol
[javac] symbol : variable Bundle
[javac] location: class com.openexchange.admin.rmi.impl.OXResource
[javac] if (Bundle.ACTIVE==bundle.getState()) {
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXResource.java:185: cannot find symbol
[javac] symbol : class ServiceReference
[javac] location: class com.openexchange.admin.rmi.impl.OXResource
[javac] final ServiceReference[] servicereferences = bundle.getRegisteredServices();
[javac] ^
[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/src/com/openexchange/admin/tools/PropertyHandler.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
BUILD FAILED
/tmp/open-xchange-admin/build.xml:182: Compile failed; see the compiler error output for details
...
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXGroup.java:755: cannot find symbol
[javac] symbol : class ServiceReference
[javac] location: class com.openexchange.admin.rmi.impl.OXGroup
[javac] final ServiceReference[] servicereferences = bundle.getRegisteredServices();
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXGroup.java:757: cannot find symbol
[javac] symbol : class ServiceReference
[javac] location: class com.openexchange.admin.rmi.impl.OXGroup
[javac] for (final ServiceReference servicereference : servicereferences) {
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXResource.java:181: cannot find symbol
[javac] symbol : class Bundle
[javac] location: class com.openexchange.admin.rmi.impl.OXResource
[javac] final ArrayList<Bundle> bundles = AdminDaemon.getBundlelist();
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXResource.java:182: cannot find symbol
[javac] symbol : class Bundle
[javac] location: class com.openexchange.admin.rmi.impl.OXResource
[javac] for (final Bundle bundle : bundles) {
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXResource.java:184: cannot find symbol
[javac] symbol : variable Bundle
[javac] location: class com.openexchange.admin.rmi.impl.OXResource
[javac] if (Bundle.ACTIVE==bundle.getState()) {
[javac] ^
[javac] /tmp/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXResource.java:185: cannot find symbol
[javac] symbol : class ServiceReference
[javac] location: class com.openexchange.admin.rmi.impl.OXResource
[javac] final ServiceReference[] servicereferences = bundle.getRegisteredServices();
[javac] ^
[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/src/com/openexchange/admin/tools/PropertyHandler.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
BUILD FAILED
/tmp/open-xchange-admin/build.xml:182: Compile failed; see the compiler error output for details
ant -Dlib.dir=/opt/open-xchange/lib install
Comment