-
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…
-
Hi,
last week we started to see a peculiar phenomenon, where Leiningen behaved differently in different environments. We haven't yet had time to debug the issue further, so can't yet pinpoint what …
huima updated
2 years ago
-
It's not currently possible to look for classes on the classpath that reside in the uberJar itself using only their partial names (i.e. name of a package) because of this line in `EeClassLoader`: http…
-
# Boot Bug Report
## Platform details
Platform (macOS, Linux, Windows): macOS
Platform version: 10.12.6
JRE/JDK version (`java -version`):
```
java version "1.8.0_121"
Java(TM) SE Runtime …
-
To build Clojars the app, we need Clojars the site. This is a nasty circular dependency we need to break.
If we're trying to bootstrap a new clojars server, it stands to reason that there may not be …
-
I'm generating an uberjar from a yada project and running that on a VM via ```java -jar uberjar.jar```. This works perfectly on Unix servers but I'm getting 404 errors on Windows machines for resource…
-
When running `lein ring uberjar`
I get the following error:
```
Compiling api.api.main
java.io.FileNotFoundException: Could not locate api/api/main__init.class or api/api/main.clj on classpath:
```…
-
Lots of projects now use [tools.deps with the Clojure CLI.](https://clojure.org/guides/deps_and_cli)
Personally, I haven't used leiningen in over a year and avoid uberjar whereever I can (and I ver…
den1k updated
3 years ago
-
Hello,
First of all, thank you for the great work you are doing with jibbit! Very much appreciated!
Is there any way I can use an uberjar created by my tools.build program to create the container…
-
Add a job to build an uberjar but only for the projects that have changes since the last stable point.