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


> - 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 Server VM (build 24.45-b08, mixed mode)



> - leiningen version (lein version # from the terminal)
>
>
Leiningen 2.1.3 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM



> Have you tried to create a project with others lein-template? e.g.
>
> https://github.com/konrad-garus/cljs-kickoff
>

Yes, that one works.


>
> thanks
>
> mimmo
>
>
Thanks.


> On Nov 25, 2013, at 6:02 PM, Deniz Kurucu <makka...@gmail.com> wrote:
>
>
> 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 <http://readme.md/>'
> not found.
>
>
> On Mon, Nov 25, 2013 at 5:20 PM, Mimmo Cosenza <mimmo.cose...@gmail.com>wrote:
>
>> 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 yourlibname
>>
>> LTM if it works.
>>
>> mimmo
>>
>>
>> On Nov 25, 2013, at 4:06 PM, Deniz Kurucu <makka...@gmail.com> wrote:
>>
>> 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 <http://readme.md/>'
>> not found.
>>
>> Thanks.
>>
>>
>>
>> On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza 
>> <mimmo.cose...@gmail.com>wrote:
>>
>>>
>>> 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 was talking about. It use the already
>>> implemented hiccups lib to demonstrate by instrumenting it with cljs-start.
>>>
>>> https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md
>>>
>>> Inside you'll also find a brepling session with the instrumented
>>> hiccups. I don't know why nobody documents any brepl session (even me. in
>>> the modern-cljs series I should say something more about this task which is
>>> very, very important to become productive in cljs).
>>>
>>> I hope to contribute a little bit in modifying for the next year the
>>> results of the recent survey conducted by the tireless Chas Emerick.
>>>
>>>
>>> HIH
>>> Mimmo
>>>
>>>
>>>
>>> --
>>> --
>>> 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 members are moderated - please be patient with
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojure+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>> --
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "ClojureScript" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojurescript+unsubscr...@googlegroups.com.
>> To post to this group, send email to clojurescr...@googlegroups.com.
>> Visit this group at http://groups.google.com/group/clojurescript.
>>
>>
>>
>> --
>> --
>> 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 members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojure+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.
>
>
>

-- 
-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to