Fork me on GitHub
#cursive
<
2019-06-24
>
ignorabilis11:06:58

hi - is it possible to use (alpha) clojure cli on Windows?

souenzzo12:06:30

I think that inside cursive it's works without problems but "outside" cursive, there is this work in progress https://github.com/clojure/tools.deps.alpha/wiki/clj-on-Windows

cfleming20:06:32

@U8XSMEQS0 You can use deps with Cursive on Windows at the moment, but I’m not sure if it’s possible to use the CLI stuff. The last I checked it was not even very clear how that was going to work.

ignorabilis08:06:14

@U0567Q30W - thanks a lot; how can I use deps with Cursive on Windows then? My version is 1.8.0-2016.2 and when I try to import a deps project I get Clojure Deps 'xxx' project refresh failed and below that Error: clojure.java.api.Clojure; naturally the project cannot resolve the dependencies and symbols are unrecognized

cfleming08:06:43

@U8XSMEQS0 There’s no official doc about this yet, but that should be done in the next day or so. In the meantime, the release notes for 1.8.0 have info: https://groups.google.com/d/topic/cursive/V7BEEUuGLxM/discussion

ignorabilis09:06:09

@U0567Q30W - thanks a lot for your help; unfortunately I already tried using tools.deps directly and all I got was locator.getService(RepositorySystem::class.java) must not be null when hitting the Refresh button; at least it is now clear to me how things are supposed to work currently 🙂 ; thanks again!