Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] build failures with eclipse 3.6M4

On Tue, Dec 15, 2009 at 7:42 AM, Laurent Goubet <laurent.goubet@xxxxxxx> wrote:
> Hi Kim,
>
> That I knew, but it doesn't explain why the version range [3.8.1,4.0.0)
> makes eclipse fail to resolve JUnit 3.8.1 and instead trying to run my tests
> with JUnit 4.7.0

That wiki link says you have to run your tests with a 1.4 JVM (that
way, junit 4.7.0 will not resolve). As long as your run with 1.5 or
higher, you will be running on Junit 4 (unless you physically remove
the junit 4 bundle).

We run our junit 3 tests on junit 4 fine, but the above is a way to
guarantee you only run with junit 3.

PW

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top