Bitcoin Forum

Bitcoin => BitcoinJ => Topic started by: Apocalipsis on February 02, 2014, 07:16:00 PM



Title: Problem with bitcoinJ building
Post by: Apocalipsis on February 02, 2014, 07:16:00 PM
ALready fixed


Title: Re: Problem with bitcoinJ building
Post by: Andreas Schildbach on February 02, 2014, 07:27:13 PM
Can you paste the output of the failed test? Its target/surefire-reports/com.google.bitcoin.core.TransactionBroadcastTest.txt


Title: Re: Problem with bitcoinJ building
Post by: Mike Hearn on February 03, 2014, 01:37:02 PM
Are you running any other apps at the same time, like a bitcoin node? Can you try killing all running JVMs?

At any rate you can bypass the issue by passing -DskipTests to maven when you run it.


Title: Re: Problem with bitcoinJ building
Post by: Apocalipsis on February 04, 2014, 12:22:09 PM
Are you running any other apps at the same time, like a bitcoin node? Can you try killing all running JVMs?

At any rate you can bypass the issue by passing -DskipTests to maven when you run it.

-DskipTests helped me.Thank you.


Title: Re: Problem with bitcoinJ building
Post by: Leogheo on March 14, 2014, 09:31:58 AM
Where can I read more about bitcoinJ building?