AW: AntUnit

2009-01-28 Thread Jan.Materne
>I mean a class implementing org.apache.tools.ant.BuildListener You dont add a BuildListener to a JUnit or AntUnit run. You will attach it to the whole build. For that use the -logger option of Ant. Jan - To unsubscribe, e-mail

AW: AntUnit

2009-01-28 Thread Jan.Materne
>> How can I run antunit with custom ant listeners enabled? > >A "custom Ant listener" is a class implementing >org.apache.ant.antunit.AntUnitListener? > >If so, use to give a symbolic name to your custom listener, >say > > classname="my.custom.Listener"/> > >and maybe throw in classpath a