Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12954] New: Eclipse version 3.2

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 12954] New: Eclipse version 3.2
  • Date: 6 Aug 2006 16:49:50 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12954

Summary: Eclipse version 3.2
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: pmahon AT sourcemage.org


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.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 12954] New: Eclipse version 3.2, bugzilla-daemon, 08/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page