blob: bd792ad7a877940a922f7653987d4f843c022cd5 [file] [log] [blame]
#!/bin/sh
_VELCP=.
for i in ../../build/lib/*.jar
do
_VELCP=$_VELCP:"$i"
done
for i in ../../bin/*.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 XMLTest xml.vm