that's what I suspected. thanks for the confirmation.

Anybody working on the fix?

Need help?

-H


> -----Original Message-----
> From: Nico Seessle [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 24, 2001 5:28 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Trying to bootstrap Ant for compiling
>
>
> ----- 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
>
>
>
> --------------------------------------------------------
> -------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Reply via email to