(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.0-RC1"]
[compojure "0.6.4"]
[enlive "1.0.0"]
[enfocus "0.9.1-SNAPSHOT"]
[org.mozilla/rhino "1.7R3"]
[com.google.javascript/closure-compiler "r1918"]
[org.clojure/google-closure-library "0.0-1376"]
[com.datomic/datomic-free "0.8.3343"]
[clj-ns-browser "1.2.0"]
[fs "1.3.1"]]
:git-dependencies [["https://github.com/clojure/clojurescript.git"
"16863e3e5cdf2d968fc8d90d2d8da6f00e2398c0"]
["https://github.com/ckirkendall/enfocus.git"
"2eb2aaf78fe9d73eb3ad8094c5b5fe31b7366c46"]]
:test-selectors {:default
(fn [v]
(not (or (:integration v) (:regression v)))),
:integration :integration,
:regression :regression}
:source-paths ["C:\\Users\\Pierre\\CLOJURE\\peer-one\\src\\app\\clj"]
:cljsbuild {:builds
[{:source-path "src/enfocus",
:compiler
{:output-to "public/javascripts/out/enfocus/core.js",
:optimizations :advanced,
:pretty-print true}}
{:source-path "src/goog",
:compiler
{:outputdir "public/javascripts/out/goog",
:optimizations :advanced}}]}
:ring {:handler one.todomvc.routes/app}
:git-ids {:git-ids
[{:dir "clojurescript",
:url "https://github.com/clojure/",
:commit "16863e3e5cdf2d968fc8d90d2d8da6f00e2398c0"}
{:url "https://github.com/ckirkendall/enfocus.git",
:dir "enfocus",
:commit "2eb2aaf78fe9d73eb3ad8094c5b5fe31b7366c46"}]}
:target-classpasth "target"
:hooks [leiningen.cljsbuild]
:profiles {:dev
{:resource-paths
["git-deps/clojurescript/src/clj"
"git-deps/clojurescript/src/cljs"
"git-deps/domina/src/cljs"
"git-deps/enfocus/project/cljs-src"
"src/app/clj"
"src/app/cljs"
"src/app/shared"
"src/app/cljs-macros"
"src/lib/clj"
"src/lib/cljs"
"templates"
"target/"],
:dependencies
[[clj-ns-browser "1.2.0"]
[jline "0.9.94"]
[marginalia "0.7.0-SNAPSHOT"]]}}
:development "development"
:main one.todomvc.repl
:repl-init one.todomvc.
:min-lein-version "2.0.0"
:git-deps-dir "git-deps"
:plugins [[lein-cljsbuild "0.2.5"]]
:implicit-hooks true
:description "CjOne Projects")
Le dimanche 5 août 2012 07:36:00 UTC+2, Sean Corfield a écrit :
>
> 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 <[email protected]>
> wrote:
> > More precisely:
> > ___________________
> > Unsupported character: \\-
> > ____________________________
> >
> >
> > Le dimanche 5 août 2012 03:45:59 UTC+2, Pierre-Henry Perret a écrit :
> >>
> >> Running a <code>lein2 check</code> gives ->
> >> ___________________________________
> >> Exception in thread "main" java.lang.IllegalArgumentException: No
> >> implementation of method: :as-file of protocol: #'
> clojure.java.io/Coercions
> >> found for class: c
> >> lojure.lang.PersistentVector
> >> _____________________________________________
> >>
> >> I would precate my lein1 project becoming a lein2 one ..
> >>
> >> Someone has an idea ?
> >> Thanks
> >
>
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en