Fork me on GitHub
#leiningen
<
2019-07-11
>
michaelr21:07:39

how do i go about troubleshooting lein when uberjar is stuck?

michaelr21:07:05

it wrote Compiling ..

michaelr21:07:09

Compiling ...

michaelr21:07:13

Compiling ..

michaelr21:07:19

And then it just hangs

mikerod22:07:52

@michaelr you may get more info by doing something like DEBUG=true lein uberjar for oen

mikerod22:07:06

but if it seems to be fully hanging, perhaps you have some circularity defined in your classpath

mikerod22:07:07

would have to see more on the project layout

michaelr22:07:15

DEBUG=true didn't add more info

michaelr22:07:02

there are no circular requires in the namespace that it hangs on

michaelr22:07:24

project runs well from the repl..

michaelr22:07:20

uberjar also used to work fine previously.. not sure exactly when it broke on this project. probably when i upgraded deps versions

michaelr22:07:28

some time ago

michaelr22:07:10

will try to upgrade to the latest lein

michaelr22:07:01

just stuck on a different file