Re: [all] Junit 3.8.2 jar is not Java 1.3 compatible

2008-03-06 Thread sebb
On 06/03/2008, Hasan Diwan <[EMAIL PROTECTED]> wrote: > On 06/03/2008, sebb <[EMAIL PROTECTED]> wrote: > > I've just discovered that JUnit 3.8.2 contains a 1.4+ method call: > > > > Boolean.valueOf(boolean) > > > > This is used by the methods: > > > >assertEquals([String message,]

Re: [all] Junit 3.8.2 jar is not Java 1.3 compatible

2008-03-06 Thread Hasan Diwan
On 06/03/2008, sebb <[EMAIL PROTECTED]> wrote: > I've just discovered that JUnit 3.8.2 contains a 1.4+ method call: > > Boolean.valueOf(boolean) > > This is used by the methods: > >assertEquals([String message,] boolean expected, boolean actual) > > So any builds that are intended for 1.

[all] Junit 3.8.2 jar is not Java 1.3 compatible

2008-03-06 Thread sebb
I've just discovered that JUnit 3.8.2 contains a 1.4+ method call: Boolean.valueOf(boolean) This is used by the methods: assertEquals([String message,] boolean expected, boolean actual) So any builds that are intended for 1.3 should ensure that they are using 3.8.1, rather than 3.8.2 (w