Bug 12954 - Eclipse version 3.2
: Eclipse version 3.2
Status: CLOSED FIXED
Product: Codex
Classification: Unclassified
Component: devel
: test grimoire
: Other other
: P2 normal
Assigned To: Grimoire Bug List
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-06 11:49 UTC by Paul Mahon
Modified: 2007-03-31 02:21 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Mahon 2006-08-06 11:49:50 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.
Comment 1 Paul Mahon 2006-09-22 23:16:32 UTC
The changes to BUILD are still valid. The changes to DETAILS are as follows:
VERSION=3.2
TSTAMP=200606291905

Comment 2 Eric Sandall 2007-03-01 17:01:09 UTC
*** Bug 10510 has been marked as a duplicate of this bug. ***
Comment 3 Eric Sandall 2007-03-01 23:40:11 UTC
I'm working on updating this to 3.2.2 *and* using gcj. Not sure if the latter
part will work. :/
Comment 4 Eric Sandall 2007-03-02 14:40:35 UTC
Updated to 3.2.2 (along with eclipse-cdt and eclipse-cdt-sdk to 3.1.2) in commit
fd868325fb80c1bd60dffea4865c4f534fdd696d
Comment 5 Jeremy Blosser 2007-03-31 01:21:13 UTC
closing fixed bugs