Hi,
On Fri, May 4, 2012 at 8:31 PM, Cédric Beust ♔ <
ced...@beust.com> wrote:
> Yes, it should be disabled if you specify useDefaultListeners=false. There
> might be a bug in the way the ant task passes this flag to TestNG.
actually my intention wrt verboselistener and Ant was that, in this
particular case, listener should be always present. and its output
should be controlled using Ant's default '-verbose' option (in the
other words - messages are always logged but the user is able to see
them only using ant's '-v' option (or TestNG's verbose > 5), logic for
this is directly in TestngAntTask).
With Chris' sample project (thanks Chris!) I managed to reproduce the
issue and already did some debugging and from what I see it is
DotTestListener who is printing out more messages than it should. I'm
still looking for the fix...
Thanks,
--lukas