Re: Strange with "clj" tool

2019-07-31 Thread ru
One time use of "clj -Sforce" solved the problem. Thanks, Alex (and others). -- cheers, Ru среда, 31 июля 2019 г., 22:12:23 UTC+3 пользователь Alex Miller написал: > > The error indicates a classpath that does not include the clojure > dependency. That shouldn't ever happen (as clojure is i

Re: Strange with "clj" tool

2019-07-31 Thread Alex Miller
The error indicates a classpath that does not include the clojure dependency. That shouldn't ever happen (as clojure is included as the default dependency set). So not sure what would cause that, but it would help to know if there is a deps.edn file at the location of the failure and what it is

Re: Strange with "clj" tool

2019-07-31 Thread ru
Thanks Alex! All paths in PATH are absolute. I did not know about Ctrl+D before :( Tnx for this. среда, 31 июля 2019 г., 14:41:36 UTC+3 пользователь Oleksandr Shulgin написал: > > On Wed, Jul 31, 2019 at 1:16 PM ru > wrote: > >> >> The tool "clj" starts normally in any folder, except in one, tha

Re: Strange with "clj" tool

2019-07-31 Thread Jesús Gómez
Maybe there is something in the `deps.edn` inside the `simpro-scene` folder that is changing the `path` in a way that it can't find `clojure.main`. El mié., 31 jul. 2019 a las 8:46, ru () escribió: > Hi, > > The tool "clj" starts normally in any folder, except in one, that I cloned > from github:

Re: Strange with "clj" tool

2019-07-31 Thread Oleksandr Shulgin
On Wed, Jul 31, 2019 at 1:16 PM ru wrote: > > The tool "clj" starts normally in any folder, except in one, that I cloned > from github: > > [image: error.png] > > > Please, explain me this behavior. > Do you by chance have some non-absolute path in your PATH environment variable in that shell ses

Re: Strange with "clj" tool

2019-07-31 Thread ru
>From the error message, we can conclude that "cojure.main" is present in all folders except this one. среда, 31 июля 2019 г., 14:16:31 UTC+3 пользователь ru написал: > > Hi, > > The tool "clj" starts normally in any folder, except in one, that I cloned > from github: > > [image: error.png] > >

Strange with "clj" tool

2019-07-31 Thread ru
Hi, The tool "clj" starts normally in any folder, except in one, that I cloned from github: [image: error.png] Please, explain me this behavior. Sincerely, Ru -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email