Hello, second try to make ox working, but i stuck here:
ant -v -Dlib.dir=/opt/open-xchange/lib install
....
...
[javac] /tmp/open-xchange/src/com/openexchange/tools/encoding/Base64.java:72: package org.apache.commons.codec.binary does not exist
[javac] return Charsets.toString(org.apache.commons.codec.binary. Base64
[javac] ^
[javac] /tmp/open-xchange/src/com/openexchange/tools/encoding/Base64.java:92: package org.apache.commons.codec.binary does not exist
[javac] return org.apache.commons.codec.binary.Base64.decodeBase6 4(
[javac] ^
with last checkout from cvs there was no problem to create the first install
thank you for any hints
cu peje
ant -v -Dlib.dir=/opt/open-xchange/lib install
....
...
[javac] /tmp/open-xchange/src/com/openexchange/tools/encoding/Base64.java:72: package org.apache.commons.codec.binary does not exist
[javac] return Charsets.toString(org.apache.commons.codec.binary. Base64
[javac] ^
[javac] /tmp/open-xchange/src/com/openexchange/tools/encoding/Base64.java:92: package org.apache.commons.codec.binary does not exist
[javac] return org.apache.commons.codec.binary.Base64.decodeBase6 4(
[javac] ^
with last checkout from cvs there was no problem to create the first install
thank you for any hints
cu peje
Comment