Skip to content

Instantly share code, notes, and snippets.

@duck1123
Created August 12, 2011 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duck1123/1142689 to your computer and use it in GitHub Desktop.
Save duck1123/1142689 to your computer and use it in GitHub Desktop.
error with noir-cljs
Caused by: java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.copyOf(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableSet;
at com.google.javascript.jscomp.DiagnosticGroup.<init>(Unknown Source)
at com.google.javascript.jscomp.DiagnosticGroups.<clinit>(Unknown Source)
at com.google.javascript.jscomp.CompilationLevel.applySafeCompilationOptions(Unknown Source)
at com.google.javascript.jscomp.CompilationLevel.setOptionsForCompilationLevel(Unknown Source)
at cljs.closure$make_options.invoke(closure.clj:93)
at cljs.closure$optimize.doInvoke(closure.clj:544)
at clojure.lang.RestFn.applyTo(RestFn.java:139)
at clojure.core$apply.invoke(core.clj:602)
at cljs.closure$build.invoke(closure.clj:737)
at noir.util.cljs$compile_cljs.invoke(cljs.clj:29)
at noir.util.cljs$wrap_cljs.invoke(cljs.clj:45)
at noir.util.cljs$wrap_cljs.invoke(cljs.clj:43)
at clojure.lang.AFn.applyToHelper(AFn.java:161)
at clojure.lang.AFn.applyTo(AFn.java:151)
at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3278)
... 63 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment