Fork me on GitHub
#tools-deps
<
2018-07-24
>
gfredericks00:07:29

it works, at least: :paths ["/home/memyself/.clojure/user-classpath"]

timgilbert15:07:52

Best of luck with the Windows stuff. I've recently been running into this fiendish error with lein: https://stackoverflow.com/questions/201816/how-to-set-a-long-java-classpath-in-windows/201969

souenzzo23:07:43

real funny the kind of problem and solutions that windows users do in 2018. WLS still not a thing?

timgilbert13:07:41

WSL work pretty well, and you can run the ubuntu version of tools.deps on it with no problems. The pain comes when you are trying to interoperate with native Windows stuff - eg, IntelliJ runs natively, so it has its own notion of an m2 repository, classpath, etc

😕 4
ghadi16:07:07

@argument files
                  one or more argument files containing options
Java now accepts a file to read arguments ^

4
gfredericks23:07:28

the worst part is having to hard-code my home directory in the deps.edn; I'm not sure if there's a way to avoid that