summaryrefslogtreecommitdiff
path: root/makefile/eant
diff options
context:
space:
mode:
Diffstat (limited to 'makefile/eant')
-rw-r--r--makefile/eant17
1 files changed, 17 insertions, 0 deletions
diff --git a/makefile/eant b/makefile/eant
new file mode 100644
index 0000000..d97f35f
--- /dev/null
+++ b/makefile/eant
@@ -0,0 +1,17 @@
+#!/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 -logger org.apache.tools.ant.XmlLogger -logfile $BUILD_BASE_PATH/log.xml
+
+
+