Bitcoin Forum

Other => Beginners & Help => Topic started by: javar on January 09, 2013, 08:55:58 PM



Title: BitcoinJ Maven
Post by: javar on January 09, 2013, 08:55:58 PM
Does anyone know how to set this up so it'll work? Followed the instructions in the wiki but it won't collect dependencies.
This is what I get:
Code:
Failed to execute goal on project btc-test: Could not resolve dependencies for project biz.prodejna:btc-test:jar:1.0: Could not transfer artifact com.google:bitcoinj:jar:0.6.1 from/to bitcoinj-release (http://nexus.bitcoinj.org/content/repositories/releases): Failed to transfer file: http://nexus.bitcoinj.org/content/repositories/releases/com/google/bitcoinj/0.6.1/bitcoinj-0.6.1.jar. Return code is: 500, ReasonPhrase:Server Error.


Title: Re: BitcoinJ Maven
Post by: Donatus on January 09, 2013, 09:20:10 PM
It looks like a server issue.  I get the same error (500) trying to access anything in the bitcoinj repo.

--D


Title: Re: BitcoinJ Maven
Post by: Mike Hearn on January 20, 2013, 07:33:41 PM
Heya,

Your best bet for using bitcoinj is to check out the source from git and do a "mvn install". If you have questions, ask on the mailing list - not here where I am unlikely to see them.