summaryrefslogtreecommitdiff
path: root/makefile/eant
blob: 141726a18efa22e0140fff9188116deac756ade4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
# Run Ant with the configuration above
export BUILD_BASE_PATH=/android/5.0.0

#uncomment to create dev releases (qualifier is the build date)
#export DEV_RELEASE=true

#[2012.03.03] Forcing git to update
#Investigate later if bootstraper from config.xml is being used
#echo Forcing git to update
#chmod 0777 $BUILD_BASE_PATH/env/code/android/makefile/scripts/git_update.sh
#$BUILD_BASE_PATH/env/code/android/makefile/scripts/git_update.sh

$BUILD_BASE_PATH/env/eclipse/eclipse -nosplash -application org.eclipse.ant.core.antRunner -data $BUILD_BASE_PATH/env/workspace_product -buildfile $BUILD_BASE_PATH/env/code/android/makefile/studioBuild.xml -debug
#-logger org.apache.tools.ant.XmlLogger -logfile $BUILD_BASE_PATH/log.xml