blob: fc1828b6d736cc85fa9086764e589d212001edfc [file] [log] [blame]
#!/bin/sh
REALANTHOME=$ANT_HOME
ANT_HOME=.
export ANT_HOME
if test ! -f lib/ant.jar -o ! -x bin/ant -o ! -x bin/antRun ; then
./bootstrap.sh
fi
if [ "$REALANTHOME" != "" ] ; then
ANT_INSTALL="-Dant.install $REALANTHOME"
fi
bin/ant $ANT_INSTALL $*