diff --git a/htdocs/BuildSystems.html b/htdocs/BuildSystems.html index 8213566..8250d07 100644 --- a/htdocs/BuildSystems.html +++ b/htdocs/BuildSystems.html @@ -15,9 +15,13 @@
David Chandler has put together a build system for Jskad, Savant, - QuillDriver, the translation tool, and for the fonts. This document - describes them, and should be updated when we put together build - systems for the two diacritics packages and for Wylie Word. + QuillDriver, the translation tool, Tibbibl, and for the fonts. This + document describes them, and should be updated if we put together + build systems for the two diacritics packages and for Wylie Word + (but see e-mail to thdl-devel@lists.sourceforge.net that tells why + we probably will continue to require Wylie Word developers to edit + from within MS Word on account of the difficulty of using CVS with + VBA).
What is a build system, you ask? A build system is a set of
@@ -636,7 +640,14 @@ module
separately if you need a bug fix from a later release than that
included in Xalan's. After downloading, move
xalan.jar
, xercesImpl.jar
, and
- xml-apis.jar
to Jskad/extensions/
.
+ xml-apis.jar
to $ANT_HOME/lib
.
+ They need to be there to avoid loader errors when running the
+ check-report
target, which is a part of the nightly
+ builds that also requires XSLT (i.e., the presence of those JARs,
+ but in a place that Ant recognizes). A consequence of using
+ this location is that you'll probably find using targets like
+ qd-run
much easier than specifying your own
+ CLASSPATH.
jmf.jar
, or avoid the
classpath hassle by copying jmf.jar
to
- Jskad/extensions/
.
+ Jskad/extensions/drop-ins
.