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