First, I'am sorry for my poor English.
I use Debian Sarge 3.1 x86_64, JDK 1.5.0.13 x86_64 on 2 GB RAM AMD Opteron server.
I follow OX Hyperion wiki to install my OX.
A few days ago (Thu Oct 25 & Fri, Oct 26) I have no problem with compiling OX (although I still can't have successful OX installation because some problems).
While tried to do some "trial error" to get success with my OX installation, suddenly I get this error while recompile OX:
ox:/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 839 source files to /tmp/open-xchange/build
[javac] /tmp/open-xchange/src/com/openexchange/charset/AliasCharsetProvider.java:119: package net.freeutils.charset does not exist
[javac] c = new net.freeutils.charset.CharsetProvider().charsetFor Name(charsetName);
[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:114: Compile failed; see the compiler error output for details.
Total time: 25 seconds
All libs (*jar) are exactly the same as I used before.
Even I clean reinstall my OS, the same problem still occur.
Thanks for help.
I use Debian Sarge 3.1 x86_64, JDK 1.5.0.13 x86_64 on 2 GB RAM AMD Opteron server.
I follow OX Hyperion wiki to install my OX.
A few days ago (Thu Oct 25 & Fri, Oct 26) I have no problem with compiling OX (although I still can't have successful OX installation because some problems).
While tried to do some "trial error" to get success with my OX installation, suddenly I get this error while recompile OX:
ox:/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 839 source files to /tmp/open-xchange/build
[javac] /tmp/open-xchange/src/com/openexchange/charset/AliasCharsetProvider.java:119: package net.freeutils.charset does not exist
[javac] c = new net.freeutils.charset.CharsetProvider().charsetFor Name(charsetName);
[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:114: Compile failed; see the compiler error output for details.
Total time: 25 seconds
All libs (*jar) are exactly the same as I used before.
Even I clean reinstall my OS, the same problem still occur.
Thanks for help.
Comment