Re: lein compile for clj-time problem..

2010-11-25 Thread Prometheus
Thanks Steve.. Regards P: On Nov 26, 1:51 am, Rayne wrote: > If you're using leiningen, you can create a new project with 'lein > new'. In that project, you'll find a file called 'project.clj'. Open > that file, and under :dependencies, add this to the vector: [clj-time > "0.2.0-SNAPSHOT"] > >

Re: lein compile for clj-time problem..

2010-11-25 Thread Rayne
If you're using leiningen, you can create a new project with 'lein new'. In that project, you'll find a file called 'project.clj'. Open that file, and under :dependencies, add this to the vector: [clj-time "0.2.0-SNAPSHOT"] Save the file and then run 'lein deps'. After that, running lein repl/ swa

lein compile for clj-time problem..

2010-11-25 Thread Prometheus
Hi Steve, I am new on clojure and testing cascalog . I needed clj-time library .. I downloaded its files from git and cd clj-time than type lein deps && lein compile.. its creating classes and lib directory but nothing inside. So i am miising something.. what is the proper way to compile cl