Fork me on GitHub
#leiningen
<
2018-12-28
>
kah0ona08:12:28

@mikerod no that also produces the same result…!

kah0ona08:12:01

hmm what does that indicate. is it some weird circular dependency or version clash or something?

kah0ona09:12:08

ok. i somehow had :resource-paths and it somehow contained “target” … UGH. copied it in accidentally from some other file.

kah0ona09:12:51

obviously that creates a loop

mikerod15:12:31

@kah0ona sorry, just saw your response, but yeah, I was thinking you had something circular on some path traversals

mikerod15:12:52

looks like you found it. perhaps lein classpath could have also shown the problem

kah0ona17:12:03

yeah so :resource-paths ["target" "resources"] was the problem. I had that (by accident) put that on my top level in my project.clj. It compiles fine then, but then wants to pack all the resources and it ends up in a loop. Might be something leiningen coudl check for but probably not worth it 🙂

4