Hi Arne,
Thank you for your advice. I hope chestnut runs on the latest versions of
cljs and om.
Is there any info or suggestions ?
Makoto
2015-03-11 23:58 GMT+09:00 Arne Brasseur :
> Sorry for the delayed response, I didn't have email notifications set up
> correctly.
>
> Interesting way of usi
Sorry for the delayed response, I didn't have email notifications set up
correctly.
Interesting way of using ~/.lein/profiles.clj. I hadn't considered that yet.
If you want to run a modified Chestnut the easiest is to run lein install
in your chestnut repo. You shouldn't have to manually bump t
Hi Tim,
I branched from the original source and set the version like
0.6.1-SNAPSHOT.
Controlling versions in ~/.lein/profiles.clj was slightly convenient and
worked for
the 0.6.0.
Makoto
2015-03-11 13:35 GMT+09:00 Tim Gilbert :
> Oh, that's odd. I don't have any entries in my own user plugins
Oh, that's odd. I don't have any entries in my own user plugins for "lein
new" templates. (I'm assuming you meant ~/.lein/profiles.clj, right?)
Is there some reason you have them in there? "lein new chestnut" should
work just fine without them, but maybe I'm not understanding what you're
trying
I've commented chestnut/lein-template from the ~/.lein/projects.clj as
follows, then it worked.
It worked using 0.6.0 if there was the chestnut/lein-template definition.
Was my usage wrong ?
{:user {:plugins [
[lein-try "0.4.3"]
;[lein-pprint "1.1.1"]
I ran into this same behavior, and then I realized it only happened if I
run the "lein new" command if I'm *already in* a previously-created project
created with "lein new chestnut". I'm guessing that something in the
generated project.clj interferes some of the lein new behavior somehow. At
an
> I tested the v 0.7.0 of chestnut and I encountered the following error.
> The v 0.6.0 works fine.
>
> $ lein new chestnut test-app
> Retrieving chestnut/lein-template/0.7.0/lein-template-0.7.0.pom from clojars
> Retrieving chestnut/lein-template/0.7.0/lein-template-0.7.0.jar from clojars
> Except
I tested the v 0.7.0 of chestnut and I encountered the following error.
The v 0.6.0 works fine.
$ lein new chestnut test-app
Retrieving chestnut/lein-template/0.7.0/lein-template-0.7.0.pom from clojars
Retrieving chestnut/lein-template/0.7.0/lein-template-0.7.0.jar from clojars
Exception in thread
Chestnut 0.7.0 has been deployed to Clojars.
Chestnut [1] is a leiningen template that provides a solid and complete
starting point for a web application using Clojure, Clojurescript, and Om.
It ships out of the box with a great development experience, including a
browser-connected REPL, insta