Fork me on GitHub
#cursive
<
2015-07-31
>
Paco19:07:02

Hola! Does someone know hoe to run a repl in Cursive using lein with-profile ?

marcofiset19:07:38

@kidpollo: I'm not 100% sure as I did not try it myself, but it seems that you can add additional parameters in the run configuration.

Paco20:07:52

I tried but the only options you can set are: JVM_ARGS Parameters and Environment

Paco20:07:25

it does not really call call lein bla bla bla it calls java ... com.intellij.rt.execution.application.AppMain clojure.main -i -i /private/var/folders/rq/1hv4cqfj74xd793h_d8mllrn2w63cj/T/form-init5547769110448153423.clj

Paco20:07:58

so I don't really know what options I could set

Paco20:07:32

I am basically wondering how I can load dependencies for specific profiles