blob: 1ce3b2f7eac92a559e3183fc8d9556b82a31e066 [file] [log] [blame]
echo "Running LoggerExample:"
_VELCP=.
for i in ../../bin/*.jar
do
_VELCP=$_VELCP:"$i"
done
for i in ../../build/lib/*.jar
do
_VELCP=$_VELCP:"$i"
done
# convert the unix path to windows
if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then
_VELCP=`cygpath --path --windows "$_VELCP"`
fi
java -cp $_VELCP LoggerExample