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
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
Comment