Hi,

I'm trying to build the user docs in html. For some reason, make "can't" 
find the saxon lib/jar/class, even thought it's installed 
(/usr/share/java/saxon.jar). The generated cmake files references the 
correct java directory path

( cd /opt/darktable/doc/usermanual && /bin/java -cp 
/usr/share/java/xml-commons-resolver.jar:/usr/share/java/saxon.jar:/usr/share/java/saxon.jar
 
com.icl.saxon.StyleSheet <...snip>)

NOTE the double reference to saxon.jar. ALSO, an inspection of saxon.jar 
shows that it doesn't have any references to "com.icl.saxon" or 
"Stylesheet" class. The installed version references "net.sf.saxon"

[/opt/darktable/build/doc/usermanual]$ java -classpath 
/usr/share/java/saxon.jar com.icl.saxon.StyleSheet
Error: Could not find or load main class com.icl.saxon.StyleSheet

$ java -cp /usr/share/java/saxon.jar net.sf.saxon.Version
SAXON 9.3.0.4 from Saxonica (build 122216)

Is there a version issue or unspecified jar? What am I missing?

Fedora 20, dt 1.4rc1+115

Thanks.

mrh.


Here's the error:

[/opt/darktable/build/doc/usermanual]$ make darktable-usermanual-html

<snip>
[100%] Built target darktable_single_xml
Scanning dependencies of target darktable-usermanual-html
[100%] Updating usermanual.css
[100%] Building html usermanual
Error: Could not find or load main class com.icl.saxon.StyleSheet
make[3]: *** [doc/usermanual/html/index.html] Error 1
make[2]: *** 
[doc/usermanual/CMakeFiles/darktable-usermanual-html.dir/all] Error 2
make[1]: *** 
[doc/usermanual/CMakeFiles/darktable-usermanual-html.dir/rule] Error 2
make: *** [doc/usermanual/CMakeFiles/darktable-usermanual-html.dir/rule] 
Error 2



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to