Re: [ANN] fsrun : file change notifier high order lein task

2013-11-27 Thread Deniz Kurucu
Thanks!


On Wed, Nov 27, 2013 at 10:31 AM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:

 in the mean time you can clone the repo, cd into it and

 lein install # from the terminal

 mimmo

 On Nov 27, 2013, at 8:00 AM, Deniz Kurucu makka...@gmail.com wrote:

 Ah yes, sorry it is not on clojars yet. Wanted some feedback before
 pushing it there :)


 On Wed, Nov 27, 2013 at 2:26 AM, Plinio Balduino pbaldu...@gmail.comwrote:

 Excellent, Deniz

 But I'm getting an error when I try to run for the first time:

 Could not find artifact fsrun:fsrun:jar:0.1.0 in central (
 http://repo1.maven.org/maven2/)
 Could not find artifact fsrun:fsrun:jar:0.1.0 in clojars (
 https://clojars.org/repo/)
 This could be due to a typo in :dependencies or network issues.

 Part of my project.clj:

 (defproject blabla 0.1.0-SNAPSHOT
   ; licenses, description, url
   :dependencies [[org.clojure/clojure 1.5.1]]
   :plugins [[fsrun 0.1.0]]
   ; etc etc etc
 )

 Am I doing something wrong? My network is OK and I'm not using any proxy.

 Thank you

 Plínio

 On Monday, November 25, 2013 5:26:05 AM UTC-2, Deniz Kurucu wrote:

 fsrun is a simple high order lein task that run some other tasks when a
 file modification occurs. Originally, i wanted to run my clojurescript
 tests automatically and created fsrun. It is my first clojure project, so
 please keep that in mind :)

 github : https://github.com/makkalot/fsrun

 Thanks.


 --
 --
 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.



 --
 --
 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.




-- 
-- 
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.


Re: [ANN] fsrun : file change notifier high order lein task

2013-11-27 Thread Deniz Kurucu
Thanks, will check docs and will push to clojars.


On Wed, Nov 27, 2013 at 2:20 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:

 Deniz,
 you need to install gpg to be able to push a release to clojars.

 here is the lein documentation

 When deploying a release that's not a snapshot, Leiningen will attempt to
 sign it using GPG http://gnupg.org/ to prove your authorship of the
 release. See the deploy 
 guidehttps://github.com/technomancy/leiningen/blob/stable/doc/DEPLOY.md.
 for details of how to set that up. The deploy guide includes instructions
 for deploying to other repositories as well.

 and here is the deploy guide

 https://github.com/technomancy/leiningen/blob/stable/doc/DEPLOY.md#gpg

 mimmo

 On Nov 27, 2013, at 12:25 PM, James Reeves ja...@booleanknot.com wrote:

 It'll be easier to get feedback if you push it to Clojars. I want to try
 it out, but not enough to clone the repo and manually install it.

 Since it's only version 0.1.0, it's not as if it's expected to be flawless.

 - James


 On 27 November 2013 07:00, Deniz Kurucu makka...@gmail.com wrote:

 Ah yes, sorry it is not on clojars yet. Wanted some feedback before
 pushing it there :)


 On Wed, Nov 27, 2013 at 2:26 AM, Plinio Balduino pbaldu...@gmail.comwrote:

 Excellent, Deniz

 But I'm getting an error when I try to run for the first time:

 Could not find artifact fsrun:fsrun:jar:0.1.0 in central (
 http://repo1.maven.org/maven2/)
 Could not find artifact fsrun:fsrun:jar:0.1.0 in clojars (
 https://clojars.org/repo/)
 This could be due to a typo in :dependencies or network issues.

 Part of my project.clj:

 (defproject blabla 0.1.0-SNAPSHOT
   ; licenses, description, url
   :dependencies [[org.clojure/clojure 1.5.1]]
   :plugins [[fsrun 0.1.0]]
   ; etc etc etc
 )

 Am I doing something wrong? My network is OK and I'm not using any proxy.

 Thank you

 Plínio

 On Monday, November 25, 2013 5:26:05 AM UTC-2, Deniz Kurucu wrote:

 fsrun is a simple high order lein task that run some other tasks when a
 file modification occurs. Originally, i wanted to run my clojurescript
 tests automatically and created fsrun. It is my first clojure project, so
 please keep that in mind :)

 github : https://github.com/makkalot/fsrun

 Thanks.


 --
 --
 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.



 --
 --
 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.



 --
 --
 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.


  --
 --
 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

Re: [ANN] fsrun : file change notifier high order lein task

2013-11-27 Thread Deniz Kurucu
Hi,

I'm glad it was useful for you, if you notice any bugs please let me know.

Thanks.


On Wed, Nov 27, 2013 at 8:17 PM, Plínio Balduino pbaldu...@gmail.comwrote:

 Hi, Deniz

 I cloned the repo and installed locally to use with my code that count the
 size of and article and it was very useful.

 Thanks for your contribution and congratulations for your work.

 Plinio Balduino

 On 27/11/2013, at 05:00, Deniz Kurucu makka...@gmail.com wrote:

 Ah yes, sorry it is not on clojars yet. Wanted some feedback before
 pushing it there :)


 On Wed, Nov 27, 2013 at 2:26 AM, Plinio Balduino pbaldu...@gmail.comwrote:

 Excellent, Deniz

 But I'm getting an error when I try to run for the first time:

 Could not find artifact fsrun:fsrun:jar:0.1.0 in central (
 http://repo1.maven.org/maven2/)
 Could not find artifact fsrun:fsrun:jar:0.1.0 in clojars (
 https://clojars.org/repo/)
 This could be due to a typo in :dependencies or network issues.

 Part of my project.clj:

 (defproject blabla 0.1.0-SNAPSHOT
   ; licenses, description, url
   :dependencies [[org.clojure/clojure 1.5.1]]
   :plugins [[fsrun 0.1.0]]
   ; etc etc etc
 )

 Am I doing something wrong? My network is OK and I'm not using any proxy.

 Thank you

 Plínio

 On Monday, November 25, 2013 5:26:05 AM UTC-2, Deniz Kurucu wrote:

 fsrun is a simple high order lein task that run some other tasks when a
 file modification occurs. Originally, i wanted to run my clojurescript
 tests automatically and created fsrun. It is my first clojure project, so
 please keep that in mind :)

 github : https://github.com/makkalot/fsrun

 Thanks.

  --
 --
 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.


  --
 --
 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.

  --
 --
 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.


-- 
-- 
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.


Re: [ANN] fsrun : file change notifier high order lein task

2013-11-27 Thread Deniz Kurucu
Hi,

Just pushed fsrun to clojars :

[fsrun 0.1.1]

Thanks, for looking.



On Wed, Nov 27, 2013 at 8:58 PM, Deniz Kurucu makka...@gmail.com wrote:

 Hi,

 I'm glad it was useful for you, if you notice any bugs please let me know.

 Thanks.


 On Wed, Nov 27, 2013 at 8:17 PM, Plínio Balduino pbaldu...@gmail.comwrote:

 Hi, Deniz

 I cloned the repo and installed locally to use with my code that count
 the size of and article and it was very useful.

 Thanks for your contribution and congratulations for your work.

 Plinio Balduino

 On 27/11/2013, at 05:00, Deniz Kurucu makka...@gmail.com wrote:

 Ah yes, sorry it is not on clojars yet. Wanted some feedback before
 pushing it there :)


 On Wed, Nov 27, 2013 at 2:26 AM, Plinio Balduino pbaldu...@gmail.comwrote:

 Excellent, Deniz

 But I'm getting an error when I try to run for the first time:

 Could not find artifact fsrun:fsrun:jar:0.1.0 in central (
 http://repo1.maven.org/maven2/)
 Could not find artifact fsrun:fsrun:jar:0.1.0 in clojars (
 https://clojars.org/repo/)
 This could be due to a typo in :dependencies or network issues.

 Part of my project.clj:

 (defproject blabla 0.1.0-SNAPSHOT
   ; licenses, description, url
   :dependencies [[org.clojure/clojure 1.5.1]]
   :plugins [[fsrun 0.1.0]]
   ; etc etc etc
 )

 Am I doing something wrong? My network is OK and I'm not using any proxy.

 Thank you

 Plínio

 On Monday, November 25, 2013 5:26:05 AM UTC-2, Deniz Kurucu wrote:

 fsrun is a simple high order lein task that run some other tasks when a
 file modification occurs. Originally, i wanted to run my clojurescript
 tests automatically and created fsrun. It is my first clojure project, so
 please keep that in mind :)

 github : https://github.com/makkalot/fsrun

 Thanks.

  --
 --
 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.


  --
 --
 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.

  --
 --
 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.




-- 
-- 
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.


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 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 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.comwrote:

 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.MDhttp://readme.md/'
 not found.

 Thanks.



 On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza 
 mimmo.cose...@gmail.comwrote:


 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

Re: [ANN] fsrun : file change notifier high order lein task

2013-11-26 Thread Deniz Kurucu
Ah yes, sorry it is not on clojars yet. Wanted some feedback before pushing
it there :)


