Fork me on GitHub
#leiningen
<
2018-07-24
>
timgilbert15:07:34

Hey, anybody run into classpath-length issues on Windows? I'm seeing an error CreateProcess error=206, The filename or extension is too long

timgilbert15:07:31

Most of what I've seen online seems to point towards this description of the problem, along with some solutions which are semi-hacky but might be automatable: https://stackoverflow.com/questions/201816/how-to-set-a-long-java-classpath-in-windows/201969#201969

David Reno17:07:30

I see that clojure stable is 1.9 but lein new sets up new projects with 1.8. Wondering if there’s a global setting I should change somewhere to change this behavior or if it’s just expected that I tune the project file to things like later releases. Not criticizing but just wondering why lein wouldn’t be updated when new versions of clojure become available.

jgh19:07:14

i believe that has been changed in the source but hasn't yet been released