Bug 260284 - Modify JRE section to only include EE as an option
Summary: Modify JRE section to only include EE as an option
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: 3.5 M5   Edit
Assignee: Chris Aniszczyk CLA
QA Contact:
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks: 260283
  Show dependency tree
 
Reported: 2009-01-07 12:54 EST by Chris Aniszczyk CLA
Modified: 2009-01-07 16:23 EST (History)
2 users (show)

See Also:


Attachments
org.eclipse.pde.ui.patch (7.58 KB, patch)
2009-01-07 16:22 EST, Chris Aniszczyk CLA
no flags Details | Diff
mylyn/context/zip (6.99 KB, application/octet-stream)
2009-01-07 16:23 EST, Chris Aniszczyk CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Aniszczyk CLA 2009-01-07 12:54:25 EST
+++ This bug was initially created as a clone of Bug #260283 +++

The proposal is to just remove JRE and None as an option and have a checkbox for EE selection. This will solve a problem where in PDE Build ignores the JRE section currently as it doesn't know where to copy the JRE bits from. If you have an EE, PDE Build can infer the location as it's specified in the master build.properties
Comment 1 Chris Aniszczyk CLA 2009-01-07 13:06:04 EST
Andrew, if you just have an EE listed for product definitions, I assume you should be able to get the location of the JRE and bundle it? Currently, PDE UI accomplishes this via root files and would simplify code on our end.
Comment 2 Andrew Niefer CLA 2009-01-07 13:13:15 EST
We don't know the locations of any JREs.  The properties you are referring to for the EEs are classpaths and are not necessarily a full JRE for any particular platform.  Even in the case where the classpath does happen to be inside a JRE, we have no idea what platform that JRE is for and still have nothing for any other platforms.
Comment 3 Chris Aniszczyk CLA 2009-01-07 13:21:08 EST
Can we add something to PDE Build where you can specify the location of a JRE for a given EE? That would seem to solve the problem.
Comment 4 Chris Aniszczyk CLA 2009-01-07 16:22:59 EST
Created attachment 121877 [details]
org.eclipse.pde.ui.patch

A patch to simplify the JRE section of the product editor. Now people only have the EE as an option to select from. The migration issue of what happens to someone who specified a JRE before will be tackled in another bug.
Comment 5 Chris Aniszczyk CLA 2009-01-07 16:23:06 EST
Created attachment 121878 [details]
mylyn/context/zip
Comment 6 Chris Aniszczyk CLA 2009-01-07 16:23:47 EST
done.

> 20090107