I was trying to use parse-seq from clojure.contrib.lazy-xml but got a "java.net.SocketException: Connection reset". I guess it's because of the proxy. Is there a file where I can set the proxy ? If yes, which and how ?
I see. I was expecting something like a properties file where it could be set, so that I don't need to do it all the time. Like in Maven where I put the proxy setting in settings.xml. Is user.clj the right place ?