furkan3ayraktar / clojure-polylith-realworld-example-app

Clojure, Polylith and Ring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
MIT License
448 stars 79 forks source link

lein ring server-headless fails #12

Closed gharyong closed 3 years ago

gharyong commented 5 years ago

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.

furkan3ayraktar commented 5 years ago

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?

furkan3ayraktar commented 3 years ago

I'm closing this due to inactivity.