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
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]
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
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
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
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?
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
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-