From 1e478df248e616ed3f55a9a19090061ebf2f892f Mon Sep 17 00:00:00 2001 From: dswitkin Date: Wed, 29 Oct 2008 20:13:05 +0000 Subject: [PATCH] Added androidtest to the top-level clean target and set it up for ProGuard too. Made both Android builds depend on clean so they work when switching between normal and ProGuard builds, and made install and reinstall use the latest binary instead of recompiling. git-svn-id: https://zxing.googlecode.com/svn/trunk@651 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/build.xml | 8 ++-- androidtest/build.xml | 86 +++++++++++++++++++++++++++++++++++++++---- build.xml | 1 + 3 files changed, 83 insertions(+), 12 deletions(-) diff --git a/android/build.xml b/android/build.xml index b036492e2..701e0d953 100644 --- a/android/build.xml +++ b/android/build.xml @@ -149,7 +149,7 @@ limitations under the License. - + - + - + Installing ${out-debug-package} onto default emulator... @@ -333,7 +333,7 @@ only when the assets dir exists. --> - + Installing ${out-debug-package} onto default emulator... diff --git a/androidtest/build.xml b/androidtest/build.xml index 6c3f626f2..5761bc273 100644 --- a/androidtest/build.xml +++ b/androidtest/build.xml @@ -1,4 +1,4 @@ - + - + @@ -149,7 +149,7 @@ limitations under the License. - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Converting compiled files and external libraries into ${outdir}/${dex-file}... @@ -171,6 +215,17 @@ limitations under the License. + + Converting compiled files and external libraries into ${outdir}/${dex-file}... + + + + + + + + + Packaging resources and assets... @@ -236,9 +291,25 @@ only when the assets dir exists. --> + + + Packaging ${out-debug-package}, and signing it with a debug key... + + + + + + + + + + + + + - + Packaging ${out-unsigned-package} for release... @@ -249,14 +320,12 @@ only when the assets dir exists. --> - - It will need to be signed with jarsigner before being published. - + Installing ${out-debug-package} onto default emulator... @@ -264,7 +333,7 @@ only when the assets dir exists. --> - + Installing ${out-debug-package} onto default emulator... @@ -284,6 +353,7 @@ only when the assets dir exists. --> + diff --git a/build.xml b/build.xml index b0435246b..80ea1c61b 100644 --- a/build.xml +++ b/build.xml @@ -41,6 +41,7 @@ +