leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
michaelr 2019-07-11T21:38:24.087300Z

hi guys

michaelr 2019-07-11T21:38:39.087700Z

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

michaelr 2019-07-11T21:39:05.087900Z

it wrote Compiling ..

michaelr 2019-07-11T21:39:09.088200Z

Compiling ...

michaelr 2019-07-11T21:39:13.088500Z

Compiling ..

michaelr 2019-07-11T21:39:19.088700Z

And then it just hangs

2019-07-11T22:14:52.089200Z

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

2019-07-11T22:15:06.089600Z

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

2019-07-11T22:16:07.089800Z

would have to see more on the project layout

michaelr 2019-07-11T22:32:08.090Z

thanks @mikerod

michaelr 2019-07-11T22:32:15.090300Z

DEBUG=true didn't add more info

michaelr 2019-07-11T22:33:02.090900Z

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

michaelr 2019-07-11T22:33:24.091300Z

project runs well from the repl..

michaelr 2019-07-11T22:34:20.092500Z

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

michaelr 2019-07-11T22:34:28.092700Z

some time ago

michaelr 2019-07-11T22:35:10.092900Z

will try to upgrade to the latest lein

michaelr 2019-07-11T22:57:56.093100Z

nope

michaelr 2019-07-11T22:58:01.093300Z

just stuck on a different file