#!/usr/bin/env bash # this localBuildProperties.shsource file is to ease local builds to override some variables. # It should not be used for production builds. source localBuildProperties.shsource 2>/dev/null export BUILD_HOME=${BUILD_HOME:-/shared/eclipse/builds} # Small utility to start unit tests (or re-run them) after a build # and after upload to downloads server is complete. # need to be running Java 6 and Ant 1.8 for