Lines Matching refs:BASE_DIR
86 BASE_DIR=/buildbot/eclipse-android
88 echo "ECLIPSE_HOME not set, using $BASE_DIR as default"
90 if [ ! -d "$BASE_DIR" ]; then
91 mkdir -p "$BASE_DIR" || die "Please create a directory $BASE_DIR where Eclipse will be installed, i.e. execute 'mkdir -p $BASE_DIR && chown $USER $BASE_DIR'."
96 BASE_DIR="$BASE_DIR/$VERSION"
97 scripts/setup_eclipse.sh -p "$BASE_DIR"
99 ECLIPSE_HOME="$BASE_DIR/eclipse" # path to installed directory
100 PID_FILE="$BASE_DIR/eclipse.pid"