Re: problem compiling a file from with in slime while it works fine when I do a lein jar

2012-06-09 Thread Sunil S Nandihalli
while I couldn't get it to work from with-in slime .. I was able to get around the problem by doing a lein repl where I could run the (s-expressions) for debugging purposes.. I just thought of updating the mailing list should somebody else come across the same problem.. Sunil. On Sat, Jun 9, 2012

problem compiling a file from with in slime while it works fine when I do a lein jar

2012-06-09 Thread Sunil S Nandihalli
Hi Everybody, I am trying to write a code using the thrift in clojure. The files generated by thrift are present and I am able to run lein jar and it successfully creates a jar. but when I am inside emacs and I try to do C-c C-k it fails to load(import) the class file corresponding to one of the c