#!/bin/ksh
# *************************************************************
#  
#  Licensed to the Apache Software Foundation (ASF) under one
#  or more contributor license agreements.  See the NOTICE file
#  distributed with this work for additional information
#  regarding copyright ownership.  The ASF licenses this file
#  to you under the Apache License, Version 2.0 (the
#  "License"); you may not use this file except in compliance
#  with the License.  You may obtain a copy of the License at
#  
#    http://www.apache.org/licenses/LICENSE-2.0
#  
#  Unless required by applicable law or agreed to in writing,
#  software distributed under the License is distributed on an
#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#  KIND, either express or implied.  See the License for the
#  specific language governing permissions and limitations
#  under the License.
#  
# *************************************************************
#
# 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 $*