Author

Topic: .delete (Read 1443 times)

hero member
Activity: 483
Merit: 501
February 02, 2014, 09:01:12 AM
#9
I'm sorry, I'm out of ideas. I suggest taking this issue to a Maven support group.
hero member
Activity: 483
Merit: 501
February 02, 2014, 07:48:23 AM
#8
I'm using the exact same Maven and Java versions.

Do you have a ~/.m2/settings.xml? If yes, can you move it away for a second and try again? If you used Maven before, maybe your settings.xml contains rules about which repositories are being used for resolving dependencies.
hero member
Activity: 483
Merit: 501
February 02, 2014, 07:03:20 AM
#7
I honestly don't know why it doesn't find the bitcoinj dependency in your local maven repository. We just verified its there.

What version of Maven are you using? (mvn --version)

I must admit I'm using Ubuntu 13.10, although 12.04 should work as well.
hero member
Activity: 483
Merit: 501
February 02, 2014, 05:27:28 AM
#6
Ok, from there it should be picked up by the Bitcoin Wallet build.

Try just an "mvn clean install" in the bitcoin wallet project directory. You're obviously not in need of the android.sdk.path variable.
hero member
Activity: 483
Merit: 501
February 01, 2014, 07:59:31 PM
#5
Ok, it claims it has copied the .jar and hopefully also the .pom to /home/alex/.m2/repository/com/google/bitcoinj/0.10.3/

Can you "ls -la /home/alex/.m2/repository/com/google/bitcoinj/0.10.3/" and post the output?
hero member
Activity: 483
Merit: 501
February 01, 2014, 07:28:54 PM
#4
Can you show the whole console output, not just the summary? No, bitcoinj is not meant to sit inside bitcoin-wallet (or the other way round).
hero member
Activity: 483
Merit: 501
February 01, 2014, 07:18:50 PM
#3
Did you also do an "mvn install" of bitcoinj? What version? Can you show me the console output of that as well?
hero member
Activity: 483
Merit: 501
February 01, 2014, 07:12:35 PM
#2
You need to build bitcoinj first. Follow the readme section about bitcoinj.
full member
Activity: 147
Merit: 100
February 01, 2014, 06:59:11 PM
#1
.
Jump to: