Xalan is an XSLT processor which supports XSLT 1.0. The GUI requires XSLT 2.0 and uses Saxon to process it. The error was that Ant chooses the wrong XSLT processor when both are available in the classpath.
Announcement
Collapse
No announcement yet.
Problems with open-xchange-gui
Collapse
X
-
@Daniel Halbe
Just followed the Installation-Docs. Tested open-xchange on my privat computer and changed no USE-flags.
I will check the installation on a fresh gentoo
Ok... quick and dirty!!!
-> /etc/conf.d/apache2: APACHE2_OPTS="... -D JK"
-> /etc/apache2/jk-workers.properties: not changed
-> /etc/apache2/modules.d/88_mod_jk.conf: added "jkMount /ajax/* ajp13" and "jkMount /servlet/* ajp13"
-> /etc/imapd.conf: see Inst-Docs
-> /etc/pam.d/imap: see Inst-Docs (just the two entrys...)
compile open-xchange with the parameters in the Docs
compile open-xchange-gui with -Dhtdoc=/var/www/localhost/htdocs/open-xchange (before compiling rename /usr/.../xalan.jar to something else, compile, rename it back to xalan.jar)
start open-xchange-admin and open-xchange
thats for me... but will check it on a fresh install...
David
Comment
-
I hope someone can also help me...
when I compile the gui I recieve the following error-message
Code:Buildfile: build.xml css: [xslt] Processing /root/ox/open-xchange-gui/style.xml to /root/ox/open-xchange-gui/build/border.css [xslt] Loading stylesheet /root/ox/open-xchange-gui/css.xsl BUILD FAILED /root/ox/open-xchange-gui/build.xml:57: javax.xml.transform.TransformerFactoryConfigurationError: Provider net.sf.saxon.TransformerFactoryImpl not found
thanks, orlando
Comment
-
Originally posted by oprocopio View PostI hope someone can also help me...
when I compile the gui I recieve the following error-message
Code:Buildfile: build.xml css: [xslt] Processing /root/ox/open-xchange-gui/style.xml to /root/ox/open-xchange-gui/build/border.css [xslt] Loading stylesheet /root/ox/open-xchange-gui/css.xsl BUILD FAILED /root/ox/open-xchange-gui/build.xml:57: javax.xml.transform.TransformerFactoryConfigurationError: Provider net.sf.saxon.TransformerFactoryImpl not found
thanks, orlando
Comment
-
Originally posted by oprocopio View PostI build the file with:
Code:ant -lib /opt/open-xchange/lib/ deploy
now seems everything is ok.
orlandoLast edited by Stefan Preuss; 03-13-2007, 06:03 PM.
Comment
Comment