On Wed, Nov 27, 2013 at 2:26 AM, Plinio Balduino pbaldu...@gmail.comwrote:

 Excellent, Deniz

 But I'm getting an error when I try to run for the first time:

 Could not find artifact fsrun:fsrun:jar:0.1.0 in central (
 http://repo1.maven.org/maven2/)
 Could not find artifact fsrun:fsrun:jar:0.1.0 in clojars (
 https://clojars.org/repo/)
 This could be due to a typo in :dependencies or network issues.

 Part of my project.clj:

 (defproject blabla 0.1.0-SNAPSHOT
   ; licenses, description, url
   :dependencies [[org.clojure/clojure 1.5.1]]
   :plugins [[fsrun 0.1.0]]
   ; etc etc etc
 )

 Am I doing something wrong? My network is OK and I'm not using any proxy.

 Thank you

 Plínio

 On Monday, November 25, 2013 5:26:05 AM UTC-2, Deniz Kurucu wrote:

 fsrun is a simple high order lein task that run some other tasks when a
 file modification occurs. Originally, i wanted to run my clojurescript
 tests automatically and created fsrun. It is my first clojure project, so
 please keep that in mind :)

 github : https://github.com/makkalot/fsrun

 Thanks.

  --
 --
 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.


-- 
-- 
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.


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 mimmo.cose...@gmail.comwrote:


 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.


-- 
-- 
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.


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 -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.comwrote:


 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.


-- 
-- 
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.


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 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.comwrote:

 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.comwrote:


 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

[ANN] fsrun : file change notifier high order lein task

2013-11-24 Thread Deniz Kurucu
fsrun is a simple high order lein task that run some other tasks when a
file modification occurs. Originally, i wanted to run my clojurescript
tests automatically and created fsrun. It is my first clojure project, so
please keep that in mind :)

