Re: Strange coercions

2012-08-12 Thread Pierre-Henry Perret
Project is here : bOOtOne Le dimanche 5 août 2012 03:45:59 UTC+2, Pierre-Henry Perret a écrit : > > Running a lein2 check gives -> > ___ > Exception in thread "main" java.lang.IllegalArgumentException: No > implementation of me

Re: Strange coercions

2012-08-06 Thread Pierre-Henry Perret
Have you diagnose any malformations ? I'm somewwhat expectative with *lein / 2 *paradigm Notably that response to * lein2 repl * > *Exception in thread "main" java.io.FileNotFoundException: -m* *lein repl > Warning: problem requiring leiningen.cljsbuild hook: Could not locate leiningen/cljs

Re: Strange coercions

2012-08-06 Thread Pierre-Henry Perret
Problem solved, Thanks all Le dimanche 5 août 2012 10:32:14 UTC+2, Pierre-Henry Perret a écrit : > > Sean, > > It works now.. ! > > I have at last precated th lein1 project. > > You'll see in the code a *file:// *url that is particular to my current > checkout version, by default *development *

Re: Strange coercions...

2012-08-06 Thread Pierre-Henry Perret
Thanks, The problems is solved (see other thread on same subject) Le lundi 6 août 2012 09:18:18 UTC+2, lpetit a écrit : > > Hello, > > Some single element project values (String) have been enhanced to > muli-element values (vector of Strings). > > Check all your *-paths keys : > :source-paths

Re: Strange coercions...

2012-08-06 Thread Laurent PETIT
Hello, Some single element project values (String) have been enhanced to muli-element values (vector of Strings). Check all your *-paths keys : :source-paths :resource-paths :test-paths Etc. HTH, Laurent Le 5 août 2012 à 03:42, Pierre-Henry Perret a écrit : Running a lein2 check gives -> _

Re: Strange coercions

2012-08-05 Thread Pierre-Henry Perret
Sean, It works now.. ! I have at last precated th lein1 project. You'll see in the code a *file:// *url that is particular to my current checkout version, by default *development *. Any *tests* / *appreciations *are welcomed . Le dimanche 5 août 2012 07:36:00 UTC+2, Sean Corfield a écrit :

Re: Strange coercions

2012-08-05 Thread Pierre-Henry Perret
(defproject peer-one/peer-one "1.0.0-SNAPSHOT" :checkout-deps-shares [:source-path "src/" :deps-libs (fn [p] ((str (:root p) (:source-path p] :dependencies [[org.clojure/clojure "1.4.0"] [ring "1.0.

Re: Strange coercions

2012-08-04 Thread Sean Corfield
Could you post your project.clj file? (I asked in the other thread so you can post it there or here) On Sat, Aug 4, 2012 at 8:02 PM, Pierre-Henry Perret wrote: > More precisely: > ___ > Unsupported character: \\- > > > > Le dimanche 5 août 2012 03:45:

Re: Strange coercions

2012-08-04 Thread Pierre-Henry Perret
More precisely: ___ Unsupported character: \\- Le dimanche 5 août 2012 03:45:59 UTC+2, Pierre-Henry Perret a écrit : > > Running a lein2 check gives -> > ___ > Exception in thread "main" java.lang.IllegalArgumentExcepti

Re: Strange coercions...

2012-08-04 Thread Sean Corfield
Post your project.clj. I suspect you have a symbol name where you should have a string... On Sat, Aug 4, 2012 at 6:42 PM, Pierre-Henry Perret wrote: > > Running a lein2 check gives -> > ___ > Exception in thread "main" java.lang.IllegalArgumentException: No > imple