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 and
clojure.test.tap).

You can find them at http://github.com/arohner/lein-daemon , and
http://github.com/arohner/lein-test-out , and clojars.

Allen

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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 unit tests & report generation 
is thus important.
Easy to do that with lein-test-out + Ring/Mock.
Great to stand on the shoulders of giants :)

Zhemin.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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  wrote:
> 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 and
> clojure.test.tap).
>
> You can find them athttp://github.com/arohner/lein-daemon, 
> andhttp://github.com/arohner/lein-test-out, and clojars.
>
> Allen

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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 plugins, lein daemon and lein test-
 AR> out.

 AR> Lein-daemon is a wrapper around the Apache Commons Daemon, for
 AR> starting a clojure process as a daemon.

 AR> Lein test-out is a plugin for running your tests and outputting the
 AR> results to junit or TAP (using clojure.test.junit and
 AR> clojure.test.tap).

 AR> You can find them at http://github.com/arohner/lein-daemon , and
 AR> http://github.com/arohner/lein-test-out , and clojars.

 AR> Allen



-- 
With best wishes, Alex Ott, MBA
http://alexott.blogspot.com/   http://alexott.net
http://alexott-ru.blogspot.com/

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en