Fork me on GitHub
#leiningen
<
2018-10-26
>
emccue00:10:55

welp, im in hell

emccue00:10:09

it works though, thanks

emccue00:10:11

now is there a place i can put it not in my src/ where leiningen will be able to find it

mikerod02:10:37

Yeah. Can alter source-paths and resource-paths

mikerod02:10:42

Or add too

emccue00:10:34

like a generated_code folder or something

emccue01:10:47

my classpath is 34000 characters

andy.fingerhut01:10:14

Wow. That sounds like a huge classpath. If you can't remove dependencies, as a hacky workaround maybe try putting things in a shorter path name, e.g. fewer directories, or short dir names.

andy.fingerhut01:10:19

I noticed this number in a autoconf-based build of a C++ program on a Linux system recently: "checking the maximum length of command line arguments... 1572864"

mikerod02:10:52

Also try looking at it some to be sure it seems right

mikerod02:10:19

lein classpath > lein.out

andy.fingerhut02:10:36

Yeah, if you can put it in a text file, then break that text file into lines at the separator character between elements of the classpath, then you should be able to see if any one of them is ridiculously long.

👍 4
emccue02:10:20

figured it out

emccue02:10:35

I had some codegen dependencies from apache cxf (my current nightmare)

🎉 4
emccue02:10:00

and I also trimmed out a few unused ones