furkan3ayraktar/clojure-polylith-realworld-example-app

lein ring server-headless fails

gharyong opened this issue · 2 comments

Hi I'm having trouble running lein ring server-headless in environments\development. It's giving me the following error:
Could not locate clojure/realworld/rest_api/api__init.class or clojure/realworld/rest_api/api.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
I'm using leiningen v 2.8.3, updated lein-ring to 0.12.5. I've also checked namespaces using dashes though I don't think it could be the issue. I also could not create symbolic links when creating new components.

Hi! It might be an issue related to your operating system, if it doesn't support symbolic links fully. Can you share which OS you are using?

I'm closing this due to inactivity.