kirasystems/clj-browserchannel

aleph dependency from netty-adapter references no-longer available prxml lib

Opened this issue · 2 comments

When trying to build the https://github.com/thegeez/clj-browserchannel/tree/master/clj-browserchannel-netty-adapter library, lein fails to resolve org.clojure.contrib:prxml:jar:1.3.0-alpha4

Changing to depend on aleph 0.2.2 fixes the build, however, I'm not sure what the implications are for the netty-adapter.

Using Leiningen 1.6.1.1 on Java 1.6.0_35 Java HotSpot(TM) 64-Bit Server VM (Mac OSX 10.8.2). Is this a reproducable problem, or is there possibly something wrong with my local configuration?

I had no difficulty getting the jar for org/clojure/contrib/prxml/1.3.0-alpha4/prxml-1.3.0-alpha4. Might have been a temporary issue with a repository.

I haven't looked into using aleph 0.2.2.

Thanks for taking a look, although I'm still having the same problem. Do you have a URL for the prxml-1.3.0-alpha4 jar file so I can install it into my local repository? I've browsed the clojars.org repo but I haven't been able to locate it so far.