You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In using this template with the prescribed instructions: boot -d boot/new new -t boot-reframe-10x -n my.example.spa
The resulting application is is unable to find the my.example.spa namespace to run core/main.
~/workspaces/clojure $ boot -d boot/new new -t boot-reframe-10x -n my.example.spa
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Retrieving maven-metadata.xml from https://repo.clojars.org/
Retrieving maven-metadata.xml from https://repo.clojars.org/
Generating new project named 'my.example.spa'
~/workspaces/clojure $ cd my.example.spa/
~/workspaces/clojure/my.example.spa $ ls
CHANGELOG.adoc LICENSE README.adoc build.boot resources src test
~/workspaces/clojure/my.example.spa $ boot dev
Retrieving maven-metadata.xml from https://repo.clojars.org/
Retrieving maven-metadata.xml from https://repo.clojars.org/
Writing boot_cljs_repl.cljs...
Starting reload server on ws://localhost:39747
2019-03-15 14:20:25.721:INFO::clojure-agent-send-off-pool-0: Logging initialized @9246ms
2019-03-15 14:20:25.769:INFO:oejs.Server:clojure-agent-send-off-pool-0: jetty-9.2.10.v20150310
2019-03-15 14:20:25.793:INFO:oejs.ServerConnector:clojure-agent-send-off-pool-0: Started ServerConnector@6e532dcf{HTTP/1.1}{0.0.0.0:3000}
2019-03-15 14:20:25.794:INFO:oejs.Server:clojure-agent-send-off-pool-0: Started @9319ms
Started Jetty on http://localhost:3000
Starting file watcher (CTRL-C to quit)...
[WARNING] No nREPL middleware descriptor in metadata of #'cemerick.piggieback/wrap-cljs-repl, see nrepl.middleware/set-descriptor!
nREPL server started on port 9090 on host 127.0.0.1 - nrepl://127.0.0.1:9090
Adding :require adzerk.boot-cljs-repl to client.cljs.edn...
Writing adzerk/boot_reload/public$/js/client.cljs to connect to ws://localhost:39747...
Adding :require adzerk.boot-reload.public$.js.client to public/js/client.cljs.edn...
Compiling ClojureScript...
• public/js/client.js
No such namespace: my.example.spa, could not locate my/example/spa.cljs, my/example/spa.cljc, or JavaScript source providing "my.example.spa" in file adzerk/boot_reload/public$/js/client.cljs
Elapsed time: 21.806 sec
In using this template with the prescribed instructions:
boot -d boot/new new -t boot-reframe-10x -n my.example.spa
The resulting application is is unable to find the
my.example.spa
namespace to runcore/main
.The files exist, however:
NOTE: When running this same template without using java namespace conventions, it will work:
boot -d boot/new new -t boot-reframe-10x -n myexamplespa
The text was updated successfully, but these errors were encountered: