Fork me on GitHub
#boot
<
2018-01-02
>
ajchemist07:01:21

I think it’s appropriate to digest jar file rather than jar path string. what do you think?

qqq12:01:38

I have boot (which can call clojure), but I don't have clojure properly installed system wide. Is there a way to somehow use boot to make the call clj -m dk.salza.liq.core --server --port=8000 ?

dominicm12:01:44

@qqq I don't understand the question, I suspect I'm missing why you would do that?

qqq12:01:52

if I had clojure installed in /usr/local/bin, I can say "run this module with this function with these args" right ? so I don't have clojure installed in /usr/local/bin, but I have boot instaelld, is there a way to tell boot: fire up clojure , run this module with this function with these args ?

dominicm15:01:32

So you're looking for the equivalent of that command?

dominicm15:01:39

I think it would be, with boot 2.7.2, boot call --eval '(dk.salza.liq.core "--server" "--port=8000")'