Fork me on GitHub
#leiningen
<
2018-03-18
>
bobcalco18:03:16

I am running into a problem running 'lein repl' where after adding amazonica to my project.clj, 'lein repl' fails with 'CreateProcess error=206, The filename or extension is too long' Anyone have ideas how I should configure jvm opts to fix this? I noted that amazonica pulled down a zillion more jar files and probably blows up the command line call lein is making behind the scenes, but I doubt it's specific to amazonica as a google search shows this problem popping up in lots of other contexts.

bobcalco18:03:46

When I remove 'amazonica' or otherwise comment it out, all runs normal as before.

danielcompton22:03:53

Sounds like it's trying to add too many command line options

danielcompton22:03:39

I would try running it on a brand new project with just amazonica as a dependency, it's used in lots of projects, so I doubt it's Amazonica alone that is causing the problem, rather I suspect it's the interaction of it and some other libraries/plugins