Re: Best way to use Lein only as a build tool?

2018-07-27 Thread Didier
I guess I'm trying to do that but for a custom internal dependency management 
tool.

How would I basically hand over lein the classpath for all its other commands? 
Any way to do that? Since I have something else pulling down all dependencies 
building the classpath?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best way to use Lein only as a build tool?

2018-07-26 Thread 'Alan Forrester' via Clojure
On 27 Jul 2018, at 06:39, Didier  wrote:

> What's the best way to use Lein only as a build tool? If I want to do my own 
> dependency resolutions. Or say use tools.deps for dependency resolution, but 
> Lein for all other build tasks?

There’s a leiningen plugin for using tools.deps:

https://github.com/RickMoynihan/lein-tools-deps

Alan

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Best way to use Lein only as a build tool?

2018-07-26 Thread Didier
What's the best way to use Lein only as a build tool? If I want to do my own 
dependency resolutions. Or say use tools.deps for dependency resolution, but 
Lein for all other build tasks?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.