Re: slow repl startup because of package finding

2012-11-02 Thread Satoru Logic
On Friday, November 2, 2012 4:23:01 PM UTC+8, Meikel Brandmeyer (kotarak) wrote: > > Hi, > > Am Freitag, 2. November 2012 08:50:09 UTC+1 schrieb Satoru Logic: >> >> My ~/.lein/profiles.clj contains one line only: >> >> {:user {:plugins [[lein-minnow "0.1.4"]]}} >> >> Is it the case that this p

Re: slow repl startup because of package finding

2012-11-02 Thread Meikel Brandmeyer (kotarak)
Hi, Am Freitag, 2. November 2012 08:50:09 UTC+1 schrieb Satoru Logic: > > My ~/.lein/profiles.clj contains one line only: > > {:user {:plugins [[lein-minnow "0.1.4"]]}} > > Is it the case that this plugin requiring something that can't be find? > Minnow uses seesaw 1.3.0 which depends on j18n 1

Re: slow repl startup because of package finding

2012-11-02 Thread Satoru Logic
My ~/.lein/profiles.clj contains one line only: {:user {:plugins [[lein-minnow "0.1.4"]]}} Is it the case that this plugin requiring something that can't be find? On Friday, November 2, 2012 3:26:34 PM UTC+8, Meikel Brandmeyer (kotarak) wrote: > > Hi, > > Am Freitag, 2. November 2012 08:23:00

Re: slow repl startup because of package finding

2012-11-02 Thread Chris Ford
Are you using Seesaw 1.4.1? I just upgraded to 1.4.2, which fixed the same issue with Overtone. In general, Phil Hagelberg advised me it's a result of a bad dependency somewhere. I found that this error meant that I couldn't run my project without network connectivity (unless I did lein -o). Chee

Re: slow repl startup because of package finding

2012-11-02 Thread Meikel Brandmeyer (kotarak)
Hi, Am Freitag, 2. November 2012 08:23:00 UTC+1 schrieb Satoru Logic: > > Hi, all. > > Every time I type `*lein repl*`, several line of log get printed out: > > >> Could not find artifact org.clojure:clojure:pom:1.+ in central ( >> http://repo1.maven.org/maven2) >> Could not find artifact org.cloj

slow repl startup because of package finding

2012-11-02 Thread Satoru Logic
Hi, all. Every time I type `*lein repl*`, several line of log get printed out: > Could not find artifact org.clojure:clojure:pom:1.+ in central > (http://repo1.maven.org/maven2) > Could not find artifact org.clojure:clojure:pom:1.+ in clojars > (https://clojars.org/repo/) > Could not find arti