#!/bin/sh if [ -z "$JAVA_HOME" ] ; then export JAVA_HOME=/opt/java fi ANT=/opt/ant/bin/ant mkdir -p class $ANT $@ #$ANT -verbose $@