Re: clj-apache-http not being found in classpath?

2009-08-28 Thread Dan McGrady
Your right, clj-apache-http.jar didn't build properly. It only contained a manifest. When I do "ant" in the /clj-apache-http/ folder I get this (terminal output): http://gist.github.com/177087 I'll try to figure out how to build it properly later today, I'm coming from Ruby so I'm not familiar w

Re: clj-apache-http not being found in classpath?

2009-08-28 Thread Richard Newman
> I am trying to play around with the clojure-twitter library (http:// > github.com/mattrepl/clojure-twitter/tree) and it depends on clj- > apache- > http (http://github.com/rnewman/clj-apache-http/tree/master). This is my lib, so I'll answer :) > Now when I run: > > java -cp CLASSPATH twitt

clj-apache-http not being found in classpath?

2009-08-28 Thread dmix
I am trying to play around with the clojure-twitter library (http:// github.com/mattrepl/clojure-twitter/tree) and it depends on clj-apache- http (http://github.com/rnewman/clj-apache-http/tree/master). So I cloned the repo, built it with ant and added the clj-apache- http.jar to my classpath. N