Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile : com.icl.saxon.StyleSheet missing #1

Open
LTGZZ opened this issue Oct 6, 2015 · 5 comments
Open

Can't compile : com.icl.saxon.StyleSheet missing #1

LTGZZ opened this issue Oct 6, 2015 · 5 comments

Comments

@LTGZZ
Copy link

LTGZZ commented Oct 6, 2015

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

@JekoTronik
Copy link

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

@bravegnu
Copy link
Owner

@JekoTronik Please make sure libxslthl-java is installed.

@bravegnu
Copy link
Owner

@LTGZZ Please make sure libsaxon-java is installed.

@JekoTronik
Copy link

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

bravegnu pushed a commit that referenced this issue Nov 21, 2017
@vinothgcdm
Copy link
Contributor

I am also faced same make error.
Its resolved, after Installed docbook-website. (docbook-website - XML Website DTD and XSL Stylesheets)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants