Announcement

Collapse
No announcement yet.

java.io.IO Exception: msgcat: not found

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

  • java.io.IO Exception: msgcat: not found

    So close and yet it seems so far ... :O(

    I'm down to installing the GUI and I'm getting a error about a missing "msgcat"?

    [snip]
    cvs checkout: Updating open-xchange-gui/rteditor/lang
    U open-xchange-gui/rteditor/lang/de.js
    U open-xchange-gui/rteditor/lang/en.js
    U open-xchange-gui/rteditor/lang/fr.js
    root@ubuntu:/tmp# cd /tmp/open-xchange-gui
    root@ubuntu:/tmp/open-xchange-gui# export CLASSPATH=/opt/open-xchange/lib/saxon8.jar
    root@ubuntu:/tmp/open-xchange-gui# export ANT_OPTS="-Djavax.xml.transform.TransformerFactory=net.sf.sax on.TransformerFactoryImpl"
    root@ubuntu:/tmp/open-xchange-gui# export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
    root@ubuntu:/tmp/open-xchange-gui# ant -Dlib.dir=/opt/open-xchange/lib/ -lib /opt/open-xchange/lib deploy
    Buildfile: build.xml

    css:
    [xslt] Processing /tmp/open-xchange-gui/style.xml to /tmp/open-xchange-gui/build/border.css
    [xslt] Loading stylesheet /tmp/open-xchange-gui/css.xsl
    [xslt] tmp/open-xchange-gui/css.xsl:20: Warning! Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
    [copy] Copying 1 file to /tmp/open-xchange-gui

    html:

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/index.xml to /tmp/open-xchange-gui/index.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/ox.xml to /tmp/open-xchange-gui/ox.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/tasks/newTask.xml to /tmp/open-xchange-gui/newTask.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/calendar/newAppointment.xml to /tmp/open-xchange-gui/newAppointment.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/contacts/newContact.xml to /tmp/open-xchange-gui/newContact.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/contacts/newDistributionList.xml to /tmp/open-xchange-gui/newDistributionList.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/mail/newMail.xml to /tmp/open-xchange-gui/newMail.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/mail/detailMail.xml to /tmp/open-xchange-gui/detailMail.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/mail/mailcheck_window.xml to /tmp/open-xchange-gui/mailcheck_window.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/infostore/newInfoItemHidden.xml to /tmp/open-xchange-gui/newInfoItemHidden.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/popup_trigger_cb.xml to /tmp/open-xchange-gui/popup_trigger_cb.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/infostore/newInfoItemMain.xml to /tmp/open-xchange-gui/newInfoItemMain.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/popupContent.xml to /tmp/open-xchange-gui/popupContent.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl
    [replace] Replaced 1 occurrences in 1 files.

    lang:

    BUILD FAILED
    /tmp/open-xchange-gui/build.xml:195: Execute failed: java.io.IOException: java.io.IOException: msgcat: not found

    Total time: 29 seconds

  • #2
    msgcat is part of the GNU gettext tools. In some distributions you may need to install the package gettext-dev[el] in addition to gettext.

    Comment

    Working...
    X