Fork me on GitHub
#leiningen
<
2016-01-08
>
victorbjelkholm13:01:33

hey, asked a question in #C053AK3F9 but probably better here. I want to download and include a library in just a repl session without writing down the package+version in some file. Is this possible?

victorbjelkholm13:01:40

just like a temporary inclusion

victorbjelkholm13:01:19

I just found this that solves my “issue”: https://github.com/rkneufeld/lein-try

richiardiandrea21:01:09

I need some help, I built leiningen as per wiki, now I have 15345550 Jan 8 13:21 .lein/self-installs/leiningen-2.6.0-SNAPSHOT-standalone.jar but I still receive:

Could not find artifact leiningen:leiningen:jar:2.6.0-SNAPSHOT in clojars ()
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

richiardiandrea21:01:34

(I of course copied bin/lein to $PATH)

richiardiandrea21:01:48

I actually had to do: mvn install:install-file -Dfile=target/leiningen-2.6.0-SNAPSHOT.jar -DgroupId=leiningen -DartifactId=leiningen -Dversion=2.6.0-SNAPSHOT -Dpackaging=jar -> maybe I can add this to the wiki?