From: J. D. B. <jd...@ge...> - 2007-08-30 09:15:39
|
Thanks, I would like to take a shot at it, or at least see how far I can get. It should include the junit and junitreport tasks. It could be distributed separately from both, but if I'm not mistaken about antlib, it could also be distributed in the same JAR as JUnit. This makes me wonder, is JUnit's CPL 1.0 compatible with Ant's Apache License 2.0? Speaking of all-in-one, I noticed that Hamcrest distributes its source and class files together in the same JAR. I'd never seen that before, but I like not having separate files that can get out of sync. Cheers, 11011011 David Saff wrote: > David, > > I don't know of anyone working on such a thing, but it would likely be > valuable. Would you like to give it a whirl? Thanks, > > David Saff > > On 8/27/07, J. David Beutel <jd...@ge...> wrote: > >> Is anyone working on an antlib for JUnit? The support for JUnit 4 in >> Ant 1.7 is OK, but could stand some improvements in the reporting, e.g., >> for @Ignore, the 4.4 assumptions, the way it continues to simulate the >> distinction between failure and error, and a timezone for the timestamps. >> >> Cheers, >> 11011011 |