Fork me on GitHub
#leiningen
<
2017-03-01
>
kepinpin11:03:43

hello, I have a question about jvm-opts, especially the Xbootclasspath option

kepinpin11:03:30

I tried this :jvm-opts ["-Xbootclasspath/a:/usr/lib64/libreoffice/program/classes"] but when I print the classpath, the path is not there

Lambda/Sierra19:03:22

Is there a known way to test a Leiningen 2.x template without deploying it?

larhat20:03:06

@stuartsierra if you’re inside the folder with template, lein should pick it up. so if you’re inside my-serv-template, lein new my-serv-template app should work

larhat20:03:22

well, this worked for me, like, yesterday %)