3 # Directories commonly used by this script...
6 #export LBHOME=$ZPHOME/lib
7 #export CVHOME=$ZPHOME/converters
8 #export CVHOME=/export/home/test/qadir/qa-new/classes
10 # Set up classpath to include needed ZenSync jars. Honor the users
11 # CLASSPATH by leaving it first. This allows users to specify their
12 # own versions of the jar files in their CLASSPATH if they wish to
13 # override these defaults.
16 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
18 echo "The classpath is $CLASSPATH"
20 # Run the test driver, passing along args.
22 # java com.sun.star.comp.documentconversion.test.Driver $*
23 java
-cp $CLASSPATH org.openoffice.xmerge.
test.Driver $
*