novitski / bitcoinj

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

MVN problem- Could not find artifact com.googl e:bitcoinj-parent:pom:0.11.1 #536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I try to build mvn wallet_Android project_ from 3.39 Pre-release.
I use the cmd "mvn clean install" but i have this error 
"Failure to find com.google:bitcoinj-parent:pom:0.11.1"
I use apache-maven-3.2.1 on windows 8.1, and  I put android SDK as Env-Var.

So now what is the problem, can anyone help me to fix it?
thank you

full result 

E:\bitcoin-wallet-3.39\wallet>mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Bitcoin Wallet 3.39-test
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.717s
[INFO] Finished at: Mon Mar 10 00:28:38 IST 2014
[INFO] Final Memory: 13M/168M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project wallet: Could not resolve dependencies
 for project de.schildbach.wallet:wallet:apk:3.39-test: Failed to collect depend
encies for [com.google.android:android:jar:4.0.1.2 (provided), com.google.androi
d:annotations:jar:4.1.1.4 (provided), com.google.android:support-v4:jar:r7 (comp
ile), com.actionbarsherlock:library:apklib:4.1.0 (compile), com.google:bitcoinj:
jar:0.11.1 (compile), de.schildbach.wallet:integration-android:jar:2.0 (compile)
, com.google.zxing:core:jar:2.2 (compile), org.slf4j:slf4j-api:jar:1.7.6 (compil
e), com.github.tony19:logback-android-classic:jar:1.1.1-1 (compile), com.github.
tony19:logback-android-core:jar:1.1.1-1 (compile), com.google.code.findbugs:jsr3
05:jar:2.0.1 (compile), junit:junit:jar:4.11 (test)]: Failed to read artifact de
scriptor for com.google:bitcoinj:jar:0.11.1: Failure to find com.google:bitcoinj
-parent:pom:0.11.1 in http://repo.maven.apache.org/maven2 was cached in the loca
l repository, resolution will not be reattempted until the update interval of ce
ntral has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
lutionException
E:\bitcoin-wallet-3.39\wallet>

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

GoogleCodeExporter commented 9 years ago
Yeah, the issue is bitcoinj-parent is still missing on Maven Central. Until 
that is resolved, you need to build bitcoinj 0.11.1 yourself. See the README.

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

GoogleCodeExporter commented 9 years ago
I'll see it now

Original comment by ahmasho...@gmail.com on 9 Mar 2014 at 10:35

GoogleCodeExporter commented 9 years ago

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