Re: Unexpected FileNotFoundException

2010-08-22 Thread ataggart
Note also that the locations have moved: http://clojure.github.com/clojure/ http://clojure.github.com/clojure-contrib/ On Aug 22, 6:18 pm, Stuart Campbell wrote: > On 21 August 2010 08:39, Tim McIver wrote: > > > Can someone help clear up my confusion? > > > My problem started while working th

Re: Unexpected FileNotFoundException

2010-08-22 Thread Stuart Campbell
On 21 August 2010 08:39, Tim McIver wrote: > Can someone help clear up my confusion? > > My problem started while working through Stuart Halloway's book (p. > 52) where he builds up his 'index-filter' function. This function > uses an 'indexed' function which he states is in clojure-contrib. The

Re: Unexpected FileNotFoundException

2010-08-20 Thread Tim McIver
Can someone help clear up my confusion? My problem started while working through Stuart Halloway's book (p. 52) where he builds up his 'index-filter' function. This function uses an 'indexed' function which he states is in clojure-contrib. The API docs found on clujure-contrib's github page shows

Re: Unexpected FileNotFoundException

2010-08-20 Thread Tim McIver
Hmm, yes that looks like it must be it. Strange, because when I view the API docs from the github page: http://richhickey.github.com/clojure-contrib/ there IS a seq library. I guess it was removed. Thanks, Tim On Aug 19, 11:47 pm, Stuart Campbell wrote: > On 20 August 2010 11:52, Tim McIver

Re: Unexpected FileNotFoundException

2010-08-19 Thread Stuart Campbell
On 20 August 2010 11:52, Tim McIver wrote: > Hello everyone. Clojure noob here. I apologize in advance for what > may turn out to be a dumb question. When trying to (use > '[clojure.contrib.seq]) I get the following error: > > java.io.FileNotFoundException: Could not locate clojure/contrib/ >

Unexpected FileNotFoundException

2010-08-19 Thread Tim McIver
Hello everyone. Clojure noob here. I apologize in advance for what may turn out to be a dumb question. When trying to (use '[clojure.contrib.seq]) I get the following error: java.io.FileNotFoundException: Could not locate clojure/contrib/ seq__init.class or clojure/contrib/seq.clj on classpath: