Announcement

Collapse
No announcement yet.

Problems compiling ox

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

  • Problems compiling ox

    Hello,

    while compiling ox I got the following error-message:


    obiwan:/tmp/open-xchange # ant -Dlib.dir=/opt/open-xchange/lib install
    Buildfile: build.xml

    prepare:

    patchVersionJava:
    [copy] Copying 1 file to /tmp/open-xchange/src/com/openexchange/server

    compile:
    [javac] Compiling 971 source files to /tmp/open-xchange/build
    [javac] /tmp/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageDumper.java:345: cannot find symbol
    [javac] symbol : method convertContact(net.freeutils.tnef.Message)
    [javac] location: class net.freeutils.tnef.mime.TNEFMime
    [javac] final BodyPart bodyPart = TNEFMime.convertContact(message);
    [javac] ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

    BUILD FAILED
    /tmp/open-xchange/build.xml:111: Compile failed; see the compiler error output for details.

    Total time: 10 seconds


    Does anyone have an idea, what's the problem?

    Grz
    Supergudrun
    Last edited by Guest; 05-16-2007, 03:15 PM. Reason: Soved - got a wrong version of TNEF.jar

  • #2
    Hi Supergudrun,

    try to download the latest tnef.jar and compile again.

    Orlando

    Comment


    • #3
      Thx, it works great now.

      Comment

      Working...
      X