I think that the following line might cause the problem on windows: https://github.com/clojure/clojurescript/blob/master/src/main/clojure/cljs/repl.cljc#L713
For file param e.g. "src\duct3\client.cljs" (str "file://" (.getAbsolutePath file)) evaluates on windows as: "file://C:\Projects\Playground\duct3\src\duct3\client.cljs" which is not legal file Url ( https://en.wikipedia.org/wiki/File_URI_scheme#Windows) and final result is: java.net.UnknownHostException (java treat that URL as FTP address). Is this a known issue? Thx! -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
