Re: Newbie dependency loading issue

2013-06-18 Thread P Martin
Ok, it looks like it was more of a CCW loading/refreshing error. I re-opened eclipse today and the math.numeric-tower library is loaded and there is no issue. I used this in my project.clj file: [org.clojure/math.numeric-tower "0.0.2"] Sorry to bother! On Tuesday, June 18, 2013 1:02:44 AM UTC-

Re: Newbie dependency loading issue

2013-06-17 Thread Sean Corfield
What did you put in your project.clj file? On Mon, Jun 17, 2013 at 6:30 PM, P Martin wrote: > Hi, > > I want to get the clojure.math.numeric-tower namespace into my code using: > > > (require '[clojure.math.numeric-tower :as math]) > > > I also follow the directions on the github for the library

Newbie dependency loading issue

2013-06-17 Thread P Martin
Hi, I want to get the clojure.math.numeric-tower namespace into my code using: (require '[clojure.math.numeric-tower :as math]) I also follow the directions on the github for the library to add a lein dependency in Eclipse. Unfortunately, the code does not find the library, even though the l