* [gentoo-java] Eclipse 3.2.1-r1 and Junit 4
@ 2006-12-06 21:29 Olivier Bourgeois
2006-12-11 7:13 ` Federico Fissore
2006-12-16 7:03 ` Federico Fissore
0 siblings, 2 replies; 4+ messages in thread
From: Olivier Bourgeois @ 2006-12-06 21:29 UTC (permalink / raw
To: gentoo-java
[-- Attachment #1: Type: text/plain, Size: 542 bytes --]
Hi all,
how is it that Junit 4 support is disabled in Eclipse ebuild ?
After searching for a while why I got unresolved imports in my projects (and
why adding Junit to the classpath was not resolving them), I had a look at
the ebuild and found out that Junit 4 is disabled :
# We need to disable junit4 and apt until GCJ can handle Java5 code
# %patch55 -p0
epatch ${WORKDIR}/${P}-disable-junit4-apt.patch
rm plugins/org.junit4/junit-4.1.jar
What's the point of this ?
TIA
--
Olivier
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-java] Eclipse 3.2.1-r1 and Junit 4
2006-12-06 21:29 [gentoo-java] Eclipse 3.2.1-r1 and Junit 4 Olivier Bourgeois
@ 2006-12-11 7:13 ` Federico Fissore
2006-12-16 7:03 ` Federico Fissore
1 sibling, 0 replies; 4+ messages in thread
From: Federico Fissore @ 2006-12-11 7:13 UTC (permalink / raw
To: gentoo-java
Current Eclipse ebuild closely follows the Fedora counterpart and they
disables Junit4 because, using gcj, they have no support for Java5.
Our next Eclipse ebuild will support Junit4 and will be, hopefully, more
gentooified than current one.
Bye
Federico
Olivier Bourgeois wrote:
> Hi all,
>
> how is it that Junit 4 support is disabled in Eclipse ebuild ?
> After searching for a while why I got unresolved imports in my projects (and
> why adding Junit to the classpath was not resolving them), I had a look at
> the ebuild and found out that Junit 4 is disabled :
>
> # We need to disable junit4 and apt until GCJ can handle Java5 code
> # %patch55 -p0
> epatch ${WORKDIR}/${P}-disable-junit4-apt.patch
> rm plugins/org.junit4/junit-4.1.jar
>
> What's the point of this ?
>
> TIA
>
> --
> Olivier
>
--
: Federico Fissore
: Blog : http://www.fridrik.it/blog/
: Jabber : federico@jabber.fsfe.org
---------+-----------------------------------------------------
[] : "The best thing is when you mix free beer and free
[][][] | speech 'cause then you get some really free speech"
|| : Dick Wall
--
gentoo-java@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-java] Eclipse 3.2.1-r1 and Junit 4
2006-12-06 21:29 [gentoo-java] Eclipse 3.2.1-r1 and Junit 4 Olivier Bourgeois
2006-12-11 7:13 ` Federico Fissore
@ 2006-12-16 7:03 ` Federico Fissore
2006-12-16 23:20 ` Olivier Bourgeois
1 sibling, 1 reply; 4+ messages in thread
From: Federico Fissore @ 2006-12-16 7:03 UTC (permalink / raw
To: Olivier Bourgeois; +Cc: gentoo-java
You would like to give a try to latest -r2 on the overlay
http://overlays.gentoo.org/svn/proj/java/migrated-java-experimental-overlay/
junit4 support has been re-enabled
Regards
Federico
Olivier Bourgeois wrote:
> Hi all,
>
> how is it that Junit 4 support is disabled in Eclipse ebuild ?
> After searching for a while why I got unresolved imports in my projects (and
> why adding Junit to the classpath was not resolving them), I had a look at
> the ebuild and found out that Junit 4 is disabled :
>
> # We need to disable junit4 and apt until GCJ can handle Java5 code
> # %patch55 -p0
> epatch ${WORKDIR}/${P}-disable-junit4-apt.patch
> rm plugins/org.junit4/junit-4.1.jar
>
> What's the point of this ?
>
> TIA
>
> --
> Olivier
>
--
: Federico Fissore
: Blog : http://www.fridrik.it/blog/
: Jabber : federico@jabber.fsfe.org
---------+-----------------------------------------------------
[] : "The best thing is when you mix free beer and free
[][][] | speech 'cause then you get some really free speech"
|| : Dick Wall
--
gentoo-java@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-java] Eclipse 3.2.1-r1 and Junit 4
2006-12-16 7:03 ` Federico Fissore
@ 2006-12-16 23:20 ` Olivier Bourgeois
0 siblings, 0 replies; 4+ messages in thread
From: Olivier Bourgeois @ 2006-12-16 23:20 UTC (permalink / raw
To: Federico Fissore; +Cc: gentoo-java
[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]
Hi,
thanks for your answers and the patch, I've just finished re-emerging Eclipse
and Junit 4 is working nicely now :)
bye
--
Olivier
On Saturday 16 December 2006 08:03, Federico Fissore wrote:
> You would like to give a try to latest -r2 on the overlay
> http://overlays.gentoo.org/svn/proj/java/migrated-java-experimental-overlay
>/
>
> junit4 support has been re-enabled
>
> Regards
>
> Federico
>
> Olivier Bourgeois wrote:
> > Hi all,
> >
> > how is it that Junit 4 support is disabled in Eclipse ebuild ?
> > After searching for a while why I got unresolved imports in my projects
> > (and why adding Junit to the classpath was not resolving them), I had a
> > look at the ebuild and found out that Junit 4 is disabled :
> >
> > # We need to disable junit4 and apt until GCJ can handle Java5
> > code # %patch55 -p0
> > epatch ${WORKDIR}/${P}-disable-junit4-apt.patch
> > rm plugins/org.junit4/junit-4.1.jar
> >
> > What's the point of this ?
> >
> > TIA
> >
> > --
> > Olivier
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-12-16 23:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-06 21:29 [gentoo-java] Eclipse 3.2.1-r1 and Junit 4 Olivier Bourgeois
2006-12-11 7:13 ` Federico Fissore
2006-12-16 7:03 ` Federico Fissore
2006-12-16 23:20 ` Olivier Bourgeois
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox