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 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 in it.
>
> Also, you might have something bad in the ./.cpcache/ dir in that folder - 
> you could try either using clj -Sforce (to avoid using it) or just deleting 
> the directory if it exists.
>
>
>
> On Wednesday, July 31, 2019 at 6:16:31 AM UTC-5, ru wrote:
>>
>> 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 to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/0fd30fda-a4bd-48b4-824c-086c4e4015e2%40googlegroups.com.


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 in it.

Also, you might have something bad in the ./.cpcache/ dir in that folder - 
you could try either using clj -Sforce (to avoid using it) or just deleting 
the directory if it exists.



On Wednesday, July 31, 2019 at 6:16:31 AM UTC-5, ru wrote:
>
> 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 to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/a355ecda-f625-4b6c-852e-0dad91137e7b%40googlegroups.com.


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, 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 session?  Something like "bin" or "." ?
>
> I also wonder if you are intentionally stopping the prompts of clj 
> invokations that did work (using Ctrl+Z?) instead of making them exit (by 
> sending EOF: Ctrl+D)?
>
> --
> Alex
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/74f25413-87d4-4fa9-89a4-03837232e15f%40googlegroups.com.


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:
>
> [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 to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/clojure/3d705af9-9ed9-4142-871f-303a91e80236%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAO9z-96Pg5-H3ow2zUWzeE6Gjy7ZajPWXNkQZCx4-ODJQZ%3DP9g%40mail.gmail.com.


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 session?  Something like "bin" or "." ?

I also wonder if you are intentionally stopping the prompts of clj
invokations that did work (using Ctrl+Z?) instead of making them exit (by
sending EOF: Ctrl+D)?

--
Alex

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CACACo5TKpkWODZVgRGh%3DNdFS4JiwLWrkjOV3qfR6OrLj0da_6w%40mail.gmail.com.


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]
>
>
> 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 to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/0aaea920-f671-44e4-8fa7-8b0c6df0d4d2%40googlegroups.com.


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 to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/3d705af9-9ed9-4142-871f-303a91e80236%40googlegroups.com.