Herwig thanks for your comments.
I was able to solve the problem by doing the following. I created a new
source directory and changed the src path for lein-cljsbuild to the new src
dir. Then I started saving one file after another to the dir. All this
while I had lein cljsbuild running as auto
Also, are you running the latest version of clj-stacktrace?
--
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
fir
>From the stacktrace and some source reading, it seems clj-stacktrace
passes null as class-name in clj-stacktrace.core/clojure-ns, which
passes it to a regex function.
That should not even be possible, because it passes the same value to
clj-stacktrace.core/clojure-code?, which would already throw,
Hi,
While compiling using cljsbuild I get the error below. How do I trace it
back to the source file that caused this error ?
Thanks,
Murtaza
Compiling "resources/public/cljs/client.js" failed:
Exception in thread "main" java.util.concurrent.ExecutionException:
java.lang.NullPointerException