changed build.xml?

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

    #1

    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
  • Stefan Preuss
    Open-Xchange Developer
    • Feb 2007
    • 88

    #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

    • Martin Heiland
      Open-Xchange Quality Assurance
      • Feb 2007
      • 3695

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

      Comment

      • peje

        #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