jakemcc / test-refresh

Refreshes and reruns clojure.tests in your project.
393 stars 28 forks source link

Could not find artifact lein-test-refresh #1

Closed ryantm closed 10 years ago

ryantm commented 10 years ago

I tried to use this plugin. I tried following the installation instructions by putting the plugin in my profiles.clj file in my home directory. When I call lein deps, it cannot find the jar. I'm sure I'm doing something obviously wrong, but I checked it over and tried looking for the jar in the maven and clojars repositories and didn't see it there either. Do you know what I am doing wrong?

ryantm@ryantm0j132 ~ (master)$ cat .lein/profiles.clj 
cat .lein/profiles.clj 
{:user {:plugins [[lein-test-refresh "0.1.2"]]}}
ryantm@ryantm0j132 ~ (master)$ lein deps
lein deps
Could not find artifact lein-test-refresh:lein-test-refresh:jar:0.1.2 in central (http://repo1.maven.org/maven2/)
Could not find artifact lein-test-refresh:lein-test-refresh:jar:0.1.2 in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
ryantm@ryantm0j132 ~ (master)$ 
jakemcc commented 10 years ago

Sorry for taking a while to get back to you. I must need to change some settings to get emails when issues are opened. Issue was a poor documentation done by me. It should be added as [com.jakemccrary/lein-test-refresh "0.1.2"].

Sorry about that. I blame writing the README.md while tired.