leiningen icon indicating copy to clipboard operation
leiningen copied to clipboard

Moved to Codeberg; this is a convenience mirror

Results 103 leiningen issues
Sort by recently updated
recently updated
newest added

I was hitting an issue building uberjars in a project I work on. The error, for reference, was ``` $ lein with-profile production uberjar Error: Could not find or load...

Enhancement
usability

In cases where `:target-path` is defined with a `"%s"` parameter, `lein javac` alters the `:target-path` by appending `"+xxxxxxxx"`, where `"xxxxxxxx"` is the first 8 characters of the SHA1 hash of...

bug

Currently `:jar-exclusions` are applied globally, on the [project level](https://github.com/technomancy/leiningen/blob/c735ba0bfb17e7d271028da7a35db88d758a3db3/src/leiningen/jar.clj#L140). This creates a problem in case different exclusions are needed for `jar` vs. `uberjar`. For example [hface](https://github.com/tolitius/hface/blob/lein-jar-exclusions/project.clj#L44) needs to create a...

Enhancement

(from trying to build boot-clj/boot) ``` (cd boot/worker && lein install) java.io.IOException: Cannot run program "/cygdrive/c/Program Files/Java/jdk1.8.0_51/bin/java" (in directory "C:\cygwin64\home\tkook\boot\boot\worker"): CreateProcess error=2, The system cannot find the file specified at...

Windows

@cursiveclojure is running into some issues where the use of `memoize` in leiningen-core means that, for instance, dependencies don't get re-computed if you change profiles. Worst-case, it would be nice...

Enhancement

The `lein repl` command fails with a very unhelpful error message when the main namespace of the application requires another namespace `:as user`. Here is how to reproduce, with the...

bug
docs
upstream

Confusing exclusion advice as seen here: http://pastebin.com/NjwMMfms is internal to dependencies.

bug

Dear Leiningen team, big thanks for all the great work you do. I have a java source file in my codebase and I was playing around with `lein javac`. If...

Enhancement
usability

Hi, some repositories (in my case Gitlab) need http headers for authentication. In maven, these would be configured in settings.xml. In Gradle there's [HttpHeaderAuthentication/Credentials](https://docs.gradle.org/5.0/userguide/repository_types.html#using_http_header_authentication). I already opened an issue on...

Enhancement
upstream

Various plugins use ANSI escape codes to display colored text, which on Windows fails and just displays garbage characters. Some of these tools (like cljsbuild) suggest you install ansicon as...

Enhancement
Windows