Announcement

Collapse
No announcement yet.

debian still fail installation of openexchange

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

  • debian still fail installation of openexchange

    hi friends,

    still got error while compile..i already compile 2 or 3 time already. problem still same.

    error below is when i doing "make"

    compilewebdav:
    [javac] Compiling 364 source files to /usr/src/open-xchange-0.8.0-beta5/buil d

    [javac] Issued 2 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/thread/ComfireThread.java":

    [javac] 795. int s = token.indexOf("\"")+1;
    [javac] ^
    [javac] *** Semantic Warning: Local "s" shadows a field of the same name in "com.openexchange.thread.ComfireThread".


    [javac] 881. int s = token.indexOf("\"")+1;
    [javac] ^
    [javac] *** Semantic Warning: Local "s" shadows a field of the same name in "com.openexchange.thread.ComfireThread".

    [javac] Issued 4 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/server/OCLPermission.java":

    [javac] 500. int fp = rs.getInt(6);
    [javac] ^^
    [javac] *** Semantic Warning: Local "fp" shadows a field of the same name in "com.openexchange.server.OCLPermission".


    [javac] 501. int orp = rs.getInt(7);
    [javac] ^-^
    [javac] *** Semantic Warning: Local "orp" shadows a field of the same name in "com.openexchange.server.OCLPermission".


    [javac] 502. int owp = rs.getInt(8);
    [javac] ^-^
    [javac] *** Semantic Warning: Local "owp" shadows a field of the same name in "com.openexchange.server.OCLPermission".


    [javac] 503. int odp = rs.getInt(9);
    [javac] ^-^
    [javac] *** Semantic Warning: Local "odp" shadows a field of the same name in "com.openexchange.server.OCLPermission".

    [javac] Issued 2 semantic warnings compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/tools/file/FileStorage.java":

    [javac] 124. Set entries = scanForUnusedEntries();
    [javac] ^-----^
    [javac] *** Semantic Warning: Local "entries" shadows a field of the same name in "com.openexchange.tools.file.FileStorage".


    [javac] 173. HashSet entries = new HashSet();
    [javac] ^-----^
    [javac] *** Semantic Warning: Local "entries" shadows a field of the same name in "com.openexchange.tools.file.FileStorage".

    [javac] Issued 1 semantic warning compiling "/usr/src/open-xchange-0.8.0-beta5/src/com/openexchange/groupware/CalendarRecurringCollection.java":

    [javac] 715. int days[] = new int[7];
    [javac] ^--^
    [javac] *** Semantic Warning: Local "days" shadows a field of the same name in "com.openexchange.groupware.CalendarRecurringColle ction".


    thanks for help

  • #2
    still got error while compile..i already compile 2 or 3 time already. problem still same.

    error below is when i doing "make"
    "make" on what?
    Describe all steps you have already done and post all commands you entered.

    Daniel

    Comment


    • #3
      I'm curious on the version number you use. "open-xchange-0.8.0-beta5" is heavily outdated - did you try 0.8.6 recently?

      Comment

      Working...
      X