>> Also, I found and fixed 2 problems with the ant task for running
>> tests. One,
>> ant should fail when the tests fail, not just print the report.
>> Second, when
>> the test target is used with compile (eg, ant all test), the report
>> is not
>> printed at all. Would you like a ticket and patch for this?
>>
>
> It seems ok to me, but I'm not doing anything automated on top of the
> ant task. Is anyone, and could you chime in please?
Definitely +1 on those. I'm putting together plans to automatically
build clojure + contrib, and run all available tests within a hudson
environment, so these sort of things are important there. This is in
service of being able to base our own stuff against HEAD (or something
as close as possible to it) as much as possible.
- Chas