Re: [xep-support] General identifier in XEP configuration file for font paths

From: Chris Ridd <chrisridd@mac.com>
Date: Sat Nov 25 2006 - 12:41:12 PST

On 25/11/06 1:24, Thomas Schraitle <tom_schr@web.de> wrote:

> I am looking for a more general solution that I can use in my XEP
> configuration file. An option using on a command line that can switch
> from one font directory to the other would also help.
>
> Any other ideas?

Look at the supplied xep shell script wrapper: it passes a path to xep.xml
to the processor via the command-line. Mine says:

"$JAVA_HOME/bin/java" \
        -classpath "$CP" \
        "-Dcom.renderx.xep.CONFIG=$XEP_HOME/xep.xml" \
        com.renderx.xep.XSLDriver "$@"

So what you /could/ do is support all your target OSes using one package by
installing *all* the platform-specific xep.xml files, and then changing the
script to select a different one depending on uname or something.

Cheers,

Chris

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo@renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
Received on Sat Nov 25 12:52:42 2006

This archive was generated by hypermail 2.1.8 : Sat Nov 25 2006 - 12:52:44 PST