1#!/bin/sh 2 3export JAVA_HOME=/opt/sun-java2-5.0; 4export ANT_HOME=/opt/apache-ant-1.6; 5$ANT_HOME/bin/ant -f buildBugToolsJar.xml; 6