summaryrefslogtreecommitdiff
path: root/xmerge/java/org/openoffice/xmerge/converter/palm/palmtests/bin/rd
blob: db2dc56aee6b33332213f3e176adf220a1a60c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/ksh
#
# Directories commonly used by this script...
#

#export LBHOME=$ZPHOME/lib
#export CVHOME=$ZPHOME/converters
#export  CVHOME=/export/home/test/qadir/qa-new/classes

# Set up classpath to include needed ZenSync jars.  Honor the users
# CLASSPATH by leaving it first.  This allows users to specify their
# own versions of the jar files in their CLASSPATH if they wish to
# override these defaults.
#

export CLASSPATH=$CLASSES_DIR/xerces.jar:$CLASSES_DIR/jmc.jar:$CLASSES_DIR/xmerge.jar:$CLASSES_DIR/minicalc.jar:$CLASSES_DIR/aportisdoc.jar:$CLASSES_DIR/wordsmith.jar

echo "The classpath is $CLASSPATH"

# Run the test driver, passing along args.
#
# java com.sun.star.comp.documentconversion.test.Driver $*
java -cp $CLASSPATH org.openoffice.xmerge.test.Driver $*