Re: Renaming 1.1.0-alpha-SNAPSHOT is causing problems with projects on Clojars

2009-12-22 Thread bOR_
solved my problem by figuring out that in ubuntu, leiningen / maven needs to have the proxy settings specified in ~/.m2/settings.xml [INFO] snapshot incanter:incanter:1.0-master-SNAPSHOT: checking for updates from central [WARNING] repository metadata for: 'snapshot incanter:incanter:1.0-

Re: Renaming 1.1.0-alpha-SNAPSHOT is causing problems with projects on Clojars

2009-12-22 Thread Baishampayan Ghose
Phil, I like the new naming scheme, but would it be possible to add 1.1.0- alpha-SNAPSHOT back to the repository (in addition to the new names), so that builds dependent on projects in Clojars will be able to download their dependencies correctly again, at least until everybody gets a chance

Re: Renaming 1.1.0-alpha-SNAPSHOT is causing problems with projects on Clojars

2009-12-22 Thread liebke
I uploaded a version of Compojure to Clojars, that depends on the renamed clojure jar, as temporary fix. Use the following line to your project.clj file: [org.clojars.liebke/compojure 0.3.1-master] I mention this problem here: http://incanter-blog.org/2009/11/29/incanter-webapp/ David On Dec

Re: Renaming 1.1.0-alpha-SNAPSHOT is causing problems with projects on Clojars

2009-12-11 Thread bOR_
Not sure what was causing it, but leiningen / clojars couldn't get its deps yesterday. I thought it was caused by clojure and clojure-contrib no longer being on clojars.org, but maybe the renaming on build.clojure.org has something to do with it. On Dec 11, 6:18 am, Phil Hagelberg p...@hagelb.org

Re: Renaming 1.1.0-alpha-SNAPSHOT is causing problems with projects on Clojars

2009-12-11 Thread liebke
Here's the error I'm getting when I do 'lein deps' on this example (http://incanter-blog.org/2009/11/29/incanter-webapp/), which used to work. [null] An error has occurred while processing the Maven artifact tasks. [null] Diagnosis: [null] [null] Unable to resolve artifact:

Renaming 1.1.0-alpha-SNAPSHOT is causing problems with projects on Clojars

2009-12-10 Thread liebke
It looks like renaming the version of Clojure in the build.clojure.org repository from 1.1.0-alpha-SNAPSHOT to 1.1.0-master-SNAPSHOT will require every project previously uploaded to Clojars, using the former name, to rewrite its pom and resubmit. I like the new naming scheme, but would it be

Re: Renaming 1.1.0-alpha-SNAPSHOT is causing problems with projects on Clojars

2009-12-10 Thread Phil Hagelberg
liebke lie...@gmail.com writes: I like the new naming scheme, but would it be possible to add 1.1.0- alpha-SNAPSHOT back to the repository (in addition to the new names), so that builds dependent on projects in Clojars will be able to download their dependencies correctly again, at least