Announcement

Collapse
No announcement yet.

problem to compile open-exchange-gui with jason8

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

  • problem to compile open-exchange-gui with jason8

    hi,

    i try to install Hyperion on debian etchR3 following guide http://typo3.open-xchange.com/wiki/i...e_Installation

    Everything is OK until the compilation of open-exchange Groupware gui. I have following errors :

    open-xchange:/tmp/open-xchange-gui# ant -Dlib.dir=/opt/open-xchange/lib/ -Dhtdoc=/var/www/ox deploy
    Buildfile: build.xml

    all_with_clean:

    clean:
    [delete] Deleting directory /tmp/open-xchange-gui/build
    [delete] Deleting 2 files from /tmp/open-xchange-gui

    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
    [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
    [xslt] tmp/open-xchange-gui/build.xsl:86: Error! Attribute {method} is not allowed on this element
    [xslt] Failed to process /tmp/open-xchange-gui/html/index.xml

    BUILD FAILED
    /tmp/open-xchange-gui/build.xml:510: The following error occurred while executing this line:
    /tmp/open-xchange-gui/build.xml:269: The following error occurred while executing this line:
    /tmp/open-xchange-gui/build.xml:46: javax.xml.transform.TransformerConfigurationExcept ion: Failed to compile stylesheet. 1 error detected.

    Total time: 2 seconds

    my export variables :

    declare -x ANT_OPTS="Djavax.xml.transform.TransformerFactory= net.sf.saxon.TransformerFactoryImpl"
    declare -x CLASSPATH="/opt/open-xchange/lib/saxon8.jar"

    my JDK version :

    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
    Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)

    my ANT version :

    open-xchange:/tmp/open-xchange-gui# ant -version
    Apache Ant version 1.6.5 compiled on July 1 2006

    thx for your help
    Last edited by Guest; 03-14-2008, 05:08 PM.

  • #2
    Hi,

    this seems to be saxon related, did you use a version later than 8.9.0.2?

    Greetings

    Comment


    • #3
      yes you are right. After upgrading to latest jason release it's work !

      thx a lot

      Comment

      Working...
      X