From 1defc7c685e0c80fd2f1a49cd21f315c5cead4bf Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 9 Nov 2010 21:16:21 +0200 Subject: [PATCH] ant build script is changed so the running Python script is not necessary anymore all necessary files are renamed and copied to appropriate folders using ANT only commands and targets ANT version 1.7> is necessary, version check is added to script --- HowToBuild | 4 +- build.xml | 141 +++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 113 insertions(+), 32 deletions(-) diff --git a/HowToBuild b/HowToBuild index da105e724..3533ce5c6 100644 --- a/HowToBuild +++ b/HowToBuild @@ -25,7 +25,7 @@ with your debug key (in this case, you can skip step 3). If you are Windows user 2a. Run ndk-build (a program from Android NDK directory) in your project catalog; This program only runs from Cygwin >= 1.7, please read NDK docs for details. - 2b. Run ./createRawResources.py script. - 2c. Run 'ant release'. + Read and try config cygwin using 'cygwin_installation_and_configuration.pdf' + 2b. Run 'ant release'. 3. Sign your package manually. diff --git a/build.xml b/build.xml index b48be2fed..71c2b64f3 100644 --- a/build.xml +++ b/build.xml @@ -1,40 +1,121 @@ - - - + + + - - - - - - - + + + + + + + - + + - + + + + + + + + + + + + + + - - - + + + + - - - + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - -