Home | History | Annotate | Download | only in scripts

Lines Matching full:build

3 # build script for eclipse adt build on linux platform
13 # Other properties, ant scripts that drive the build are defined in ./buildConfig
14 # Currently, this script will create an update site at ${user.home}/www/no_crawl/android-build
18 # - Build does not properly clean up after itself (build server always executes from
32 echo "<build_qualifier>: build qualifier string"
33 echo "-i = build internal site. Otherwise, external site will be built"
57 # build.properties file. We can easily support other platforms but would need
95 # -- Site parameters and Build version --
100 # parse for build internal site flag. If set, pass in internalSite property to ant scripts
103 echo "Setting for internal site build"
128 # The "configuration directory" will hold the workspace for this build.
129 # If it contains old data the build may fail so we need to clean it first
143 # Get the Eclipse launcher and build script to use
154 BUILDFILE=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.pde.build_*/scripts/build.xml`
163 echo "Installation Error: Eclipse build file org.eclipse.pde.build_.../scripts/build.xml " \
170 # -- Print configuration used and actually execute the build --
176 echo " Build File: $BUILDFILE"
177 echo " Build Config: $BUILDCONFIG"
204 echo "Dump of build config logs:"