bitcljoin
bitcljoin copied to clipboard
bitcoin.core namespace not found in 0.3.0 jar
=> (use 'bitcoin.core)
Exception namespace 'bitcoin.core' not found clojure.core/load-lib (core.clj:5380)
This works fine for the 0.2.0 jar.
That is odd. It works for me but I of course have it locally. Can you have a look at the jar file and see if the file is there?
I have the following:
unzip -l target/bitcljoin-0.3.0.jar
Archive: target/bitcljoin-0.3.0.jar
Length Date Time Name
-------- ---- ---- ----
93 02-21-14 16:42 META-INF/MANIFEST.MF
3255 02-21-14 16:42 META-INF/maven/bitcljoin/bitcljoin/pom.xml
146 02-21-14 16:42 META-INF/maven/bitcljoin/bitcljoin/pom.properties
345 02-21-14 16:42 META-INF/leiningen/bitcljoin/bitcljoin/project.clj
345 02-21-14 16:42 project.clj
4688 02-21-14 16:42 META-INF/leiningen/bitcljoin/bitcljoin/README.md
0 02-21-14 16:41 bitcoin/
2450 02-21-14 16:41 bitcoin/channels.clj
12279 02-21-14 16:41 bitcoin/core.clj
-------- -------
23601 9 files
Archive: bitcljoin-0.3.0.jar
Length Date Time Name
-------- ---- ---- ----
93 02-21-14 16:42 META-INF/MANIFEST.MF
3255 02-21-14 16:42 META-INF/maven/bitcljoin/bitcljoin/pom.xml
146 02-21-14 16:42 META-INF/maven/bitcljoin/bitcljoin/pom.properties
345 02-21-14 16:42 META-INF/leiningen/bitcljoin/bitcljoin/project.clj
345 02-21-14 16:42 project.clj
4688 02-21-14 16:42 META-INF/leiningen/bitcljoin/bitcljoin/README.md
0 02-21-14 16:41 bitcoin/
2450 02-21-14 16:41 bitcoin/channels.clj
12279 02-21-14 16:41 bitcoin/core.clj
-------- -------
23601 9 files
Looks the same. I wonder if it is something with my setup. I'll keep looking into it.