+++++1 Gary I'd just run the Leiningen install process, then create a new project with it, and move your code into that.
Do this right now, I can't imagine doing anything in Clojure that doesn't begin with lein new your-project. It will save you hours in fewer hours. Bonus: add Midje, or even better Chris Zheng's lein-midje-doc. Look at my recent post about it at http://inbits.com (he explains it better in his video at the end than I would have) - that has saved me weeks of work over fewer weeks than it saved. On Sat, Apr 12, 2014 at 5:00 PM, Cecil Westerhof <[email protected]>wrote: > 2014-04-12 17:56 GMT+02:00 Gary Trakhman <[email protected]>: > > Oh man, please consider using leiningen. It's a whole new world :-) >> >> http://leiningen.org/ >> > > That was on my list. I'll leave this problem for the moment being then, > because it will be solved 'automatically'. :-D > > -- > Cecil Westerhof > > -- > 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 > --- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Fergal Byrne, Brenter IT Author, Real Machine Intelligence with Clortex and NuPIC https://leanpub.com/realsmartmachines <http://www.examsupport.ie>http://inbits.com - Better Living through Thoughtful Technology http://ie.linkedin.com/in/fergbyrne/ https://github.com/fergalbyrne e:[email protected] t:+353 83 4214179 Formerly of Adnet [email protected] http://www.adnet.ie -- 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 --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
