I moved a working project from one Linux-machine to other. And that's what I got:
ru@ru-sitrol:~$ cd clojure/pro-figweel/ ru@ru-sitrol:~/clojure/pro-figweel$ clojure -m figweel.main -b dev -r Downloading: com/bhauman/figwheel-main/0.2.6/figwheel-main-0.2.6.pom from clojars Downloading: com/bhauman/rebel-readline-cljs/0.1.4/rebel-readline-cljs-0.1.4.pom from clojars Downloading: com/bhauman/rebel-readline/0.1.4/rebel-readline-0.1.4.pom from clojars Downloading: com/bhauman/cljs-test-display/0.1.1/cljs-test-display-0.1.1.pom from clojars Downloading: com/bhauman/figwheel-repl/0.2.6/figwheel-repl-0.2.6.pom from clojars Downloading: com/bhauman/figwheel-core/0.2.6/figwheel-core-0.2.6.pom from clojars Downloading: com/bhauman/spell-spec/0.1.1/spell-spec-0.1.1.pom from clojars Downloading: com/bhauman/cljs-test-display/0.1.1/cljs-test-display-0.1.1.jar from clojars Downloading: com/bhauman/figwheel-repl/0.2.6/figwheel-repl-0.2.6.jar from clojars Downloading: com/bhauman/rebel-readline/0.1.4/rebel-readline-0.1.4.jar from clojars Downloading: com/bhauman/spell-spec/0.1.1/spell-spec-0.1.1.jar from clojars Downloading: com/bhauman/figwheel-main/0.2.6/figwheel-main-0.2.6.jar from clojars Downloading: com/bhauman/figwheel-core/0.2.6/figwheel-core-0.2.6.jar from clojars Downloading: com/bhauman/rebel-readline-cljs/0.1.4/rebel-readline-cljs-0.1.4.jar from clojars WARNING: Implicit use of clojure.main with options is deprecated, use -M Execution error (FileNotFoundException) at clojure.main/main (main.java:40). Could not locate figweel/main__init.class, figweel/main.clj or figweel/main.cljc on classpath. Full report at: /tmp/clojure-5895329516753450693.edn ru@ru-sitrol:~/clojure/pro-figweel$ clojure -M -m figweel.main -b dev -r Execution error (FileNotFoundException) at clojure.main/main (main.java:40). Could not locate figweel/main__init.class, figweel/main.clj or figweel/main.cljc on classpath. Full report at: /tmp/clojure-8264509519616120954.edn ru@ru-sitrol:~/clojure/pro-figweel$ Full report is: {:clojure.main/message "Execution error (FileNotFoundException) at clojure.main/main (main.java:40).\nCould not locate figweel/main__init.class, figweel/main.clj or figweel/main.cljc on classpath.\n", :clojure.main/triage {:clojure.error/class java.io.FileNotFoundException, :clojure.error/line 40, :clojure.error/cause "Could not locate figweel/main__init.class, figweel/main.clj or figweel/main.cljc on classpath.", :clojure.error/symbol clojure.main/main, :clojure.error/source "main.java", :clojure.error/phase :execution}, :clojure.main/trace {:via [{:type java.io.FileNotFoundException, :message "Could not locate figweel/main__init.class, figweel/main.clj or figweel/main.cljc on classpath.", :at [clojure.lang.RT load "RT.java" 462]}], :trace [[clojure.lang.RT load "RT.java" 462] [clojure.lang.RT load "RT.java" 424] [clojure.core$load$fn__6908 invoke "core.clj" 6161] [clojure.core$load invokeStatic "core.clj" 6160] [clojure.core$load doInvoke "core.clj" 6144] [clojure.lang.RestFn invoke "RestFn.java" 408] [clojure.core$load_one invokeStatic "core.clj" 5933] [clojure.core$load_one invoke "core.clj" 5928] [clojure.core$load_lib$fn__6850 invoke "core.clj" 5975] [clojure.core$load_lib invokeStatic "core.clj" 5974] [clojure.core$load_lib doInvoke "core.clj" 5953] [clojure.lang.RestFn applyTo "RestFn.java" 142] [clojure.core$apply invokeStatic "core.clj" 669] [clojure.core$load_libs invokeStatic "core.clj" 6016] [clojure.core$load_libs doInvoke "core.clj" 6000] [clojure.lang.RestFn applyTo "RestFn.java" 137] [clojure.core$apply invokeStatic "core.clj" 669] [clojure.core$require invokeStatic "core.clj" 6038] [clojure.main$main_opt invokeStatic "main.clj" 514] [clojure.main$main_opt invoke "main.clj" 510] [clojure.main$main invokeStatic "main.clj" 664] [clojure.main$main doInvoke "main.clj" 616] [clojure.lang.RestFn applyTo "RestFn.java" 137] [clojure.lang.Var applyTo "Var.java" 705] [clojure.main main "main.java" 40]], :cause "Could not locate figweel/main__init.class, figweel/main.clj or figweel/main.cljc on classpath."}} , same as previous. What can be reason of this? Any help would be greatly appreciated. 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/0df82daa-a8b5-4cb6-b0fd-a1ba7adb5875n%40googlegroups.com.