Re: [xep-support] Re: RenderX oXygen Error

From: Dave Pawson <davep@dpawson.co.uk>
Date: Tue Feb 15 2005 - 09:08:16 PST

On Tue, 2005-02-15 at 12:36 +0200, Oxygen XML Editor support wrote:

> Maybe the RenderX guys will think about adding a similar Linux/Unix
> script to their install kit. That would make life easier for such users.

#!/bin/sh

# XEP command-line

JAVA_HOME="/usr/java/j2sdk1.4.2_06/jre"
XEP_HOME="/myjava/xep"

CP="$JAVA_HOME/lib/tools.jar:\
$XEP_HOME/lib/xep.jar:\
$XEP_HOME/lib/saxon.jar:\
$XEP_HOME/lib/xt.jar"

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

You can see where my java is installed,
and where xep is installed.

adjust as necessary for your environment.

HTH

-- 
Regards, 
Dave Pawson
XSLT + Docbook FAQ
http://www.dpawson.co.uk
-------------------
(*) 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/tos.html
Received on Tue Feb 15 09:29:35 2005

This archive was generated by hypermail 2.1.8 : Tue Feb 15 2005 - 09:32:06 PST