-
- [x] uberjar
- [x] clojars-deploy
- [x] unittest (./bin/kaocha)
- [x] integrationtest
- [x] browsertest
-
I've just upgraded a project from `lein-ring` 0.8.11 to 0.8.12. Now, when running `lein ring uberjar`, I get:
```
java.lang.IllegalArgumentException: Key must be integer
at clojure.lang.APersistentV…
-
The following pom.xml doesn't deploy the Kafka resource adapter:
```
4.0.0
eu.ggam
KafkaTest
1.0-SNAPSHOT
war
KafkaTest
UTF-8
false
…
-
```
Cleaning target
Creating target/classes
Compiling user
Exception in thread "main" java.io.FileNotFoundException: Could not locate user__init.class, user.clj or user.cljc on classpath.
```
-
I'm trying to build an AOT'd uberjar using the Duct Leiningen template. I can use the template to build an uberjar, but it doesn't look like Duct modules and components are AOT compiled.
```console…
-
[11:00:21,911][INFO ][org.xbib.elasticsearch.helper.client.BaseTransportClient][main] creating transport client on Linux Java HotSpot(TM) 64-Bit Server VM Oracle Corporation 1.8.0_66-b17 25.66-b17 wit…
-
## Expected Behavior
When multiple libraries contain the same file, they should be merged together. Specifically, .edn files should be deep-merged together.
## Actual Behavior
Last file read…
-
Hi i'm having problems with the jdbc importer version 2.2.0.0.
This is my config file `myscript.sh`:
```
#!/bin/sh
export JDBC_IMPORTER_HOME=/opt/elasticsearch-jdbc/elasticsearch-jdbc-2.2.0.0
bin=$…
-
When I used `lein uberjar` to build intowow.jar and run it with `java -jar intowow.jar`, it crashed as
`
Caused by: com.typesafe.config.ConfigException$Missing: No configuration setting found for…
-
I'm relatively new to Cljs, but not to Clojure, and this behavior has been confusing to me. I have a project.clj as follows:
``` clojure
(defproject clip "0.1.0-SNAPSHOT"
:description ""
:url "ht…