hello it's me again...
i have encountered problems with the compilation of Open-Xchange
Groupware GUI
following the solutions posted on http://typo3.open-xchange.com/forum/...ead.php?t=1198
i have downloaded the latest saxon release saxonb9-0-0-2j.zip from http://sourceforge.net/project/downl...j.zip&77878643
the i
and try to compile...
and i get
then i tried
and got the same....
then i read the bug report....http://bugs.open-xchange.com/cgi-bin...ug.cgi?id=6344
and i tried to force the classpath when running ant with the option added...
and still the same....
i know im starting to become annoying, but please... i have tried to avoid writing to the forum....
i have encountered problems with the compilation of Open-Xchange
Groupware GUI
following the solutions posted on http://typo3.open-xchange.com/forum/...ead.php?t=1198
i have downloaded the latest saxon release saxonb9-0-0-2j.zip from http://sourceforge.net/project/downl...j.zip&77878643
the i
Code:
export CLASSPATH=/opt/open-xchange/lib/saxon9.jar $ export ANT_OPTS="-Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl"
Code:
ant -Dlib.dir=/opt/open-xchange/lib/ -Dhtdoc=/var/www/ox deploy
Code:
Buildfile: build.xml all_with_clean: clean: [delete] Deleting directory /tmp/open-xchange-gui/build 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 BUILD FAILED /tmp/open-xchange-gui/build.xml:510: The following error occurred while executing this line: javax.xml.transform.TransformerFactoryConfigurationError: Provider net.sf.saxon.TransformerFactoryImpl not found Total time: 1 second
Code:
ant -Dlib.dir=/opt/open-xchange/lib/ -lib /opt/open-xchange/lib -Dhtdoc=/var/www/ox deploy
then i read the bug report....http://bugs.open-xchange.com/cgi-bin...ug.cgi?id=6344
and i tried to force the classpath when running ant with the option added...
Code:
CLASSPATH=/opt/open-xchange/lib/ ant -Dlib.dir=/opt/open-xchange/lib/ -lib /opt/open-xchange/lib -Dhtdoc=/var/www/ox deploy -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl
i know im starting to become annoying, but please... i have tried to avoid writing to the forum....
Comment