Re: Perplexing bug

2010-06-09 Thread Praki Prakash
Yes, I did. I also checked with an entirely different package (compojure.core) and see the same problem. On Wed, Jun 9, 2010 at 11:09 AM, Moritz Ulrich wrote: > Have you noticed the change of the namespace from clojure.http.client > to clojure-http.client? (notice the dash after 'clojure') > > O

Re: Perplexing bug

2010-06-09 Thread Moritz Ulrich
Have you noticed the change of the namespace from clojure.http.client to clojure-http.client? (notice the dash after 'clojure') On Wed, Jun 9, 2010 at 8:04 PM, Praki Prakash wrote: > Same story with the latest snapshot of clojure-http-client. Same thing > happens with compojure.core. > > >> BTW,

Re: Perplexing bug

2010-06-09 Thread Praki Prakash
Same story with the latest snapshot of clojure-http-client. Same thing happens with compojure.core. > BTW, I am using 1.2.0-master-SNAPSHOT for clojure and clojure-contrib > but clojure-http-client is 1.0.0-SNAPSHOT. I will try this with the > most recent version. > > Thanks > > wrote: >> I'm no

Re: Perplexing bug

2010-06-09 Thread Praki Prakash
BTW, I am using 1.2.0-master-SNAPSHOT for clojure and clojure-contrib but clojure-http-client is 1.0.0-SNAPSHOT. I will try this with the most recent version. Thanks On Wed, Jun 9, 2010 at 10:35 AM, Moritz Ulrich wrote: > I'm not sure if this is related, but in recent Snapshots of > clojure-http

Re: Perplexing bug

2010-06-09 Thread Moritz Ulrich
I'm not sure if this is related, but in recent Snapshots of clojure-http-client, the namespace was renamed to clojure-http.client. This was a small issue with my fork from clojure-couchdb. (I think clojure-http-client really needs a stable release for clojure 1.1.0) On Wed, Jun 9, 2010 at 7:31 PM