In docs/src/build.xml, it defines the classpath for the XSL processor
to use like so:
<path id="saxon.processor.classpath">
<pathelement path="../../WEB-INF/lib/saxon-6.5.3-lz-p1.jar" />
<pathelement path="../../3rd-party/jars/dev/xercesImpl.jar"/>
<pathelement path="${docbook-xsl}/extensions/saxon651.jar" />
</path>
The first item seems to be saxon 6.5.3. The last item seems to be
saxon 6.5.1.
Why, oh why, are two jars of the same library but with slightly
different names and different minor version numbers in the same
classpath?
Context: the dev guide won't build as svnbuild on linux-builder, but
it will build as ben at linux-builder, so I've done something subtly
different in the setup for the ben workspace and the svnbuild
workspace. And I care about this particular nubbin because the thing-
that-goes-wrong is an xsl template named wrap-link can't be found
anywhere, which breaks the build.
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev