gnu-eprog
gnu-eprog copied to clipboard
Can't compile : com.icl.saxon.StyleSheet missing
Hi !
bash-4.2$ make
java -cp "/usr/share/java/saxon.jar:/usr/share/java/xslthl.jar"
-Dxslthl.config="file:///home/def/Documents/programmation/ARM/docs/gnu-eprog/xslthl-config.xml"
com.icl.saxon.StyleSheet gnu-eprog.xml docbook.xsl
Erreur : impossible de trouver ou charger la classe principale com.icl.saxon.StyleSheet
make: *** [arm-iset.html] Erreur 1
Hi, Running Debian Jessie stable, I got the same error after apt-get install asciidoc on almost fresh Debian. Then I installed docbook-xsl-saxon. I I now have this error :
$ make java -cp "/usr/share/java/saxon.jar:/usr/share/java/xslthl.jar"
-Dxslthl.config="file:///home/jeko/Documents/dev/deep-embed/gnu-eprog-master/xslthl-config.xml"
com.icl.saxon.StyleSheet gnu-eprog.xml docbook.xsl Error at saxon6:script on line 32 of file:/usr/share/xml/docbook/stylesheet/nwalsh/highlighting/common.xsl: Failed to load net.sf.xslthl.ConnectorSaxon6 Error at saxon6:script on line 32 of file:/usr/share/xml/docbook/stylesheet/nwalsh/highlighting/common.xsl: Failed to load net.sf.xslthl.ConnectorSaxon6 Transformation failed: Failed to compile stylesheet. 2 errors detected. Makefile:39: recipe for target 'arm-iset.html' failed make: *** [arm-iset.html] Error 2
@JekoTronik Please make sure libxslthl-java is installed.
@LTGZZ Please make sure libsaxon-java is installed.
Hello @bravegnu ! I no longer have my system in the right configuration. I finally use wget to grab a copy of your tutorial locally. Thank you for coming back to us and for your work. Cheers
I am also faced same make error. Its resolved, after Installed docbook-website. (docbook-website - XML Website DTD and XSL Stylesheets)