Fork me on GitHub
#leiningen
<
2016-07-18
>
renlore02:07:48

hi where can i read up more on the leiningen project.clj settings, like what :uberjar-name, :ring, :clean-targets, etc etc does and mean?

akiva03:07:18

Some options are specific to a variety of Leiningen plug-ins, such as ring.

renlore03:07:10

cool thanks

daveliepmann20:07:15

Hi folks, I'm trying to track down a bug where leiningen is not returning all information in an Exception. It would really help if anyone could point me to where leiningen extracts Exception info to print.

daveliepmann20:07:41

(The specific issue is usage of Throwable.toString versus .getClass + .getLocalizedMessage)