Excellent, Deniz

But I'm getting an error when I try to run for the first time:

Could not find artifact fsrun:fsrun:jar:0.1.0 in central 
(http://repo1.maven.org/maven2/)
Could not find artifact fsrun:fsrun:jar:0.1.0 in clojars 
(https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.

Part of my project.clj:

(defproject blabla "0.1.0-SNAPSHOT"
  ; licenses, description, url
  :dependencies [[org.clojure/clojure "1.5.1"]]
  :plugins [[fsrun "0.1.0"]]
  ; etc etc etc
)

Am I doing something wrong? My network is OK and I'm not using any proxy.

Thank you

Plínio

On Monday, November 25, 2013 5:26:05 AM UTC-2, Deniz Kurucu wrote:
>
> fsrun is a simple high order lein task that run some other tasks when a 
> file modification occurs. Originally, i wanted to run my clojurescript 
> tests automatically and created fsrun. It is my first clojure project, so 
> please keep that in mind :)
>
> github : https://github.com/makkalot/fsrun
>
> Thanks.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to