Announcement

Collapse
No announcement yet.

changed build.xml?

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

  • changed build.xml?

    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

  • #2
    Seems like you don't have the lib org.apache.commons.codec
    You can find it here: http://commons.apache.org/codec/
    Just put it into the lib dir and try again.

    Comment


    • #3
      Yep, this has already been added to the wiki at the day this lib has been added.

      Comment


      • #4
        thank you, did not realize.... but unfortanly stuck still at the same thing, i'll do a new post for this
        cu peje

        Comment

        Working...
        X