novitski / bitcoinj

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

Forwarding example incorrect README? #523

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On 64bit, Ubuntu 13.04, OpenJDK 7, Maven 3.0.4.
git clone https://code.google.com/p/bitcoinj/
Following the README:
mvn clean package -DskipTests (to avoid test failures)
mvn site:site (Failed, reported in separate issue)
mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.ForwardingService 
1KqHdNHG1gQVHnbkLK5DunbC8abiWGaUuR
[INFO] Scanning for projects...
Downloading: 
http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugi
n/2.1/maven-release-plugin-2.1.jar
Downloaded: 
http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugi
n/2.1/maven-release-plugin-2.1.jar (40 KB at 149.1 KB/sec)
Downloading: 
http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/maven-me
tadata.xml
Downloaded: 
http://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/maven-me
tadata.xml (557 B at 7.7 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building bitcoinj Examples 0.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.477s
[INFO] Finished at: Sat Feb 15 18:10:58 PST 2014
[INFO] Final Memory: 9M/112M
[INFO] ------------------------------------------------------------------------
[ERROR] Unknown lifecycle phase "1KqHdNHG1gQVHnbkLK5DunbC8abiWGaUuR". You must 
specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> 
or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available 
lifecycle phases are: validate, initialize, generate-sources, process-sources, 
generate-resources, process-resources, compile, process-classes, 
generate-test-sources, process-test-sources, generate-test-resources, 
process-test-resources, test-compile, process-test-classes, test, 
prepare-package, package, pre-integration-test, integration-test, 
post-integration-test, verify, install, deploy, pre-site, site, post-site, 
site-deploy, pre-clean, clean, post-clean. -> [Help 1]

Original issue reported on code.google.com by sh...@brooksideas.com on 16 Feb 2014 at 2:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 829656b15333.

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

GoogleCodeExporter commented 9 years ago
Sorry about that. The actual command is (with git master):

  mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.ForwardingService -Dexec.args="<insert a bitcoin address here>"

but you need the commit I just added to make ForwardingService accept just an 
address with no network argument.

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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 16aeea910462.

Original comment by andreas....@gmail.com on 22 Apr 2014 at 3:51