Gentoo Archives: gentoo-java

From: Olivier Bourgeois <zentak@×××××××.fr>
To: Federico Fissore <federico@××××.org>
Cc: gentoo-java <gentoo-java@l.g.o>
Subject: Re: [gentoo-java] Eclipse 3.2.1-r1 and Junit 4
Date: Sat, 16 Dec 2006 23:21:52
Message-Id: 200612170020.56312.zentak@wanadoo.fr
In Reply to: Re: [gentoo-java] Eclipse 3.2.1-r1 and Junit 4 by Federico Fissore
1 Hi,
2
3 thanks for your answers and the patch, I've just finished re-emerging Eclipse
4 and Junit 4 is working nicely now :)
5
6 bye
7 --
8 Olivier
9
10 On Saturday 16 December 2006 08:03, Federico Fissore wrote:
11 > You would like to give a try to latest -r2 on the overlay
12 > http://overlays.gentoo.org/svn/proj/java/migrated-java-experimental-overlay
13 >/
14 >
15 > junit4 support has been re-enabled
16 >
17 > Regards
18 >
19 > Federico
20 >
21 > Olivier Bourgeois wrote:
22 > > Hi all,
23 > >
24 > > how is it that Junit 4 support is disabled in Eclipse ebuild ?
25 > > After searching for a while why I got unresolved imports in my projects
26 > > (and why adding Junit to the classpath was not resolving them), I had a
27 > > look at the ebuild and found out that Junit 4 is disabled :
28 > >
29 > > # We need to disable junit4 and apt until GCJ can handle Java5
30 > > code # %patch55 -p0
31 > > epatch ${WORKDIR}/${P}-disable-junit4-apt.patch
32 > > rm plugins/org.junit4/junit-4.1.jar
33 > >
34 > > What's the point of this ?
35 > >
36 > > TIA
37 > >
38 > > --
39 > > Olivier