HomeSort by relevance Sort by last modified time
    Searched refs:buildfile (Results 1 - 3 of 3) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 43 } elsif ($cmdLine =~ /-(f|buildfile)\s+\S*$/) {
63 qw(-buildfile -debug -emacs -f -find -help -listener -logfile
76 my $buildFile = 'build.xml';
77 if ($cmdLine =~ /-(f|buildfile)\s+(\S+)/) {
78 $buildFile = $2;
80 return () unless (-f $buildFile);
84 my $cacheFile = $buildFile;
86 if ((!-e $cacheFile) || (-M $buildFile) < (-M $cacheFile)) {
88 open( HELP, "$antCmd -projecthelp -f '$buildFile'|" ) || return();
  /development/tools/labpretest/
labpretest.sh 23 buildfile=''
346 # buildfile
355 if [ "$buildfile" == "" ]; then
357 buildfile=`\ls -1 $ROOT/$product 2>&1 | sed -n 's/\([a-z]\+-img-[0-9]\+.zip\)/\1/ p'`
358 if [ "$buildfile" == "" ]; then
359 log_print "build file empty: $buildfile"
362 if [ ! -e "$ROOT/$product/$buildfile" ]; then
363 log_print "build file not found: ./$product/$buildfile"
366 log_print "using $ROOT/$product/$buildfile as the system image file"
369 fastboot_command update $ROOT/$product/$buildfile
    [all...]
  /sdk/eclipse/scripts/
build_plugins.sh 167 BUILDFILE=`findFirst "$ECLIPSE_HOME"/plugins/org.eclipse.pde.build_*/scripts/build.xml`
175 if [ ! -f "$BUILDFILE" ]; then
177 "not detected. Found '$BUILDFILE'. Aborting."
193 echo " Build File: $BUILDFILE"
214 -buildfile $BUILDFILE \

Completed in 108 milliseconds