github : https://github.com/makkalot/fsrun

Thanks.

-- 
-- 
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.


Re: [ClojureScript] [ANN] cljs-start with batteries included

2013-11-01 Thread Deniz Kurucu
Hi,

It doesn't work for me :

lein new cljs-start battery-cljs

Retrieving
cljs-start/lein-template/0.0.1-SNAPSHOT/lein-template-0.0.1-20131101.074510-2.pom
from clojars
Retrieving cljs-start/lein-template/0.0.1/lein-template-0.0.1.pom from
clojars
Retrieving
cljs-start/lein-template/0.1.0-SNAPSHOT/lein-template-0.1.0-20131028.235447-1.pom
from clojars
Retrieving
cljs-start/lein-template/0.1.0-SNAPSHOT/lein-template-0.1.0-20131028.235447-1.jar
from clojars
Generating fresh 'lein new' cljs-start project.
Template resource 'leiningen/new/cljs_start/README.MD' not found.

After that there is not battery-cljs directory created.

Am i doing something wrong or is it just a bug ?


On Fri, Nov 1, 2013 at 12:39 PM, Mimmo Cosenza mimmo.cose...@gmail.comwrote:

 thanks Shantanu!

 Let me know if you find ant issue. I started commenting both profiles.clj
 and project.clj to try to explain what each setting is used for.

 IMHO there is a big open issue regarding lein-cljsbuild:

 As pointed to me by David Nolen, you need to fill the leaning
 :source-paths with the set union al all the :source-paths from each
 cljsbuild to not incur in unexpected behaviour. But if you do  it, you
 loose control on the jar package generated by lein jar task and if you use
 the :jar true setting for including any cljs source file in the jar
 package, you'll get a double entry error when you issue the lein jar task.

 To me this is a something to be solved someway. My personal opinion about
 that is that I would never see any cljs pathname in any cli directory (and
 viceversa). Even to see a macros.clj in a cljs dir disturb me a lot.

 Anyway…. let me know if it works as you expect

 thanks so much.

 Mimmo

 On Nov 1, 2013, at 11:26 AM, Shantanu Kumar kumar.shant...@gmail.com
 wrote:



 On Friday, 1 November 2013 15:45:01 UTC+5:30, Magomimmo wrote:

 Yeah,
 yestarday I forgot to publish the release 0.0.1. Sorry about that. I did
 it this morning.

 Now it should works.

 Could you confirm me please?


 It works now. Thanks!

 Shantanu

 --
 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.


-- 
-- 
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.


Re: Fast path to having fun with ClojureScript

2013-10-28 Thread Deniz Kurucu
Haven't tested source maps before, works perfectly !


On Mon, Oct 28, 2013 at 6:25 AM, David Nolen dnolen.li...@gmail.com wrote:

 Given the source map improvements to ClojureScript, now is a good time to
 present a newbie friendly guide to hacking with ClojureScript. Emphasis on
 no fuss and getting as quickly as possible to productive experimentation:

 http://swannodette.github.io/2013/10/27/the-essence-of-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.


-- 
-- 
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.