Re: cake bin usage

2011-02-12 Thread Justin Balthrop
Hi Sunil, I just tried your isomorphism project.clj with the following code in src/isomorphism/gogoi.clj: (ns isomorphism.gogoi (:gen-class)) (defn -main [& args] (prn "hello")) Everything worked as expected. I was able to do: fallout:test $ cake bin [compile] Compiling namespace

cake bin usage

2011-02-09 Thread Sunil S Nandihalli
Hello everybody, I am trying to use cake bin to build a standalone exe ... and I am having trouble with it .. I when I try to do it in a simple project .. It works fine .. And I closely followed the same project file in the one that I actually wanted to build an exe of and it was not working Howe