Announcement

Collapse
No announcement yet.

translate the AJAX GUI into a new language

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

  • translate the AJAX GUI into a new language

    Hi everybody,
    * I want to translate the AJAX GUI into a new language and have read the instruction in http://www.open-xchange.com/wiki/ind...UI_Translation

    * To make it, I muss build a pot file with this command line:

    ant -Dlib.dir=/opt/open-xchange/lib/ pot

    * but I become this error:

    /tmp/open-xchange-gui/build.xml:403: java.lang.IllegalArgumentException: Not supported: http://saxon.sf.net/feature/linenumbering


    can someone help me to fix that problem?

    Thanks a lot

    :-)

  • #2
    the -D option is not necessary anymore. The wiki is updated.

    Comment


    • #3
      Originally posted by Viktor Pracht View Post
      the -D option is not necessary anymore. The wiki is updated.
      Hi Viktor,
      I've tried to do something with no "-D" option but get now this error:
      1. Try:
      testserver2:/usr/src/open-xchange-gui # ant lib.dir=/opt/open-xchange/lib/ pot
      Buildfile: build.xml

      BUILD FAILED
      Target "lib.dir=/opt/open-xchange/lib/" does not exist in the project "bf_6_4_2-gui".


      2. Try

      testserver2:/tmp/open-xchange-gui # ant pot
      Buildfile: build.xml

      pot:
      [xslt] Transforming into /tmp/open-xchange-gui/build
      [xslt] Processing /tmp/open-xchange-gui/html/about.xml to /tmp/open-xchange-gui/build/about.pot
      [xslt] Loading stylesheet /tmp/open-xchange-gui/i18n/pot.xsl
      [xslt] Failed to process null

      BUILD FAILED
      /tmp/open-xchange-gui/build.xml:403: java.lang.IllegalArgumentException: Not supported: http://saxon.sf.net/feature/linenumbering



      what can I do now? can you help me about that?
      Thanks
      :-)

      Jimmy
      Last edited by Guest; 05-13-2008, 11:25 AM.

      Comment


      • #4
        Sorry, no idea. The second way works for me.

        Google for "xslt" "failed to process null", there are several people with different solutions to a similar error message.

        Comment

        Working...
        X