Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitcoin.core namespace not found in 0.3.0 jar #7

Open
myronahn opened this issue Mar 4, 2014 · 2 comments
Open

bitcoin.core namespace not found in 0.3.0 jar #7

myronahn opened this issue Mar 4, 2014 · 2 comments

Comments

@myronahn
Copy link

myronahn commented Mar 4, 2014

=> (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.

@pelle
Copy link
Owner

pelle commented Mar 4, 2014

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

@myronahn
Copy link
Author

myronahn commented Mar 4, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants