Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95169 - eclipse-sdk-3.1_rc1 incorrectly says it won't work with JDK 1.5
Summary: eclipse-sdk-3.1_rc1 incorrectly says it won't work with JDK 1.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-05 19:45 UTC by paraquat
Modified: 2007-04-01 20:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paraquat 2005-06-05 19:45:37 UTC
In the ebuild, there's a check for the JDK 1.5.x, causing it to fail:

if (java-utils_is-vm-version-ge 1 5 0) ; then
   die "${P} cannot be compiled with a 1.5.x VM, set your system VM to a 1.4.x VM."
fi

This is no longer the case.  Eclipse builds with JDK 1.5, and has done so for at
least a few versions (in the 3.1 line anyway).  I just did it myself (by making
a new ebuild that removes that check).

Reproducible: Always
Steps to Reproduce:
Comment 1 Georg Müller 2005-06-20 13:18:52 UTC
I have tested this too with java 1.5 as the compiler.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-04-01 20:09:12 UTC
Irrelevant stale bug.