-
```
Leiningen classpath entries from checkouts are not recognized by CCW.
Checkouts folder is described here
(https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md , section
"Checkou…
-
```
Counterclockwise 0.29.0
1. Assume for some reason the dependencies cannot be fetched from repositories,
e.g. issue #653.
2. The following workaround should be possible: Fetch dependencies via "l…
-
For my private Nexus repository I use the following setup in project.clj:
```
:repositories ^:replace [["releases" {:url "https://MYREPOSITORY.TLD/content/repositories/releases"}]
…
-
The OpenSearch project publishes all of the opensearch modules and Opensearch-project-provided plugins to [maven central](https://mvnrepository.com/artifact/org.opensearch.plugin/neural-search/2.15.0.…
-
This was a fresh cloud box running centos7:
~/gni/ace2$ lein version
Leiningen 2.8.1 on Java 1.8.0_161 OpenJDK 64-Bit Server VM
This is running fine on my dev box:
lein version
Leiningen…
-
Project.clj:
```
(defproject edb-device-connect "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.9.0-alpha14"]
[com.fzakaria/slf4j-timbre "0.3.2"]
[…
-
At CircleCI we use `:pedentic? :abort` in most of our leiningen projects. This option prevents the leiningen from starting the repl unless there are no conflicting dependencies in the app.
When clo…
-
After pulling changes from upstream git repo, one of my submodules was deleted (due to refactoring).
`Refresh Leiningen Projects` wrote an error to the event log; .../project.clj (No such file or dir…
-
I'm trying out Cursive and Intellij IDEA on Linux, and have run into an issue importing an existing Leiningen project.
When I try to run a REPL I get an "Unknown error" in the UI, and the following…
-
Leiningen natively supports connecting to a remote repl over http like this:
``` bash
lein repl :connect https://user:pass@host:port/repl
```
Is it possible to add that capability to Cursive as well…