Announcement

Collapse
No announcement yet.

compile open-xchange-admin-gui-ee

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • compile open-xchange-admin-gui-ee

    I've a problem by compiling the open-xchange-admin-gui-ee. The server is a debian4.0 in a vmware5 and I installed OpenXchange with the documentation. http://wiki.open-xchange.com/wiki/in...e_Installation
    When I call,
    cd /tmp/open-xchange-admin-gui-ee
    ant -Dlib.dir=/opt/open-xchange/lib/ install
    he always says that that Build Failed. Can someone tell me why?

    here is the error log:
    Buildfile: build.xml

    compile:
    [javac] Compiling 100 source files to /tmp/open-xchange-admin-gui-ee/classes
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/AJAXServlet.java:59: package javax.servlet does not exist
    [javac] import javax.servlet.ServletException;
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/AJAXServlet.java:60: package javax.servlet.http does not exist
    [javac] import javax.servlet.http.HttpServlet;
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/AJAXServlet.java:61: package javax.servlet.http does not exist
    [javac] import javax.servlet.http.HttpServletRequest;
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/AJAXServlet.java:62: package javax.servlet.http does not exist
    [javac] import javax.servlet.http.HttpServletResponse;
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/AJAXServlet.java:63: package javax.servlet.http does not exist
    [javac] import javax.servlet.http.HttpSession;
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/AJAXServlet.java:65: package org.apache.commons.logging does not exist
    [javac] import org.apache.commons.logging.Log;
    [javac] ^
    .
    .
    .
    .
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/DomainAction.java:258: cannot find symbol
    [javac] symbol : class JSONException
    [javac] location: class com.openexchange.admin.ajax.actions.DomainAction
    [javac] protected ArrayList<String> parseDomain(String body) throws JSONException {
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/FetchmailAction.java:71: package com.openexchange.admin.rmi does not exist
    [javac] import com.openexchange.admin.rmi.OXFetchmailInterface;
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/FetchmailAction.java:72: package com.openexchange.admin.rmi does not exist
    [javac] import com.openexchange.admin.rmi.OXServiceInterface;
    [javac] ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors
    Last edited by Guest; 02-29-2008, 09:05 AM.

  • #2
    Hi,

    this is/was a issue of the CVS which did not contain all plugins caused by some policy - but those plugins have been synchronized to the public CVS tonight. I'll update the installation manual as well as the installers today.

    Greetings

    Comment

    Working...
    X