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
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
Comment