On Fri, Oct 16, 2009 at 11:00 PM, John Harrop wrote:
> On Sat, Oct 17, 2009 at 12:51 AM, Robert Stehwien wrote:
>
>> I'm using the clojure-maven-plugin v1.1 (latest shapshots of clojure and
>> clojure-contrib) to run a test for an agent
>>
>
> ...
>
>
>> All the tests run, complete, and report ba
On Sat, Oct 17, 2009 at 12:51 AM, Robert Stehwien wrote:
> I'm using the clojure-maven-plugin v1.1 (latest shapshots of clojure and
> clojure-contrib) to run a test for an agent
>
...
> All the tests run, complete, and report back their status but then the
> build freezes until I hit ctrl-c
J
I'm using the clojure-maven-plugin v1.1 (latest shapshots of clojure and
clojure-contrib) to run a test for an agent that looks like this:
--
(ns com.arcanearcade.clojure.utils.test-timer-agent
(:require [com.arcanearcade.clojure.utils.timer-agent :as ta])
(:use clojure.test))
(deftes