Bugzilla – Bug 12954
Eclipse version 3.2
Last modified: 2007-03-31 02:21:13 UTC
Eclipse is now at version 3.2. In addition to updating the VERSION field in DETAILs, I had to change a line in BUILD to the following: ./build -os linux -ws "$ws" -arch "$arch" -java5home /usr/lib/jdk1.5.0_07 && And the following two lines were necessary /before/ the ./build: sedit 's/\(property name="javacSource" value=\)"1.3"/\1"1.5"/' build.xml && sedit 's/\(property name="javacTarget" value=\)"1.2"/\1"1.5"/' build.xml && I think java 1.5 is now required for this version of eclipse, and there's no provider for JRE 1.5. The build script requires the java5home argument.
The changes to BUILD are still valid. The changes to DETAILS are as follows: VERSION=3.2 TSTAMP=200606291905
*** Bug 10510 has been marked as a duplicate of this bug. ***
I'm working on updating this to 3.2.2 *and* using gcj. Not sure if the latter part will work. :/
Updated to 3.2.2 (along with eclipse-cdt and eclipse-cdt-sdk to 3.1.2) in commit fd868325fb80c1bd60dffea4865c4f534fdd696d
closing fixed bugs