hi guys
how do i go about troubleshooting lein when uberjar is stuck?
it wrote Compiling ..
Compiling ...
Compiling ..
And then it just hangs
@michaelr you may get more info by doing something like DEBUG=true lein uberjar
for oen
but if it seems to be fully hanging, perhaps you have some circularity defined in your classpath
would have to see more on the project layout
thanks @mikerod
DEBUG=true didn't add more info
there are no circular requires in the namespace that it hangs on
project runs well from the repl..
uberjar also used to work fine previously.. not sure exactly when it broke on this project. probably when i upgraded deps versions
some time ago
will try to upgrade to the latest lein
nope
just stuck on a different file