novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

bitcoinj-parent is not in maven repo #535

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to depend on bitcoinj:0.11.1, I get the following error:

---------------------------
> Could not resolve com.google:bitcoinj:0.11.1.
  Required by:
      :BitcoinServer:unspecified
   > Could not parse POM http://repo1.maven.org/maven2/com/google/bitcoinj/0.11.1/bitcoinj-0.11.1.pom
      > Could not find any version that matches com.google:bitcoinj-parent:0.11.1.
---------------------------

I am using gradle v1.10 fwiw.

Original issue reported on code.google.com by kgree...@gmail.com on 9 Mar 2014 at 2:10

GoogleCodeExporter commented 9 years ago
Issue 536 has been merged into this issue.

Original comment by andreas....@gmail.com on 9 Mar 2014 at 10:36

GoogleCodeExporter commented 9 years ago
I copy the bitcoinj to my workspace and try to build it. but i have new issue. 

--------------------------------------------------------------------------------
----
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.162 sec
Running com.google.bitcoin.protocols.niowrapper.NioWrapperTest
01:26:48 148 NioClient$1.run: Error trying to open/read from connection
java.net.ConnectException: Connection refused: connect
    at sun.nio.ch.Net.connect0(Native Method)
    at sun.nio.ch.Net.connect(Net.java:465)
    at sun.nio.ch.Net.connect(Net.java:457)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:666)
    at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:98)
    at com.google.bitcoin.protocols.niowrapper.NioClient$1.run(NioClient.java:64)

--------------------------------------------------------------------------------
----

Original comment by ahmasho...@gmail.com on 9 Mar 2014 at 11:26

GoogleCodeExporter commented 9 years ago
I try to build the bitcoinj from CMD but I still face the same problem and 
message  then every thing stop.

-----------------------------------------------------------------------------
01:44:03 150 NioClient$1.run: Error trying to open/read from connection
java.net.ConnectException: Connection refused: connect
        at sun.nio.ch.Net.connect0(Native Method)
        at sun.nio.ch.Net.connect(Net.java:465)
        at sun.nio.ch.Net.connect(Net.java:457)
        at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:666)
        at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:98)
        at com.google.bitcoin.protocols.niowrapper.NioClient$1.run(NioClient.jav
a:64)
----------------------------------------------------------------------------

Original comment by ahmasho...@gmail.com on 9 Mar 2014 at 11:45

GoogleCodeExporter commented 9 years ago
@ahmashour1 Can you open separate issues for unrelated bugs?

Original comment by andreas....@gmail.com on 9 Mar 2014 at 11:46

GoogleCodeExporter commented 9 years ago

Original comment by mh.in.en...@gmail.com on 10 Mar 2014 at 4:17