Announcement

Collapse
No announcement yet.

OX Community Installer Build failes OpenSuse 10.2

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

  • OX Community Installer Build failes OpenSuse 10.2

    Hi @ Open Xchange,

    I tried to install OpenXChange on a OpenSuse 10.2 System. After reading several postings I think that a library is missing. As a JavaServer Newbie I'm not able to identify the missing library.

    Here is the log generated during the installation:
    compile:
    [javac] Compiling 1200 source files to /tmp/open-xchange/build
    [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:132: warning: unmappable character for encoding US-ASCII
    [javac] * final String quotedPersonal = quotePersonal("Doe, Jané"
    [javac] ^
    [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:132: warning: unmappable character for encoding US-ASCII
    [javac] * final String quotedPersonal = quotePersonal("Doe, Jané"
    [javac] ^
    [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:140: warning: unmappable character for encoding US-ASCII
    [javac] * //Unicode Address: "Doe, Jané" <someone@somewhere.com>
    [javac] ^
    [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:140: warning: unmappable character for encoding US-ASCII
    [javac] * //Unicode Address: "Doe, Jané" <someone@somewhere.com>
    [javac] ^
    [javac] /tmp/open-xchange/src/com/openexchange/mail/imap/IMAPFolderStorage.java:93: no interface expected here
    [javac] public final class IMAPFolderStorage extends MailFolderStorage implements Serializable {
    [javac] ^
    [javac] /tmp/open-xchange/src/com/openexchange/mail/imap/IMAPMessageStorage.java:90: no interface expected here
    [javac] public final class IMAPMessageStorage extends MailMessageStorage implements Serializable {
    [javac] ^
    [javac] /tmp/open-xchange/src/com/openexchange/mail/imap/IMAPMailConnection.java:76: wrong number of type arguments; required 3
    [javac] public final class IMAPMailConnection extends MailConnection<IMAPFolderStorage, IMAPMessageStorage> implements
    [javac] ^
    [javac] /tmp/open-xchange/src/com/openexchange/imap/user2imap/User2IMAP.java:356: cannot find symbol
    [javac] symbol : variable User2IMAPImpl
    [javac] location: class com.openexchange.configuration.SystemConfig.Proper ty
    [javac] String classNameProp = SystemConfig.getProperty(SystemConfig.Property.Use r2IMAPImpl);
    [javac] ^


    Thx in advance

    Macsaver

  • #2
    well, I have the same problem (I'm using the installer)

    Comment


    • #3
      Hi,
      just take a look at the installers wiki page, i've provided a work-around for the current CVS Problem. I've tested the fix at debian and ubuntu, but not at SuSE yet.

      Greetings

      Comment

      Working...
      X