Gentoo Archives: gentoo-java

From: Olivier Bourgeois <zentak@×××××××.fr>
To: gentoo-java <gentoo-java@l.g.o>
Subject: [gentoo-java] Eclipse 3.2.1-r1 and Junit 4
Date: Wed, 06 Dec 2006 21:30:30
Message-Id: 200612062229.27448.zentak@wanadoo.fr
1 Hi all,
2
3 how is it that Junit 4 support is disabled in Eclipse ebuild ?
4 After searching for a while why I got unresolved imports in my projects (and
5 why adding Junit to the classpath was not resolving them), I had a look at
6 the ebuild and found out that Junit 4 is disabled :
7
8 # We need to disable junit4 and apt until GCJ can handle Java5 code
9 # %patch55 -p0
10 epatch ${WORKDIR}/${P}-disable-junit4-apt.patch
11 rm plugins/org.junit4/junit-4.1.jar
12
13 What's the point of this ?
14
15 TIA
16
17 --
18 Olivier

Replies

Subject Author
Re: [gentoo-java] Eclipse 3.2.1-r1 and Junit 4 Federico Fissore <federico@××××.org>
Re: [gentoo-java] Eclipse 3.2.1-r1 and Junit 4 Federico Fissore <federico@××××.org>