#!/bin/bash if [ "x$GSDLHOME" = "x" ] ; then echo "You must run 'setup' in the top level folder of your Greenstone installation before running this script" else javac -cp xalan.jar:. *.java fi