I did some looking around and found this from 
https://lists.oasis-open.org/archives/docbook-apps/201011/msg00043.html:

------<snip>----------------
 >>java com.icl.saxon.StyleSheet -t
 >>
 >> Exception in thread "main" java.lang.NoClassDefFoundError: 
com/icl/saxon/StyleSheet
 >
 > You have a mismatch between the Saxon version that you say you want 
to use
 > and the Saxon version that you are using.
 >
 > Saxon 9 uses package names that begin 'net.sf.saxon' and, AFAICT, 
doesn't
 > have a 'StyleSheet' class. In fact, Saxon package names haven't begun
 > with 'com.icl.saxon' for many years.
 >
 > It may be that you want the old Saxon 6.5 version, not the newer 
Saxon 9. >
------<snip>----------------


Is there a reason why darktable using such an old version of saxon?


On 2013-12-28 10:05, Mark Heieis wrote:
> 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