Home | History | Annotate | Download | only in scripts

Lines Matching refs:eclipse

3 # Quick script used to setup Eclipse for the ADT plugin build.
7 # -p: run Eclipse in the background and print its PID in dest_dir/eclipse.pid
10 # - downloads & unpack Eclipse if necessary
16 # Note: right now this is invoked by sdk/eclipse/doBuild.sh
19 # $ setup_eclipse.sh /buildbot/eclipse-android/3.4.0/
48 DOWNLOAD_URL="http://download.eclipse.org/technology/epp/downloads/release/galileo/SR2/eclipse-rcp-galileo-SR2-linux-gtk.tar.gz"
50 BIN="$BASE_DIR/eclipse/eclipse" # path to installed binary
54 echo "Downloading and installing Eclipse in $BASE_DIR."
61 echo "*** WARNING: To setup Eclipse correctly, it must be ran at least once manually"
62 echo "*** Eclipse will now start."
65 # if started from the automatic eclipse build, run Eclipse in the background
68 echo "*** Eclipse started in background with PID $ECLIPSE_PID"
69 echo "$ECLIPSE_PID" > "$BASE_DIR"/eclipse.pid
70 sleep 5 # give some time for Eclipse to start and setup its environment
72 # if started manually, run Eclipse in the foreground