Re: ANN lein-daemon, lein-test-out

2013-05-17 Thread Zhemin Lin
Hey guys, Thank Allen Rohner for his lein-test-out. If you're using Leiningen 2 as well as I do and got some problem, please feel free to check out my branch at https://github.com/miaoski/lein-test-out before he has time to merge the pull request. In Trend Micro, we use Hudson and automated

Re: ANN lein-daemon, lein-test-out

2010-07-16 Thread Alex Ott
Re Just fyi - when running clojure program under daemon on windows, you can get NPE, if you'll try to load file or resources. See http://www.assembla.com/spaces/clojure/tickets/379 for details Allen Rohner at Thu, 15 Jul 2010 15:00:03 -0700 (PDT) wrote: AR I'd like to announce two new lein

ANN lein-daemon, lein-test-out

2010-07-15 Thread Allen Rohner
I'd like to announce two new lein plugins, lein daemon and lein test- out. Lein-daemon is a wrapper around the Apache Commons Daemon, for starting a clojure process as a daemon. Lein test-out is a plugin for running your tests and outputting the results to junit or TAP (using clojure.test.junit

Re: ANN lein-daemon, lein-test-out

2010-07-15 Thread nickikt
Oh nice, Lein-daemon will come in handy I wanted to do something that should work as a daemon but I had know Idea how that works. I'm glad for anything that helps :) On 16 Jul., 00:00, Allen Rohner aroh...@gmail.com wrote: I'd like to announce two new lein plugins, lein daemon and lein test-