Bug 80085 - The source release does not build on jdk-1.5
Summary: The source release does not build on jdk-1.5
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kim Moir CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 52916
Blocks:
  Show dependency tree
 
Reported: 2004-12-03 04:44 EST by Paul de Vrieze CLA
Modified: 2005-01-04 10:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul de Vrieze CLA 2004-12-03 04:44:44 EST
When using an 1.5 jdk to build eclipse, and using the compiler adapter classes
provided the build fails on bug #52916. This might be because of old classes.
Besides this there are various warnings of enum variables, but these are not fatal.
Comment 1 Kim Moir CLA 2004-12-03 11:14:46 EST
There are some settings that need to be changed to support it.  We will test
them and document it in our source build instructions.
Comment 2 Kim Moir CLA 2004-12-06 16:24:49 EST
In the build.xml of your source build, change the value for javacSource to 1.4

<property name="javacSource" value="1.4" />
Comment 3 Kim Moir CLA 2005-01-04 10:43:28 EST
source build instructions updated in head