From f34e627a0980a6238e792e8a4c50b924f0f7ddff Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 3 Aug 2013 16:46:26 +0100 Subject: [PATCH] fix BVs for bitcoin wallet apps and activate --- metadata/de.schildbach.wallet.txt | 12 +++++------- metadata/de.schildbach.wallet_test.txt | 11 +++++++++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index f7c37af67d..17747e2269 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -68,14 +68,12 @@ Build Version:3.04,124,3efa5beb206e,maven=yes,patch=pom.patch,\ bindir=wallet/target,srclibs=BitcoinJWallet@7cb7bfc11c11,prebuild=\ cp -r $$BitcoinJWallet$$/ . && rm -rf market/ -#Successfully built version 3.14 of de.schildbach.wallet -# W/asset (16561): Asset path build/de.schildbach.wallet/wallet/target/library-4.1.0.apk is neither a directory nor file (type=1). -#ERROR: dump failed because assets could not be loaded -#ERROR: Failed to get apk manifest information -# 4.1.0 is the ABS version -Build Version:3.14,134,!error after build at 5ede628245a8,\ +# source plugin causes an error after building: +# W/asset (16561) Asset path target/library-4.1.0.apk is neither a directory nor file (type=1). +Build Version:3.14,134,5ede628245a8,\ srclibs=BitcoinJWallet@67b187c4c4c4,\ -prebuild=cp -r $$BitcoinJWallet$$/ . && rm -rf market/,\ +prebuild=sed -i '30\,33d' pom.xml && cp -r $$BitcoinJWallet$$/ . && \ + rm -rf market/,\ build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml,\ maven=yes,\ bindir=wallet/target diff --git a/metadata/de.schildbach.wallet_test.txt b/metadata/de.schildbach.wallet_test.txt index 050878a1ef..5a2c1b07fe 100644 --- a/metadata/de.schildbach.wallet_test.txt +++ b/metadata/de.schildbach.wallet_test.txt @@ -55,9 +55,16 @@ Build Version:3.04-test,124,v3.04,maven=yes,patch=pom.patch,\ bindir=wallet/target,srclibs=BitcoinJWallet@7cb7bfc11c11,prebuild=\ cp -r $$BitcoinJWallet$$/ . && rm -rf market/ -Build Version:3.14-test,134,!problems building prodnet at v3.14 +Build Version:3.14-test,134,v3.14,\ +srclibs=BitcoinJWallet@v0.9,\ +prebuild=sed -i '30\,33d' pom.xml && cp -r $$BitcoinJWallet$$/ . && \ + rm -rf market/,\ +build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml,\ +maven=yes,\ +bindir=wallet/target -# Do other wallet app first +# Do other wallet app first: can use tags here because security is less important +# Don't forget the version name though! Auto Update Mode:None # Just follow main wallet app Update Check Mode:Static