----- Original Message -----
From: "Hugo Garcia" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 10:11 PM
Subject: Trying to bootstrap Ant for compiling

[Compiler errors with JUnit-task]

> Can anyone tell me what I am doing wrong?
>

Nothing. They (the JUnit-team) changed the Interface TestListener between
Release 3.4 and 3.5.

  public void addFailure(Test test, Throwable t);

now got

 public void addFailure(Test test, AssertionFailedError t);

If you need it fast you should rebuild with the junit.jar included in CVS or
Download JUnit 3.4

Nico


Reply via email to