remove v2.48 de.schildbach.wallet_test because it crashes and remove unnecessary jar installation from prebuild in de.schildbach.wallet

This commit is contained in:
David Black 2013-04-03 15:52:31 +01:00
parent db0e63eea9
commit 775086570d
2 changed files with 14 additions and 14 deletions

View file

@ -67,14 +67,14 @@ prebuild=\
cd ../integration-android && mvn3 install && cd ../wallet && \
mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \
mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
# Build from prodnet branch which cherry picks some old commits and commits after tags
# Next version will be coming from bitcoinj-0.8-prodnet branch -> master or prodnet
Build Version:2.48,115,!Wait for 3.0 41dc87f5ec,maven=yes,bindir=wallet/target,\
# Crashes on startup: java.lang.NoClassDefFoundError: com.google.bitcoin.core.NetworkParameters
Build Version:2.48,115,!WIP 41dc87f5ec,maven=yes,bindir=wallet/target,\
srclibs=BitcoinJWallet@release-0.7,prebuild=rm -rf market/ && \
sed -i '57 i \\t<scope>provided</scope>' wallet/pom.xml && \
$$MVN3$$ install -f $$BitcoinJWallet$$/pom.xml && \
$$MVN3$$ install:install-file -DgroupId=com.google -DartifactId=bitcoinj -Dversion=0.7.3 \
-Dpackaging=jar -Dfile=$$BitcoinJWallet$$/core/target/bitcoinj-0.7.3.jar
$$MVN3$$ clean install -f $$BitcoinJWallet$$/pom.xml
Auto Update Mode:None
# RM/Tags don't work

View file

@ -4,17 +4,18 @@ Web Site:http://code.google.com/p/bitcoin-wallet/
Source Code:http://code.google.com/p/bitcoin-wallet/source/checkout
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
Name:Bitcoin Wallet Test
Summary:Testing version of Bitcoin Wallet app
Description:
A bitcoin wallet, allowing you to store, send and receive bitcoins on your
device, both via QR codes and NFC. The initial blockchain setup, the thing
which keeps track of all the transactions on the network, requires a lot of
data so you'd better use a wifi access point. When run for the first time,
it can happen that the app shows only a white display for some seconds. This is
normal.
it can happen that the app shows only a white display for some seconds.
This is normal.
This is a test version that uses the test Bitcoin network, not the real
one.
This is a test version of [[de.schildbach.wallet]]
that uses the test Bitcoin network, not the real one.
[http://code.google.com/p/bitcoin-wallet/source/browse/wallet/CHANGES Changelog]
.
@ -46,12 +47,11 @@ cd $$BitcoinJWallet$$ && $$MVN3$$ install && cd - && \
cd ../integration-android && $$MVN3$$ install && cd ../wallet && \
mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \
mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
Build Version:2.48-test,115,v2.48,subdir=wallet,maven=yes,bindir=wallet/target,\
srclibs=BitcoinJWallet@release-0.7,init=\
sed -i '57 i \\t<scope>provided</scope>' wallet/pom.xml,build=\
$$MVN3$$ install -f $$BitcoinJWallet$$/pom.xml && \
$$MVN3$$ install:install-file -DgroupId=com.google -DartifactId=bitcoinj -Dversion=0.7.3 \
-Dpackaging=jar -Dfile=$$BitcoinJWallet$$/core/target/bitcoinj-0.7.3.jar
# Crashes on startup: java.lang.NoClassDefFoundError: com.google.bitcoin.core.NetworkParameters
Build Version:2.48-test,115,!WIP (at v2.48),maven=yes,bindir=wallet/target,\
srclibs=BitcoinJWallet@release-0.7,prebuild=\
sed -i '57 i \\t<scope>provided</scope>' wallet/pom.xml && \
$$MVN3$$ clean install -f $$BitcoinJWallet$$/pom.xml
Auto Update Mode:None
# Just use main wallet app