Re: Leiningen Local Repositories

2012-02-03 Thread R Daneel
I can't get this to work using lein 1.6.2. I tried using the exact ~/.lein/init.clj in the example, but 'lein new foo' just creates a standard stub project.clj, without the additional elements. Is there anything I'm missing? Thanks! -- You received this message because you are subscribed to

Re: Leiningen Local Repositories

2011-10-06 Thread Michał Marczyk
Hi! Issue #287 [1] seems related to this. I've posted a description of a possible use of unquote in defproject for doing things like (defproject ... ;; private-repo-info comes from ~/.lein/init.clj :repositories ~(user/private-repo-info)) as a comment on the issue. Sincerely, Michał [1]

Re: Leiningen Local Repositories

2011-10-05 Thread Dave Sann
Hi Phil, I agree - I am not looking for 'builds on my machine' in particular. I want to separate the distinction of my use of a local repository/cache/proxy to serve globally available jars from the project.clj so that it is portable. This enables me to have local build and a continuous integr

Re: Leiningen Local Repositories

2011-10-05 Thread Phil Hagelberg
On Wed, Oct 5, 2011 at 3:03 PM, Rob Wolfe wrote: > Dave Sann writes: > >> Hey Rob, Thanks for your reply, >> >> I will try that for my projects >> >> My use case is slightly different though. I want to be able to build other >> peoples projects from source (e.g. from github) without editing any o

Re: Leiningen Local Repositories

2011-10-05 Thread Rob Wolfe
Dave Sann writes: > Hey Rob, Thanks for your reply, > > I will try that for my projects > > My use case is slightly different though. I want to be able to build other > peoples projects from source (e.g. from github) without editing any of the > project.clj files - but still overriding to use m

Re: Leiningen Local Repositories

2011-10-04 Thread Dave Sann
Hey Rob, Thanks for your reply, I will try that for my projects My use case is slightly different though. I want to be able to build other peoples projects from source (e.g. from github) without editing any of the project.clj files - but still overriding to use my local repository. Any ideas?

Re: Leiningen Local Repositories

2011-10-02 Thread Rob Wolfe
Dave Sann writes: > Hi, > > I run Artifactory as a local repository manager. Currently, I am adding > > :omit-default-repositories true > :repositories {"releases" "http://artifactory/artifactory/libs-release"; >"snapshots" > "http://artifactory/artifactory/libs-snapsho

Leiningen Local Repositories

2011-10-01 Thread Dave Sann
Hi, I run Artifactory as a local repository manager. Currently, I am adding :omit-default-repositories true :repositories {"releases" "http://artifactory/artifactory/libs-release"; "snapshots" "http://artifactory/artifactory/libs-snapshot"; "local-