Lines Matching full:eclipse
3 # build script for eclipse adt build on the Linux and Mac platforms
5 # Usage: sdk/eclipse/scripts/build_plugins <build_version>
8 # version of Eclipse RCP (must have the WTP & GEF plugins available too.)
11 # of Eclipse RCP and install it in a specific location.
54 # -- Setup our custom version of Eclipse --
58 # variables that the eclipse ant runner expects. These are defined in the
75 # Make sure this runs from the sdk/eclipse plugin.
78 [ `basename "$PWD"` == "eclipse" ] || dieWithUsage "Please run this script from the sdk/eclipse directory"
83 # check if ECLIPSE_HOME set (ECLIPSE_HOME is were the "eclipse" binary and the
86 BASE_DIR=/buildbot/eclipse-android
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'."
99 ECLIPSE_HOME="$BASE_DIR/eclipse" # path to installed directory
100 PID_FILE="$BASE_DIR/eclipse.pid"
144 CONFIG_DIR="../../../out/eclipse-configuration-$BUILD_VERSION"
153 # -- Find Eclipse Launcher --
156 # Get the Eclipse launcher and build script to use
166 LAUNCHER=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.equinox.launcher_*.jar`
167 BUILDFILE=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.pde.build_*/scripts/build.xml`
171 echo "Installation Error: Eclipse plugin org.eclipse.equinox.launcher...jar not detected. " \
176 echo "Installation Error: Eclipse build file org.eclipse.pde.build_.../scripts/build.xml " \
184 mkdir -p $PWD/plugins/com.android.ide.eclipse.adt.overlay/src
190 echo "Eclipse configuration found:"
191 echo " Eclipse Home: $ECLIPSE_HOME"
211 -application org.eclipse.ant.core.antRunner \
246 # Remove build files left by Eclipse all behind