-
After upgrading to lein-garden 0.2.8 from 0.2.6, I see the following error messages on each run of Leiningen:
```
# lein version
Error: cannot resolve leiningen.garden/activate hook
Leiningen 2.6.1 o…
-
I'm not sure what lein command is invoked, but this is what I'm getting with fresh install of Atom + proto-repl
```
Starting REPL with lein in /home/skrat/Workspace/xxx/yyy
java.lang.ClassCastExcepti…
skrat updated
8 years ago
-
For non-Maven Clojure projects, having a static `pom.xml` file checked into the repository is an anti-pattern (it violates the [DRY Principle](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)).
…
-
> _原文写于2012-10-17_
Leiningen是类似Maven的一个Clojure自动化构建工具,它在工程里也会生成一个类似pom的文件叫project.clj,不过是clojure风格的,更简洁和简单,支持命令操作和IntelliJ idea集成环境。 从Leiningen主页下载1.7.0版本的standalone jar包,放到比如D:\app\lein目录下,然后拷贝下面的脚本…
-
The documentation states:
> you can automatically run lein-dalap when you are running cljsbuild auto or once command, just by adding a :hooks to your project.clj file
Unfortunately, adding `:hooks […
guns updated
10 years ago
-
After upgrading leiningen from 2.6.1 to 2.7.0 I get this on any 'lein droid' task:
```
clojure.lang.ArityException: Wrong number of args (2) passed to: classpath/get-dependencies
at clojure.lang.AFn…
-
**Is your feature request related to a problem? Please describe.**
When setting up an nREPL server, you cannot configure an initial ns clients drop into when connecting. Clients connecting will alw…
-
**Steps to reproduce:**
> Install
>
> Download cljr-installer.jar
> Run java -jar cljr-installer.jar
> Note 1: If your browser added a .zip extension to the jar during download, just run: java…
-
**Initial debugging steps**
Before creating a report, _especially_ around exceptions being thrown when running Leiningen, please check if the error still occurs after:
- [x] Updating to using the …
-
Let's say I have the following in my `project.clj`:
``` clojure
...
:eval-in :leiningen
:profiles {:midje {:dependencies [[midje "1.5.1"]]
:plugins [[lein-midje "3.1.3-RC2"]]…