BUILD_DIR=/usr/local/work/java/jtopen_build CLASSPATH=/usr/local/ant/lib/ant.jar:${BUILD_DIR}/build export CLASSPATH cd ${BUILD_DIR}/build #ant -Dbuild=${BUILD_DIR} source > build_source.report 2>&1 ant -Dbuild=${BUILD_DIR} all > build_all.report 2>&1 |