Re: Unable to find final method in superclass

2014-05-19 Thread Paul Richardson
Hi Pradeep, The exception you are seeing happens when clojure can't find the correct method; this is often due to an arity mismatch, as is the case here. .getPath expects two arguments: a String followed by a String array. Java makes the variadic parameter seem optional, but in clojure it must

Re: defmacro/gen-class/annotation woes

2013-02-27 Thread Paul Richardson
Meikel, Good guess - your idea works! I'm impressed. What made you think of that? How did you know to syntax-quote the metadata map? I'm curious how you solved it. Paul On Wednesday, February 27, 2013 11:52:05 PM UTC-7, Meikel Brandmeyer (kotarak) wrote: Hi, just a wild guess: quote the