Re: tracing cljsbuild error

2012-05-14 Thread Murtaza Husain
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

Re: tracing cljsbuild error

2012-05-14 Thread Herwig Hochleitner
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

Re: tracing cljsbuild error

2012-05-14 Thread Herwig Hochleitner
>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,

tracing cljsbuild error

2012-05-13 Thread Murtaza Husain
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