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