Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-28 Thread Mimmo Cosenza
do you think could be useful to have a similar lein-template with batteries included for a mixed cli/cljs project? cljs-start is aimed for cljs lib only. LMK My best mimmo On Nov 27, 2013, at 7:06 PM, test Comptetest un.compte.pour.tes...@gmail.com wrote: Indeed, with a fresh lein it

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread test Comptetest
On Monday, November 25, 2013 7:59:00 PM UTC+1, Magomimmo wrote: what are: - you operating system - java virtual machine (java -version # from the terminal) - leiningen version (lein version # from the terminal) Have you tried to create a project with others lein-template? e.g. 

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread mynomoto
Then the solution should be the same. As Magomimmo wrote: you need to upgrade to leiningen = 2.2.0 lein upgrade # from the terminal On Wednesday, November 27, 2013 8:40:24 AM UTC-2, bernardH wrote: On Monday, November 25, 2013 7:59:00 PM UTC+1, Magomimmo wrote: what are: - you

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread Mimmo Cosenza
confirm. mimmo On Nov 27, 2013, at 11:56 AM, mynomoto mynom...@gmail.com wrote: Then the solution should be the same. As Magomimmo wrote: you need to upgrade to leiningen = 2.2.0 lein upgrade # from the terminal On Wednesday, November 27, 2013 8:40:24 AM UTC-2, bernardH wrote:

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread Mimmo Cosenza
I should submit an issue to lein, because even if I set the min-lein-version to 2.2.0 in the project.clj the eerro message you receive when you run from a lein version 2.2.0 is misleading. mimmo On Nov 27, 2013, at 11:56 AM, mynomoto mynom...@gmail.com wrote: Then the solution should be the

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-27 Thread test Comptetest
Indeed, with a fresh lein it now works. Thanks again, I'll be sure to use it with my students ! Cheers, B. -- -- 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

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-26 Thread Deniz Kurucu
Thanks, that worked ! On Tue, Nov 26, 2013 at 1:15 AM, Mimmo Cosenza mimmo.cose...@gmail.comwrote: you need to upgrade to leiningen = 2.2.0 lein upgrade # from the terminal On Nov 25, 2013, at 8:18 PM, Deniz Kurucu makka...@gmail.com wrote: On Mon, Nov 25, 2013 at 8:59 PM, Mimmo

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-26 Thread Mimmo Cosenza
Good. I added the version requirement in the README (sorry to have forgotten that before). mimmo On Nov 26, 2013, at 12:02 PM, Deniz Kurucu makka...@gmail.com wrote: Thanks, that worked ! On Tue, Nov 26, 2013 at 1:15 AM, Mimmo Cosenza mimmo.cose...@gmail.com wrote: you need to

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
On Nov 25, 2013, at 7:06 AM, Tom Henderson t...@mathpunk.net wrote: It works! I've been discouraged-- I liked programming in Clojure, and I had been hoping Clojurescript would be my grand entry into web sites and apps, but trying to learn HTML and CSS and JS and CLJS all at the same time has

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza mimmo.cose...@gmail.com wrote: I'm preparing an example on how to use cljs-start with an already implemented cljs lib (I'll use hiccups as an example). If you have a little of patient tomorrow should be published. Hi Tom, here is the sample I

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
Hi, When i run lein new cljs-start wonderful-lib I'm getting that error and nothing is created. Generating fresh 'lein new' cljs-start project. Template resource 'leiningen/new/cljs_start/README.MD' not found. Thanks. On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
Hi, try the following: rm -rf ~/.m2/repository/cljs-start and run again lein new cljs-start youlibname If this does not work try the following git clone https://github.com/magomimmo/cljs-start.git cd cljs-start lein install and try again to create the project with lein new cljs-start

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
Hi, both didn't work. Any other ideas ? lein new cljs-start coolappp Generating fresh 'lein new' cljs-start project. Template resource 'leiningen/new/cljs_start/README.MD' not found. On Mon, Nov 25, 2013 at 5:20 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote: Hi, try the following: rm

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
what are: - you operating system - java virtual machine (java -version # from the terminal) - leiningen version (lein version # from the terminal) Have you tried to create a project with others lein-template? e.g. https://github.com/konrad-garus/cljs-kickoff thanks mimmo On Nov 25, 2013,

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Deniz Kurucu
On Mon, Nov 25, 2013 at 8:59 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote: what are: - you operating system Ubuntu 12.04 64 bit - java virtual machine (java -version # from the terminal) java version 1.7.0_45 Java(TM) SE Runtime Environment (build 1.7.0_45-b18) Java HotSpot(TM) 64-Bit

Re: [ClojureScript] [ANN] cljs-start 0.0.5

2013-11-25 Thread Mimmo Cosenza
you need to upgrade to leiningen = 2.2.0 lein upgrade # from the terminal On Nov 25, 2013, at 8:18 PM, Deniz Kurucu makka...@gmail.com wrote: On Mon, Nov 25, 2013 at 8:59 PM, Mimmo Cosenza mimmo.cose...@gmail.com wrote: what are: - you operating system Ubuntu 12.04 64 bit -

[ANN] cljs-start 0.0.5

2013-11-24 Thread Mimmo Cosenza
I just updated the cljs-start lein template which allows you to start creating you wonderful cljs lib with batteries included. https://github.com/magomimmo/cljs-start lein new cljs-start yourlibname cd yourlibname lein do compile, test lein rep user= (run) ; run the http server to be ready